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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-08
xen: switch extra memory accounting to use pfns
Juergen Gross
1
-36
/
+44
2015-09-08
xen: limit memory to architectural maximum
Juergen Gross
1
-1
/
+1
2015-09-08
xen: avoid another early crash of memory limited dom0
Juergen Gross
1
-8
/
+15
2015-09-08
xen: avoid early crash of memory limited dom0
Juergen Gross
1
-3
/
+4
2015-08-20
xen/x86: Don't try to set PCE bit in CR4
Boris Ostrovsky
1
-2
/
+1
2015-08-20
xen/PMU: PMU emulation code
Boris Ostrovsky
1
-29
/
+185
2015-08-20
xen/PMU: Intercept PMU-related MSR and APIC accesses
Boris Ostrovsky
4
-8
/
+107
2015-08-20
xen/PMU: Describe vendor-specific PMU registers
Boris Ostrovsky
1
-1
/
+152
2015-08-20
xen/PMU: Initialization code for Xen PMU
Boris Ostrovsky
8
-9
/
+364
2015-08-20
xen/PMU: Sysfs interface for setting Xen PMU mode
Boris Ostrovsky
2
-0
/
+7
2015-08-20
xen: remove no longer needed p2m.h
Juergen Gross
4
-19
/
+9
2015-08-20
xen: allow more than 512 GB of RAM for 64 bit pv-domains
Juergen Gross
4
-27
/
+66
2015-08-20
xen: move p2m list if conflicting with e820 map
Juergen Gross
3
-47
/
+264
2015-08-20
xen: add explicit memblock_reserve() calls for special pages
Juergen Gross
3
-1
/
+19
2015-08-20
xen: check for initrd conflicting with e820 map
Juergen Gross
1
-0
/
+51
2015-08-20
xen: check pre-allocated page tables for conflict with memory map
Juergen Gross
3
-3
/
+23
2015-08-20
xen: check for kernel memory conflicting with memory layout
Juergen Gross
1
-0
/
+12
2015-08-20
xen: find unused contiguous memory area
Juergen Gross
2
-0
/
+35
2015-08-20
xen: check memory area against e820 map
Juergen Gross
2
-0
/
+24
2015-08-20
xen: split counting of extra memory pages from remapping
Juergen Gross
1
-40
/
+58
2015-08-20
xen: move static e820 map to global scope
Juergen Gross
1
-47
/
+49
2015-08-20
xen: eliminate scalability issues from initial mapping setup
Juergen Gross
3
-39
/
+156
2015-08-20
xen: don't build mfn tree if tools don't need it
Juergen Gross
1
-3
/
+7
2015-08-20
xen: save linear p2m list address in shared info structure
Juergen Gross
1
-0
/
+17
2015-08-20
xen: sync with xen headers
Juergen Gross
1
-9
/
+87
2015-08-20
xen/events: Support event channel rebind on ARM
Julien Grall
1
-0
/
+11
2015-08-20
x86/xen: fix non-ANSI declaration of xen_has_pv_devices()
Colin Ian King
1
-1
/
+1
2015-08-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-9
/
+22
2015-08-16
x86/ldt: Further fix FPU emulation
Andy Lutomirski
1
-1
/
+1
2015-08-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+6
2015-08-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+19
2015-08-13
x86: fix error handling for 32-bit compat out-of-range system call numbers
Linus Torvalds
1
-1
/
+2
2015-08-13
Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-6
/
+4
2015-08-13
Revert x86 sigcontext cleanups
Linus Torvalds
3
-36
/
+17
2015-08-12
perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handler
Matt Fleming
1
-5
/
+3
2015-08-12
perf/x86/intel: Fix memory leak on hot-plug allocation fail
Peter Zijlstra
1
-7
/
+16
2015-08-10
x86/xen: build "Xen PV" APIC driver for domU as well
Jason A. Donenfeld
2
-6
/
+4
2015-08-08
x86/ldt: Correct FPU emulation access to LDT
Juergen Gross
3
-7
/
+20
2015-08-08
x86/ldt: Correct LDT access in single stepping logic
Juergen Gross
1
-2
/
+2
2015-08-07
KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUST
Haozhong Zhang
1
-1
/
+1
2015-08-07
KVM: x86: zero IDT limit on entry to SMM
Paolo Bonzini
1
-0
/
+5
2015-08-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+4
2015-08-05
KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
Alex Williamson
1
-4
/
+4
2015-08-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
13
-154
/
+260
2015-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+4
2015-07-31
x86/ldt: Make modify_ldt synchronous
Andy Lutomirski
9
-153
/
+210
2015-07-31
x86/xen: Probe target addresses in set_aliased_prot() before the hypercall
Andy Lutomirski
1
-0
/
+40
2015-07-31
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Ingo Molnar
2
-0
/
+9
2015-07-30
x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()
Jiang Liu
1
-1
/
+1
2015-07-30
efi: Check for NULL efi kernel parameters
Ricardo Neri
1
-0
/
+5
[next]