index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-20
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+11
2016-05-20
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-3
/
+3
2016-05-20
arch: fix has_transparent_hugepage()
Hugh Dickins
1
-0
/
+1
2016-05-20
x86: mm: use hugetlb_bad_size()
Vaishali Thakkar
1
-0
/
+1
2016-05-20
include/linux/nodemask.h: create next_node_in() helper
Andrew Morton
1
-3
/
+1
2016-05-19
Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-1
/
+8
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
14
-184
/
+944
2016-05-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-14
/
+4
2016-05-18
KVM: MTRR: remove MSR 0x2f8
Andy Honig
1
-2
/
+0
2016-05-18
KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same
Paolo Bonzini
4
-10
/
+10
2016-05-18
svm: Manage vcpu load/unload when enable AVIC
Suravee Suthikulpanit
1
-0
/
+89
2016-05-18
svm: Do not intercept CR8 when enable AVIC
Suravee Suthikulpanit
1
-4
/
+12
2016-05-18
svm: Do not expose x2APIC when enable AVIC
Suravee Suthikulpanit
1
-0
/
+12
2016-05-18
KVM: x86: Introducing kvm_x86_ops.apicv_post_state_restore
Suravee Suthikulpanit
3
-0
/
+13
2016-05-18
svm: Add VMEXIT handlers for AVIC
Suravee Suthikulpanit
6
-1
/
+350
2016-05-18
svm: Add interrupt injection via AVIC
Suravee Suthikulpanit
1
-4
/
+35
2016-05-18
KVM: x86: Detect and Initialize AVIC support
Suravee Suthikulpanit
3
-1
/
+231
2016-05-18
svm: Introduce new AVIC VMCB registers
Suravee Suthikulpanit
1
-2
/
+7
2016-05-18
KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooks
Suravee Suthikulpanit
1
-2
/
+16
2016-05-18
KVM: x86: Introducing kvm_x86_ops VM init/destroy hooks
Suravee Suthikulpanit
2
-0
/
+8
2016-05-18
KVM: x86: Rename kvm_apic_get_reg to kvm_lapic_get_reg
Suravee Suthikulpanit
3
-33
/
+33
2016-05-18
KVM: x86: Misc LAPIC changes to expose helper functions
Suravee Suthikulpanit
2
-74
/
+82
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
3
-73
/
+0
2016-05-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2016-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-17
/
+55
2016-05-17
Merge branches 'pci/hotplug' and 'pci/resource' into next
Bjorn Helgaas
1
-0
/
+7
2016-05-17
crypto: sha1-mb - make sha1_x8_avx2() conform to C function ABI
Josh Poimboeuf
1
-2
/
+11
2016-05-17
Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
4
-6
/
+10
2016-05-17
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
10
-777
/
+2865
2016-05-17
Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-13
/
+6
2016-05-17
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-4
/
+4
2016-05-17
Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2016-05-17
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
47
-783
/
+1250
2016-05-17
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
112
-839
/
+911
2016-05-17
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-99
/
+123
2016-05-17
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
12
-89
/
+328
2016-05-17
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
20
-603
/
+1194
2016-05-16
x86/PCI: Mark Broadwell-EP Home Agent 1 as having non-compliant BARs
Prarit Bhargava
1
-0
/
+7
2016-05-16
Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-18
/
+40
2016-05-16
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-496
/
+123
2016-05-16
Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-12
/
+11
2016-05-16
bpf, x86: add support for constant blinding
Daniel Borkmann
1
-13
/
+53
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
1
-3
/
+4
2016-05-16
bpf, x86/arm64: remove useless checks on prog
Daniel Borkmann
1
-3
/
+0
2016-05-16
bpf: split HAVE_BPF_JIT into cBPF and eBPF variant
Daniel Borkmann
1
-1
/
+1
2016-05-16
Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'
Rafael J. Wysocki
2
-2
/
+0
2016-05-16
Merge branches 'acpi-numa', 'acpi-tables' and 'acpi-osi'
Rafael J. Wysocki
1
-3
/
+9
2016-05-16
Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video'
Rafael J. Wysocki
1
-1
/
+1
2016-05-16
locking/rwsem: Fix comment on register clobbering
Borislav Petkov
1
-2
/
+4
2016-05-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
[next]