Revision e22057c8599373e5caef0bc42bdb95d2a361ab0d authored by Linus Torvalds on 24 March 2012, 19:20:25 UTC, committed by Linus Torvalds on 24 March 2012, 19:20:25 UTC
Pull more xen updates from Konrad Rzeszutek Wilk:
 "One tiny feature that accidentally got lost in the initial git pull:
   * Add fast-EOI acking of interrupts (clear a bit instead of
     hypercall)
  And bug-fixes:
   * Fix CPU bring-up code missing a call to notify other subsystems.
   * Fix reading /sys/hypervisor even if PVonHVM drivers are not loaded.
   * In Xen ACPI processor driver: remove too verbose WARN messages, fix
     up the Kconfig dependency to be a module by default, and add
     dependency on CPU_FREQ.
   * Disable CPU frequency drivers from loading when booting under Xen
     (as we want the Xen ACPI processor to be used instead).
   * Cleanups in tmem code."

* tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen:
  xen/acpi: Fix Kconfig dependency on CPU_FREQ
  xen: initialize platform-pci even if xen_emul_unplug=never
  xen/smp: Fix bringup bug in AP code.
  xen/acpi: Remove the WARN's as they just create noise.
  xen/tmem: cleanup
  xen: support pirq_eoi_map
  xen/acpi-processor: Do not depend on CPU frequency scaling drivers.
  xen/cpufreq: Disable the cpu frequency scaling drivers from loading.
  provide disable_cpufreq() function to disable the API.
2 parent s 496b919 + df7a3ee
History
File Mode Size
Kconfig -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 618 bytes
acl.c -rw-r--r-- 5.7 KB
async-thread.c -rw-r--r-- 17.8 KB
async-thread.h -rw-r--r-- 3.8 KB
backref.c -rw-r--r-- 36.1 KB
backref.h -rw-r--r-- 2.3 KB
btrfs_inode.h -rw-r--r-- 5.4 KB
check-integrity.c -rw-r--r-- 93.4 KB
check-integrity.h -rw-r--r-- 1.2 KB
compat.h -rw-r--r-- 162 bytes
compression.c -rw-r--r-- 26.5 KB
compression.h -rw-r--r-- 2.8 KB
ctree.c -rw-r--r-- 111.0 KB
ctree.h -rw-r--r-- 96.2 KB
delayed-inode.c -rw-r--r-- 48.8 KB
delayed-inode.h -rw-r--r-- 4.3 KB
delayed-ref.c -rw-r--r-- 20.3 KB
delayed-ref.h -rw-r--r-- 8.0 KB
dir-item.c -rw-r--r-- 11.6 KB
disk-io.c -rw-r--r-- 97.5 KB
disk-io.h -rw-r--r-- 4.1 KB
export.c -rw-r--r-- 7.8 KB
export.h -rw-r--r-- 301 bytes
extent-tree.c -rw-r--r-- 211.5 KB
extent_io.c -rw-r--r-- 109.2 KB
extent_io.h -rw-r--r-- 11.8 KB
extent_map.c -rw-r--r-- 8.7 KB
extent_map.h -rw-r--r-- 1.8 KB
file-item.c -rw-r--r-- 22.4 KB
file.c -rw-r--r-- 47.6 KB
free-space-cache.c -rw-r--r-- 72.2 KB
free-space-cache.h -rw-r--r-- 4.1 KB
hash.h -rw-r--r-- 878 bytes
inode-item.c -rw-r--r-- 6.3 KB
inode-map.c -rw-r--r-- 14.1 KB
inode-map.h -rw-r--r-- 455 bytes
inode.c -rw-r--r-- 197.8 KB
ioctl.c -rw-r--r-- 78.9 KB
ioctl.h -rw-r--r-- 10.1 KB
locking.c -rw-r--r-- 6.9 KB
locking.h -rw-r--r-- 2.1 KB
lzo.c -rw-r--r-- 9.8 KB
ordered-data.c -rw-r--r-- 25.8 KB
ordered-data.h -rw-r--r-- 5.6 KB
orphan.c -rw-r--r-- 2.1 KB
print-tree.c -rw-r--r-- 10.8 KB
print-tree.h -rw-r--r-- 906 bytes
reada.c -rw-r--r-- 23.1 KB
relocation.c -rw-r--r-- 103.1 KB
root-tree.c -rw-r--r-- 10.7 KB
scrub.c -rw-r--r-- 44.3 KB
struct-funcs.c -rw-r--r-- 3.6 KB
super.c -rw-r--r-- 35.8 KB
sysfs.c -rw-r--r-- 1.2 KB
transaction.c -rw-r--r-- 36.5 KB
transaction.h -rw-r--r-- 4.1 KB
tree-defrag.c -rw-r--r-- 3.5 KB
tree-log.c -rw-r--r-- 86.0 KB
tree-log.h -rw-r--r-- 2.1 KB
ulist.c -rw-r--r-- 5.8 KB
ulist.h -rw-r--r-- 1.7 KB
version.h -rw-r--r-- 95 bytes
volumes.c -rw-r--r-- 112.4 KB
volumes.h -rw-r--r-- 7.6 KB
xattr.c -rw-r--r-- 10.8 KB
xattr.h -rw-r--r-- 1.7 KB
zlib.c -rw-r--r-- 10.3 KB

back to top