Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8d35d3e37eed884ba15229a146df846f399909b4
/
arch
581548d
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 14 years ago
d2005603
Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 14 years ago
86f6f9b
Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 14 years ago
d33a629
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6
by Linus Torvalds
· 14 years ago
66dc918
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
b2034d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
27d189c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 14 years ago
67b5ad9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
by Linus Torvalds
· 14 years ago
1896a13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6
by Linus Torvalds
· 14 years ago
e691d24
Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
55065bc
Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
3031480
x86: support XZ-compressed kernel
by Lasse Collin
· 14 years ago
12a4dc4
rapidio: fix hang on RapidIO doorbell queue full condition
by Thomas Taranowski
· 14 years ago
7637c92
drivers/staging/olpc_dcon: convert to new cs5535 gpio API
by Andres Salomon
· 14 years ago
351f8f8
kernel: clean up USE_GENERIC_SMP_HELPERS
by Amerigo Wang
· 14 years ago
3e5c124
set_rtc_mmss: show warning message only once
by Stephen Hemminger
· 14 years ago
0388fae
uml: use simple_write_to_buffer()
by Akinobu Mita
· 14 years ago
07ecb79
uml: mmapper_kern needs MODULE_LICENSE
by Randy Dunlap
· 14 years ago
48a0b74
arch/um/drivers/line.c: safely iterate over list of winch handlers
by Will Newton
· 14 years ago
94295e2
um: mark CONFIG_HIGHMEM as broken
by Richard Weinberger
· 14 years ago
8b6f08e
Merge branch 'sh/alphaproject' into sh-latest
by Paul Mundt
· 14 years ago
8a453ca
sh: Add support for AP-SH4AD-0A board.
by Paul Mundt
· 14 years ago
bc34b08
sh: Add support for AP-SH4A-3A board.
by Paul Mundt
· 14 years ago
704bf31
sh: Add a new mach type for alpha project boards.
by Paul Mundt
· 14 years ago
6db9a0f
Merge branch 'topic/asoc' into for-linus
by Takashi Iwai
· 14 years ago
ceb50f3
ARM: mach-shmobile: Kill off unused !gpio_is_valid() case
by Magnus Damm
· 14 years ago
ef7fc90
Merge branch 'common/serial-rework' into sh-latest
by Paul Mundt
· 14 years ago
fac6c2a
sh: sh7372 SH4AL-DSP probe support
by Magnus Damm
· 14 years ago
f43dc23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into common/serial-rework
by Paul Mundt
· 14 years ago
c74a1cb
pass default dentry_operations to mount_pseudo()
by Al Viro
· 14 years ago
dff0092
[IA64] Fix format warning in arch/ia64/kernel/acpi.c
by Tony Luck
· 14 years ago
57c78e3
Change the register name definitions for mc13783
by Yong Shen
· 14 years ago
a1e516e
mach-ux500: Updated and connected ab8500 regulator board configuration
by Bengt Jonsson
· 14 years ago
88cce42
watchdog: Add MCF548x watchdog driver.
by Philippe De Muyter
· 14 years ago
e5c3014
KVM: Initialize fpu state in preemptible context
by Avi Kivity
· 14 years ago
444e863
KVM: VMX: when entering real mode align segment base to 16 bytes
by Gleb Natapov
· 14 years ago
f8e453b
KVM: MMU: handle 'map_writable' in set_spte() function
by Xiao Guangrong
· 14 years ago
b034cf0
KVM: MMU: audit: allow audit more guests at the same time
by Xiao Guangrong
· 14 years ago
aff48ba
KVM: Fetch guest cr3 from hardware on demand
by Avi Kivity
· 14 years ago
9f8fe50
KVM: Replace reads of vcpu->arch.cr3 by an accessor
by Avi Kivity
· 14 years ago
e49146d
KVM: MMU: only write protect mappings at pagetable level
by Marcelo Tosatti
· 14 years ago
16d8f72
KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear()
by Avi Kivity
· 14 years ago
c445f8e
KVM: MMU: Initialize base_role for tdp mmus
by Avi Kivity
· 14 years ago
110312c
KVM: VMX: Optimize atomic EFER load
by Avi Kivity
· 14 years ago
07c116d
KVM: VMX: Add definitions for more vm entry/exit control bits
by Avi Kivity
· 14 years ago
dc25e89
KVM: SVM: copy instruction bytes from VMCB
by Andre Przywara
· 14 years ago
df4f3108
KVM: SVM: implement enhanced INVLPG intercept
by Andre Przywara
· 14 years ago
cae3797
KVM: SVM: enhance mov DR intercept handler
by Andre Przywara
· 14 years ago
7ff76d5
KVM: SVM: enhance MOV CR intercept handler
by Andre Przywara
· 14 years ago
ddce97a
KVM: SVM: add new SVM feature bit names
by Andre Przywara
· 14 years ago
51d8b66
KVM: cleanup emulate_instruction
by Andre Przywara
· 14 years ago
db8fcef
KVM: move complete_insn_gp() into x86.c
by Andre Przywara
· 14 years ago
eea1cff
KVM: x86: fix CR8 handling
by Andre Przywara
· 14 years ago
a63512a
KVM guest: Fix kvm clock initialization when it's configured out
by Avi Kivity
· 14 years ago
175504c
KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()
by Takuya Yoshikawa
· 14 years ago
a355c85
KVM: return true when user space query KVM_CAP_USER_NMI extension
by Lai Jiangshan
· 14 years ago
61cfab2
KVM: Correct kvm_pio tracepoint count field
by Avi Kivity
· 14 years ago
d3c422b
KVM: MMU: Fix incorrect direct page write protection due to ro host page
by Avi Kivity
· 14 years ago
81dd35d
KVM: SVM: Add xsetbv intercept
by Joerg Roedel
· 14 years ago
d4dbf47
KVM: MMU: Make the way of accessing lpage_info more generic
by Takuya Yoshikawa
· 14 years ago
443381a
KVM: VMX: add module parameter to avoid trapping HLT instructions (v5)
by Anthony Liguori
· 14 years ago
38e5e92
KVM: SVM: Implement Flush-By-Asid feature
by Joerg Roedel
· 14 years ago
f40f6a4
KVM: SVM: Use svm_flush_tlb instead of force_new_asid
by Joerg Roedel
· 14 years ago
fa22a8d
KVM: SVM: Remove flush_guest_tlb function
by Joerg Roedel
· 14 years ago
fb67e14
KVM: MMU: retry #PF for softmmu
by Xiao Guangrong
· 14 years ago
2ec4739
KVM: MMU: fix accessed bit set on prefault path
by Xiao Guangrong
· 14 years ago
78b2c54
KVM: MMU: rename 'no_apf' to 'prefault'
by Xiao Guangrong
· 14 years ago
b53ba3f
KVM: SVM: Add clean-bit for LBR state
by Joerg Roedel
· 14 years ago
0574dec
KVM: SVM: Add clean-bit for CR2 register
by Joerg Roedel
· 14 years ago
060d0c9
KVM: SVM: Add clean-bit for Segements and CPL
by Joerg Roedel
· 14 years ago
17a703c
KVM: SVM: Add clean-bit for GDT and IDT
by Joerg Roedel
· 14 years ago
72214b9
KVM: SVM: Add clean-bit for DR6 and DR7
by Joerg Roedel
· 14 years ago
dcca1a6
KVM: SVM: Add clean-bit for control registers
by Joerg Roedel
· 14 years ago
b274716
KVM: SVM: Add clean-bit for NPT state
by Joerg Roedel
· 14 years ago
decdbf6
KVM: SVM: Add clean-bit for interrupt state
by Joerg Roedel
· 14 years ago
d48086d
KVM: SVM: Add clean-bit for the ASID
by Joerg Roedel
· 14 years ago
f56838e
KVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASE
by Joerg Roedel
· 14 years ago
116a0a2
KVM: SVM: Add clean-bit for intercetps, tsc-offset and pause filter count
by Joerg Roedel
· 14 years ago
8d28fec
KVM: SVM: Add clean-bits infrastructure code
by Roedel, Joerg
· 14 years ago
700e1b1
KVM: MMU: Avoid dropping accessed bit while removing write access
by Takuya Yoshikawa
· 14 years ago
a295673
KVM: VMX: Return 0 from a failed VMREAD
by Avi Kivity
· 14 years ago
b7c4145
KVM: Don't spin on virt instruction faults during reboot
by Avi Kivity
· 14 years ago
4cc7031
KVM: SVM: Use get_host_vmcb function in svm_get_msr for TSC
by Joerg Roedel
· 14 years ago
8a05a1b
KVM: SVM: Add manipulation functions for misc intercepts
by Joerg Roedel
· 14 years ago
18c918c
KVM: SVM: Add manipulation functions for exception intercepts
by Joerg Roedel
· 14 years ago
3aed041
KVM: SVM: Add manipulation functions for DRx intercepts
by Joerg Roedel
· 14 years ago
4ee546b
KVM: SVM: Add manipulation functions for CRx intercepts
by Roedel, Joerg
· 14 years ago
384c636
KVM: SVM: Add function to recalculate intercept masks
by Joerg Roedel
· 14 years ago
fc3a915
KVM: X86: Don't report L2 emulation failures to user-space
by Joerg Roedel
· 14 years ago
2030753
KVM: SVM: Make Use of the generic guest-mode functions
by Joerg Roedel
· 14 years ago
ec9e60b
KVM: X86: Introduce generic guest-mode representation
by Joerg Roedel
· 14 years ago
6389ee9
KVM: Pull extra page fault information into struct x86_exception
by Avi Kivity
· 14 years ago
8c28d03
KVM: Push struct x86_exception into walk_addr()
by Avi Kivity
· 14 years ago
ab9ae31
KVM: Push struct x86_exception info the various gva_to_gpa variants
by Avi Kivity
· 14 years ago
35d3d4a
KVM: x86 emulator: simplify exception generation
by Avi Kivity
· 14 years ago
db297e3
KVM: x86 emulator: tighen up ->read_std() and ->write_std() error checks
by Avi Kivity
· 14 years ago
42438e3
KVM: x86 emulator: drop dead pf injection in emulate_popf()
by Avi Kivity
· 14 years ago
bcc55cb
KVM: x86 emulator: make emulator memory callbacks return full exception
by Avi Kivity
· 14 years ago
da9cb57
KVM: x86 emulator: introduce struct x86_exception to communicate faults
by Avi Kivity
· 14 years ago
Next »