index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-04
Merge branch 'timers/posix-cpu-timers-for-tglx' of
Thomas Gleixner
2
-7
/
+12
2013-07-03
Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm...
Linus Torvalds
3
-61
/
+95
2013-07-02
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2013-06-28
x86: xen: Sync the CMOS RTC as well as the Xen wallclock
David Vrabel
1
-19
/
+26
2013-06-28
x86: xen: Sync the wallclock when the system time is set
David Vrabel
1
-0
/
+28
2013-06-28
xen/time: remove blocked time accounting from xen "clockchip"
Laszlo Ersek
1
-15
/
+2
2013-06-10
xen/time: Free onlined per-cpu data structure if we want to online it again.
Konrad Rzeszutek Wilk
1
-13
/
+16
2013-06-10
xen/time: Check that the per_cpu data structure has data before freeing.
Konrad Rzeszutek Wilk
1
-4
/
+7
2013-06-10
xen/time: Don't leak interrupt name when offlining.
Konrad Rzeszutek Wilk
1
-1
/
+5
2013-06-10
xen/time: Encapsulate the struct clock_event_device in another structure.
Konrad Rzeszutek Wilk
1
-5
/
+10
2013-06-10
xen/spinlock: Don't leak interrupt name when offlining.
Konrad Rzeszutek Wilk
1
-1
/
+6
2013-06-10
xen/smp: Don't leak interrupt name when offlining.
Konrad Rzeszutek Wilk
1
-1
/
+16
2013-06-10
xen/smp: Set the per-cpu IRQ number to a valid default.
Konrad Rzeszutek Wilk
1
-9
/
+19
2013-06-10
xen/smp: Introduce a common structure to contain the IRQ name and interrupt l...
Konrad Rzeszutek Wilk
1
-20
/
+24
2013-06-10
xen/smp: Coalesce the free_irq calls in one function.
Konrad Rzeszutek Wilk
1
-21
/
+19
2013-06-06
x86: Get rid of ->hard_math and all the FPU asm fu
H. Peter Anvin
1
-1
/
+1
2013-06-04
xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU.
Konrad Rzeszutek Wilk
1
-0
/
+8
2013-05-29
xen: Clean up apic ipi interface
Stefan Bader
2
-7
/
+4
2013-05-28
x86: Increase precision of x86_platform.get/set_wallclock()
David Vrabel
1
-13
/
+6
2013-05-11
Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm...
Linus Torvalds
2
-2
/
+50
2013-05-08
xen: mask x2APIC feature in PV
Zhenzhong Duan
1
-0
/
+3
2013-05-08
xen/spinlock: Fix check from greater than to be also be greater or equal to.
Konrad Rzeszutek Wilk
1
-1
/
+1
2013-05-08
xen/smp/pvhvm: Don't point per_cpu(xen_vpcu, 33 and larger) to shared_info
Konrad Rzeszutek Wilk
1
-0
/
+3
2013-05-07
xen/vcpu: Document the xen_vcpu_info and xen_vcpu
Konrad Rzeszutek Wilk
1
-1
/
+28
2013-05-06
xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.
Konrad Rzeszutek Wilk
1
-0
/
+15
2013-04-30
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+1
2013-04-30
Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+1
2013-04-30
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2013-04-29
Merge tag 'stable/for-linus-3.10-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
4
-11
/
+105
2013-04-16
xen/smp: Unifiy some of the PVs and PVHVM offline CPU path
Konrad Rzeszutek Wilk
1
-10
/
+4
2013-04-16
xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.
Konrad Rzeszutek Wilk
1
-1
/
+12
2013-04-16
xen/spinlock: Disable IRQ spinlock (PV) allocation on PVHVM
Konrad Rzeszutek Wilk
1
-0
/
+21
2013-04-16
xen/spinlock: Check against default value of -1 for IRQ line.
Konrad Rzeszutek Wilk
1
-0
/
+4
2013-04-16
xen/time: Add default value of -1 for IRQ and check for that.
Konrad Rzeszutek Wilk
1
-2
/
+5
2013-04-16
xen/time: Fix kasprintf splat when allocating timer%d IRQ line.
Konrad Rzeszutek Wilk
2
-2
/
+9
2013-04-16
xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on...
Konrad Rzeszutek Wilk
1
-0
/
+1
2013-04-16
xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.
Konrad Rzeszutek Wilk
1
-0
/
+1
2013-04-16
x86/xen: populate boot_params with EDD data
David Vrabel
1
-0
/
+52
2013-04-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2013-04-11
x86, xen, gdt: Remove the pvops variant of store_gdt.
Konrad Rzeszutek Wilk
1
-1
/
+0
2013-04-11
x86: Use a read-only IDT alias on all CPUs
Kees Cook
1
-3
/
+1
2013-04-10
x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal
Boris Ostrovsky
1
-0
/
+1
2013-04-08
x86: Use generic idle loop
Thomas Gleixner
1
-1
/
+1
2013-04-02
xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provide...
Konrad Rzeszutek Wilk
1
-4
/
+8
2013-03-27
xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup.
Konrad Rzeszutek Wilk
1
-2
/
+1
2013-03-04
x86: Make Linux guest support optional
Borislav Petkov
1
-1
/
+1
2013-02-28
xen/pat: Disable PAT using pat_enabled value.
Konrad Rzeszutek Wilk
1
-1
/
+9
2013-02-24
Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-20
/
+23
2013-02-22
x86-64, xen, mmu: Provide an early version of write_cr3.
Konrad Rzeszutek Wilk
1
-5
/
+39
2013-02-21
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-28
/
+0
[prev]
[next]