Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f75298f5c3fee750ad170bb98556e366a45a4093
/
arch
/
x86
c5e40ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
4e10df9
bpf: introduce bpf_skb_vlan_push/pop() helpers
by Alexei Starovoitov
· 9 years ago
0e1dbcc
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
f79a17b
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
59ee762
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
5aaeb5c
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86
by Ingo Molnar
· 9 years ago
0c8c0f0
x86/fpu, sched: Dynamically allocate 'struct fpu'
by Dave Hansen
· 9 years ago
f2abeef
mm: clean up per architecture MM hook header files
by Laurent Dufour
· 9 years ago
a97439a
x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code
by Andy Lutomirski
· 9 years ago
36f1a77
x86/nmi/64: Make the "NMI executing" variable more consistent
by Andy Lutomirski
· 9 years ago
23a781e
x86/nmi/64: Minor asm simplification
by Andy Lutomirski
· 9 years ago
810bc07
x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection
by Andy Lutomirski
· 9 years ago
a27507c
x86/nmi/64: Reorder nested NMI checks
by Andy Lutomirski
· 9 years ago
0b22930
x86/nmi/64: Improve nested NMI comments
by Andy Lutomirski
· 9 years ago
9b6e6a8
x86/nmi/64: Switch stacks on userspace NMI entry
by Andy Lutomirski
· 9 years ago
0e181bb
x86/nmi/64: Remove asm code that saves CR2
by Andy Lutomirski
· 9 years ago
9d05041
x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
by Andy Lutomirski
· 9 years ago
3e87ee0
Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
by Linus Torvalds
· 9 years ago
df14a68
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
ce0d3c0
genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now
by Thomas Gleixner
· 9 years ago
1daa1cf
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ee4100d
kvm: x86: fix load xsave feature warning
by Wanpeng Li
· 9 years ago
fd717f1
KVM: x86: apply guest MTRR virtualization on host reserved pages
by Paolo Bonzini
· 9 years ago
e098223
KVM: SVM: Sync g_pat with guest-written PAT value
by Jan Kiszka
· 10 years ago
3c2e7f7
KVM: SVM: use NPT page attributes
by Paolo Bonzini
· 9 years ago
5544eb9
KVM: count number of assigned devices
by Paolo Bonzini
· 9 years ago
370777d
KVM: VMX: fix vmwrite to invalid VMCS
by Radim Krčmář
· 9 years ago
d1fe921
KVM: x86: reintroduce kvm_is_mmio_pfn
by Paolo Bonzini
· 9 years ago
5d75a74
x86: hyperv: add CPUID bit for crash handlers
by Paolo Bonzini
· 9 years ago
a833581
x86, perf: Fix static_key bug in load_mm_cr4()
by Peter Zijlstra
· 9 years ago
0294100
intel_pmc_ipc: Update kerneldoc formatting
by qipeng.zha
· 9 years ago
69711ca
x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help text
by Sébastien Hinderer
· 9 years ago
09cf92b
x86/irq: Retrieve irq data after locking irq_desc
by Thomas Gleixner
· 9 years ago
cbb24dc
x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()
by Thomas Gleixner
· 9 years ago
5a3f75e
x86/irq: Plug irq vector hotplug race
by Thomas Gleixner
· 9 years ago
827a82f
x86/earlyprintk: Allow early_printk() to use console style parameters like '115200n8'
by Steven Rostedt
· 9 years ago
20d5e4a
x86/espfix: Init espfix on the boot CPU side
by Zhu Guihua
· 9 years ago
1db8756
x86/espfix: Add 'cpu' parameter to init_espfix_ap()
by Zhu Guihua
· 9 years ago
d6f2d75
x86/kasan: Move KASAN_SHADOW_OFFSET to the arch Kconfig
by Andrey Ryabinin
· 9 years ago
8515522
x86/kasan: Add message about KASAN being initialized
by Andrey Ryabinin
· 9 years ago
d4f86be
x86/kasan: Fix boot crash on AMD processors
by Andrey Ryabinin
· 9 years ago
241d2c5
x86/kasan: Flush TLBs after switching CR3
by Andrey Ryabinin
· 9 years ago
5d5aa3c
x86/kasan: Fix KASAN shadow region page tables
by Alexander Popov
· 9 years ago
d0f77d4
x86/init: Clear 'init_level4_pgt' earlier
by Andrey Ryabinin
· 9 years ago
ebf2d26
perf/x86: Fix copy_from_user_nmi() return if range is not ok
by Yann Droneaud
· 9 years ago
5aac644
x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate()
by Adrian Hunter
· 9 years ago
a585d2b
Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86
by Linus Torvalds
· 9 years ago
1b3618b
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
b1be9ea
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
c1776a1
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
b96fecb
x86/fpu: Fix boot crash in the early FPU code
by Ingo Molnar
· 9 years ago
a88464a
kvm: add hyper-v crash msrs values
by Andrey Smetanin
· 9 years ago
b0996ae
KVM: x86: remove data variable from kvm_get_msr_common
by Nicolas Iooss
· 9 years ago
59fd132
KVM: x86: keep track of LVT0 changes under APICv
by Radim Krčmář
· 9 years ago
db13856
KVM: x86: properly restore LVT0
by Radim Krčmář
· 9 years ago
4272013
KVM: x86: make vapics_in_nmi_mode atomic
by Radim Krčmář
· 9 years ago
a611fb7
Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 9 years ago
9d90f03
Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 9 years ago
2d44070
Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 9 years ago
2d01eed
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
8fff775
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
7adf12b
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
02201e3
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 9 years ago
c1bd55f
x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bit
by Josh Triplett
· 9 years ago
a846f47
x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel command-line.
by KarimAllah Ahmed
· 9 years ago
3b242c6
x86: mm: enable deferred struct page initialisation on x86-64
by Mel Gorman
· 9 years ago
93472af
perf/x86: Fix 'active_events' imbalance
by Peter Zijlstra
· 9 years ago
dc5fb57
Merge branch 'x86/boot' into x86/urgent
by Ingo Molnar
· 9 years ago
db52ef7
x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is enabled
by Ingo Molnar
· 9 years ago
0a8b835
intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driver
by qipeng.zha
· 9 years ago
88793e5
Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm
by Linus Torvalds
· 9 years ago
0fbafd0
crypto: aesni - fix failing setkey for rfc4106-gcm-aesni
by Tadeusz Struk
· 9 years ago
21dc2e6
Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 9 years ago
8c7febe
Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
d878238
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
e382608
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
099bfbf
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
47a4694
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
6103195
arch, x86: pmem api for ensuring durability of persistent memory updates
by Ross Zwisler
· 9 years ago
41d7a6d
libnvdimm: Set numa_node to NVDIMM devices
by Toshi Kani
· 9 years ago
08bd4fc
mm/hugetlb: remove arch_prepare/release_hugepage from arch headers
by Dominik Dingel
· 9 years ago
ad90fb9
Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
da028d5
um: Don't pollute kernel namespace with uapi
by Richard Weinberger
· 9 years ago
aefbef1
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
45471cd
Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
by Linus Torvalds
· 9 years ago
9f53f9f
libnvdimm, pmem: add libnvdimm support to the pmem driver
by Dan Williams
· 9 years ago
b05b9f5
x86, mirror: x86 enabling - find mirrored memory ranges
by Tony Luck
· 9 years ago
fc6daaf
mm/memblock: add extra "flags" to memblock to allow selection of memory based on attribute
by Tony Luck
· 9 years ago
8809aa2
mm: clarify that the function operates on hugepage pte
by Aneesh Kumar K.V
· 9 years ago
a67a31f
mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook
by Zhang Zhen
· 9 years ago
2ae416b
mm: new mm hook framework
by Laurent Dufour
· 9 years ago
e045671
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
4e24155
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
43c9fad
Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
0faef83
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 9 years ago
d813335
Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 9 years ago
6912ac3
KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs
by Wei Huang
· 9 years ago
ca72430
KVM: x86/vPMU: Implement AMD vPMU code for KVM
by Wei Huang
· 9 years ago
25462f7
KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
by Wei Huang
· 9 years ago
41aac14
KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc
by Wei Huang
· 9 years ago
Next »