index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-18
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...
Ingo Molnar
3
-9
/
+11
2015-07-18
x86/fpu, sched: Dynamically allocate 'struct fpu'
Dave Hansen
4
-38
/
+85
2015-07-17
mm: clean up per architecture MM hook header files
Laurent Dufour
2
-15
/
+1
2015-07-17
x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermode
Andy Lutomirski
1
-1
/
+2
2015-07-17
x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing code
Andy Lutomirski
2
-0
/
+27
2015-07-17
x86/nmi/64: Make the "NMI executing" variable more consistent
Andy Lutomirski
1
-6
/
+5
2015-07-17
x86/nmi/64: Minor asm simplification
Andy Lutomirski
1
-2
/
+1
2015-07-17
x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detection
Andy Lutomirski
1
-4
/
+25
2015-07-17
x86/nmi/64: Reorder nested NMI checks
Andy Lutomirski
1
-16
/
+18
2015-07-17
x86/nmi/64: Improve nested NMI comments
Andy Lutomirski
2
-68
/
+94
2015-07-17
x86/nmi/64: Switch stacks on userspace NMI entry
Andy Lutomirski
1
-4
/
+58
2015-07-17
x86/nmi/64: Remove asm code that saves CR2
Andy Lutomirski
1
-17
/
+0
2015-07-17
x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
Andy Lutomirski
1
-71
/
+52
2015-07-16
Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...
Linus Torvalds
1
-27
/
+0
2015-07-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-21
/
+142
2015-07-15
genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for now
Thomas Gleixner
1
-0
/
+11
2015-07-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
12
-87
/
+116
2015-07-10
kvm: x86: fix load xsave feature warning
Wanpeng Li
1
-2
/
+1
2015-07-10
KVM: x86: apply guest MTRR virtualization on host reserved pages
Paolo Bonzini
2
-13
/
+5
2015-07-10
KVM: SVM: Sync g_pat with guest-written PAT value
Jan Kiszka
1
-0
/
+10
2015-07-10
KVM: SVM: use NPT page attributes
Paolo Bonzini
1
-5
/
+96
2015-07-10
KVM: count number of assigned devices
Paolo Bonzini
3
-0
/
+22
2015-07-10
KVM: VMX: fix vmwrite to invalid VMCS
Radim Krčmář
2
-5
/
+2
2015-07-10
KVM: x86: reintroduce kvm_is_mmio_pfn
Paolo Bonzini
1
-1
/
+9
2015-07-10
x86: hyperv: add CPUID bit for crash handlers
Paolo Bonzini
1
-0
/
+2
2015-07-10
x86, perf: Fix static_key bug in load_mm_cr4()
Peter Zijlstra
1
-1
/
+1
2015-07-09
intel_pmc_ipc: Update kerneldoc formatting
qipeng.zha
1
-27
/
+0
2015-07-08
x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...
Andy Lutomirski
1
-2
/
+6
2015-07-08
x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help text
Sébastien Hinderer
1
-1
/
+1
2015-07-07
x86/irq: Retrieve irq data after locking irq_desc
Thomas Gleixner
1
-1
/
+6
2015-07-07
x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()
Thomas Gleixner
1
-1
/
+12
2015-07-07
x86/irq: Plug irq vector hotplug race
Thomas Gleixner
2
-16
/
+7
2015-07-07
x86/irq, context_tracking: Document how IRQ context tracking works and add an...
Andy Lutomirski
1
-0
/
+15
2015-07-07
x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h
Andy Lutomirski
2
-11
/
+0
2015-07-07
x86/entry: Remove exception_enter() from most trap handlers
Andy Lutomirski
5
-69
/
+27
2015-07-07
x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...
Andy Lutomirski
2
-46
/
+23
2015-07-07
x86/asm/entry/64: Simplify IRQ stack pt_regs handling
Andy Lutomirski
1
-5
/
+3
2015-07-07
x86/asm/entry/64: Save all regs on interrupt entry
Andy Lutomirski
2
-23
/
+9
2015-07-07
x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...
Andy Lutomirski
2
-64
/
+11
2015-07-07
x86/entry/64: Really create an error-entry-from-usermode code path
Andy Lutomirski
1
-12
/
+16
2015-07-07
x86/entry: Add new, comprehensible entry and exit handlers written in C
Andy Lutomirski
1
-1
/
+111
2015-07-07
x86/entry: Add enter_from_user_mode() and use it in syscalls
Andy Lutomirski
1
-1
/
+12
2015-07-07
x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...
Andy Lutomirski
1
-0
/
+9
2015-07-07
x86/entry: Move C entry and exit code to arch/x86/entry/common.c
Andy Lutomirski
5
-228
/
+257
2015-07-07
x86/entry/64/compat: Fix bad fast syscall arg failure path
Andy Lutomirski
2
-3
/
+34
2015-07-06
x86/earlyprintk: Allow early_printk() to use console style parameters like '1...
Steven Rostedt
1
-1
/
+3
2015-07-06
x86/compat: Separate ia32 and x32 compat ABIs
Brian Gerst
1
-1
/
+1
2015-07-06
x86/compat: Clean up HAVE_UID16 config
Brian Gerst
1
-2
/
+1
2015-07-06
x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compat
Brian Gerst
1
-1
/
+1
2015-07-06
x86/compat: Remove unneeded #include
Brian Gerst
1
-1
/
+0
[prev]
[next]