summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xenbus: frontend resume cleanupAurelien Chartier2013-07-291-3/+16
* xen/time: remove blocked time accounting from xen "clockchip"Laszlo Ersek2013-06-281-15/+2Star
* xen: Convert printks to pr_<level>Joe Perches2013-06-2834-196/+215
* xen: ifdef CONFIG_HIBERNATE_CALLBACKS xen_*_suspendStefano Stabellini2013-06-281-1/+1
* xen/pcifront: Deal with toolstack missing 'XenbusStateClosing' state.Konrad Rzeszutek Wilk2013-06-141-4/+3Star
* xen/time: Free onlined per-cpu data structure if we want to online it again.Konrad Rzeszutek Wilk2013-06-101-13/+16
* xen/time: Check that the per_cpu data structure has data before freeing.Konrad Rzeszutek Wilk2013-06-101-4/+7
* xen/time: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-101-1/+5
* xen/time: Encapsulate the struct clock_event_device in another structure.Konrad Rzeszutek Wilk2013-06-101-5/+10
* xen/spinlock: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-101-1/+6
* xen/smp: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-101-1/+16
* xen/smp: Set the per-cpu IRQ number to a valid default.Konrad Rzeszutek Wilk2013-06-101-9/+19
* xen/smp: Introduce a common structure to contain the IRQ name and interrupt l...Konrad Rzeszutek Wilk2013-06-101-20/+24
* xen/smp: Coalesce the free_irq calls in one function.Konrad Rzeszutek Wilk2013-06-101-21/+19Star
* xen-pciback: fix error return code in pcistub_irq_handler_switch()Wei Yongjun2013-06-101-3/+7
* xenbus_client.c: correct exit path for xenbus_map_ring_valloc_hvmWei Liu2013-05-291-2/+3
* xen-pciback: more uses of cached MSI-X capability offsetJan Beulich2013-05-291-2/+2
* xen: Clean up apic ipi interfaceStefan Bader2013-05-292-7/+4Star
* xenbus: save xenstore local status for later useAurelien Chartier2013-05-293-15/+20
* xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier2013-05-292-1/+37
* xmem/tmem: fix 'undefined variable' build error.Frederico Cadete2013-05-281-0/+2
* xen: Fixed assignment error in if statementLisa Nguyen2013-05-201-1/+2
* xen/xenbus: Fixed over 80 character limit issueLisa Nguyen2013-05-201-1/+2
* xen/xenbus: Fixed indentation error in switch caseLisa Nguyen2013-05-201-10/+8Star
* xen/tmem: Don't use self[ballooning|shrinking] if frontswap is off.Konrad Rzeszutek Wilk2013-05-153-10/+16
* xen/tmem: Remove the usage of '[no|]selfballoon' and use 'tmem.selfballooning...Konrad Rzeszutek Wilk2013-05-152-26/+4Star
* xen/tmem: Remove the usage of 'noselfshrink' and use 'tmem.selfshrink' bool i...Konrad Rzeszutek Wilk2013-05-152-14/+3Star
* xen/tmem: Remove the boot options and fold them in the tmem.X parameters.Konrad Rzeszutek Wilk2013-05-152-24/+24
* xen/tmem: s/disable_// and change the logic.Konrad Rzeszutek Wilk2013-05-151-14/+13Star
* xen/tmem: Fix compile warning.Konrad Rzeszutek Wilk2013-05-151-4/+2Star
* xen/tmem: Split out the different module/boot options.Konrad Rzeszutek Wilk2013-05-151-3/+8
* xen/tmem: Move all of the boot and module parameters to the top of the file.Konrad Rzeszutek Wilk2013-05-151-40/+45
* xen/tmem: Cleanup. Remove the parts that say temporary.Konrad Rzeszutek Wilk2013-05-151-4/+0Star
* Merge tag 'v3.10-rc1' into stable/for-linus-3.10Konrad Rzeszutek Wilk2013-05-159832-311658/+567859
|\
| * Linux 3.10-rc1Linus Torvalds2013-05-121-2/+2
| * Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-126-108/+368
| |\
| | * tracing/kprobes: Support soft-mode disablingMasami Hiramatsu2013-05-101-0/+6
| | * tracing/kprobes: Support ftrace_event_file base multibufferMasami Hiramatsu2013-05-101-36/+214
| | * tracing/kprobes: Pass trace_probe directly from dispatcherMasami Hiramatsu2013-05-101-17/+16Star
| | * tracing/kprobes: Increment probe hit-count even if it is used by perfMasami Hiramatsu2013-05-101-4/+4
| | * tracing/kprobes: Use bool for retprobe checkerMasami Hiramatsu2013-05-101-1/+1
| | * ftrace: Fix function probe when more than one probe is addedSteven Rostedt (Red Hat)2013-05-101-1/+5
| | * ftrace: Fix the output of enabled_functions debug fileSteven Rostedt (Red Hat)2013-05-101-1/+1
| | * ftrace: Fix locking in register_ftrace_function_probe()Steven Rostedt (Red Hat)2013-05-101-4/+6
| | * tracing: Add helper function trace_create_new_event() to remove duplicate codeSteven Rostedt (Red Hat)2013-05-101-12/+20
| | * tracing: Modify soft-mode only if there's no other referrerMasami Hiramatsu2013-05-102-2/+11
| | * tracing: Indicate enabled soft-mode in enable fileMasami Hiramatsu2013-05-101-0/+2
| | * tracing/kprobes: Fix to increment return event probe hit-countMasami Hiramatsu2013-05-101-0/+2
| | * ftrace: Cleanup regex_lock and ftrace_lock around hash updatingMasami Hiramatsu2013-05-101-27/+32
| | * ftrace, kprobes: Fix a deadlock on ftrace_regex_lockMasami Hiramatsu2013-05-102-21/+56