summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2010-04-16 00:11:38 +0200
committerAvi Kivity <avi@redhat.com>2010-05-17 12:18:23 +0300
commit8c60b9fb0f9dca8adb0143456245041e7a036c2f (patch)
treef9dd2c20404584c056643255b86dd275af236689 /tools/perf/scripts/python
parent3ae07890dd40e40fa78270900894fba3bb448439 (diff)
downloadkernel-8c60b9fb0f9dca8adb0143456245041e7a036c2f.tar.gz
KVM: PPC: Add kvm_book3s_32.h
In analogy to the 64 bit specific header file, this is the 32 bit pendant. With this in place we can just always call to_svcpu and be assured we get the right pointer anywhere. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
3ef090d8b834ccd3a9'>PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki 2012-01-12kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeMichael Holzheu 2012-01-12kdump: add missing RAM resource in crash_shrink_memory()Michael Holzheu 2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong 2011-12-08PM / Sleep: Replace mutex_[un]lock(&pm_mutex) with [un]lock_system_sleep()Srivatsa S. Bhat 2011-10-30[S390] kdump: Add infrastructure for unmapping crashkernel memoryMichael Holzheu 2011-10-30[S390] kdump: Initialize vmcoreinfo note at startupMichael Holzheu 2011-10-30[S390] kdump: Add KEXEC_CRASH_CONTROL_MEMORY_LIMITMichael Holzheu 2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches 2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki 2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki 2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds 2011-04-01kdump: Allow shrinking of kdump region to be overriddenAnton Blanchard 2011-03-31Fix common misspellingsLucas De Marchi 2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König 2010-10-26use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich 2010-08-11kexec: return -EFAULT on copy_to_user() failuresDan Carpenter 2010-06-29kexec: fix Oops in crash_shrink_memory()Pavan Naregundi 2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh 2010-02-17percpu: add __percpu sparse annotations to core kernel subsystemsTejun Heo 2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds 2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro 2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds 2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang 2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg 2009-07-29kexec: fix omitting offset in extended crashkernel syntaxHidetoshi Seto