index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-11
perf/x86/64: Simplify regs_user->abi setting code in get_regs_user()
Denys Vlasenko
1
-16
/
+2
2015-04-11
perf/x86/64: Do report user_regs->cx while we are in syscall, in get_regs_user()
Denys Vlasenko
1
-2
/
+0
2015-04-11
perf/x86/64: Do not guess user_regs->cs, ss, sp in get_regs_user()
Denys Vlasenko
1
-14
/
+9
2015-04-11
x86/asm/entry/32: Tidy up JNZ instructions after TESTs
Denys Vlasenko
1
-5
/
+5
2015-04-10
x86/apic/uv: Update the UV APIC HUB check
Mike Travis
1
-3
/
+7
2015-04-10
x86/apic/uv: Update the UV APIC driver check
Mike Travis
1
-25
/
+49
2015-04-10
x86/apic/uv: Update the APIC UV OEM check
Mike Travis
1
-0
/
+3
2015-04-09
drm/i915/bxt: Broxton uses the same GMS values as Skylake
Damien Lespiau
1
-0
/
+1
2015-04-09
x86/asm/entry/64: Reduce padding in execve stubs
Denys Vlasenko
1
-6
/
+14
2015-04-09
x86/asm/entry/64: Remove GET_THREAD_INFO() in ret_from_fork
Denys Vlasenko
1
-2
/
+0
2015-04-09
x86/asm/entry/64: Simplify jumps in ret_from_fork
Denys Vlasenko
1
-4
/
+4
2015-04-09
x86/asm/entry/64: Remove a redundant jump
Denys Vlasenko
1
-1
/
+0
2015-04-09
x86/asm/entry/64: Optimize [v]fork/clone stubs
Denys Vlasenko
1
-2
/
+1
2015-04-09
x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too
Denys Vlasenko
1
-0
/
+15
2015-04-09
x86/asm/entry/64: Move stub_x32_execvecloser() to stub_execveat()
Denys Vlasenko
1
-17
/
+17
2015-04-09
x86/asm/entry/64: Use common code for rt_sigreturn() epilogue
Denys Vlasenko
1
-10
/
+16
2015-04-08
x86/asm/entry/64: Add forgotten CFI annotation
Denys Vlasenko
1
-0
/
+1
2015-04-08
x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout
Denys Vlasenko
3
-63
/
+22
2015-04-08
x86/asm/entry/64: Move opportunistic sysret code to syscall code path
Denys Vlasenko
1
-72
/
+86
2015-04-08
Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts
Ingo Molnar
4
-7
/
+31
2015-04-07
Merge 4.0-rc7 into tty-next
Greg Kroah-Hartman
4
-11
/
+45
2015-04-06
x86/alternatives: Guard NOPs optimization
Borislav Petkov
1
-0
/
+3
2015-04-06
x86/asm/entry: Clear EXTRA_REGS for all executable formats
Denys Vlasenko
1
-28
/
+22
2015-04-06
x86/signal: Remove pax argument from restore_sigcontext
Brian Gerst
1
-14
/
+8
2015-04-04
x86/alternatives: Fix ALTERNATIVE_2 padding generation properly
Borislav Petkov
1
-2
/
+2
2015-04-03
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-2
/
+26
2015-04-03
x86/asm/entry/64: Use a define for an invalid segment selector
Borislav Petkov
1
-1
/
+1
2015-04-03
x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR value
Borislav Petkov
1
-1
/
+1
2015-04-03
x86/mm/KASLR: Propagate KASLR status to kernel proper
Borislav Petkov
2
-13
/
+11
2015-04-03
x86/earlyprintk: Put CONFIG_PCI-only functions under the #ifdef
Mark Einon
1
-16
/
+16
2015-04-03
x86/mce/severity: Fix warning about indented braces
Aravind Gopalakrishnan
1
-5
/
+4
2015-04-03
x86/amd/idle, clockevents: Use explicit broadcast oneshot control functions
Thomas Gleixner
1
-2
/
+2
2015-04-03
x86/amd/idle, clockevents: Use explicit broadcast control function
Thomas Gleixner
1
-6
/
+3
2015-04-03
x86/asm/entry/32: Stop caching MSR_IA32_SYSENTER_ESP in tss.sp1
Andy Lutomirski
1
-4
/
+5
2015-04-03
x86/asm/entry/32: Improve a TOP_OF_KERNEL_STACK_PADDING comment
Andy Lutomirski
1
-3
/
+6
2015-04-02
perf/x86/intel/pt: Fix the 32-bit build
Ingo Molnar
2
-3
/
+3
2015-04-02
perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRs
Andi Kleen
1
-2
/
+4
2015-04-02
perf/x86/intel: Streamline LBR MSR handling in PMI
Andi Kleen
3
-10
/
+27
2015-04-02
perf/x86: Only dump PEBS register when PEBS has been detected
Andi Kleen
1
-2
/
+4
2015-04-02
perf/x86: Dump DEBUGCTL in PMU dump
Andi Kleen
1
-1
/
+5
2015-04-02
perf/x86/intel: Reset more state in PMU reset
Andi Kleen
1
-0
/
+12
2015-04-02
perf/x86/intel: Make the HT bug workaround conditional on HT enabled
Stephane Eranian
2
-21
/
+79
2015-04-02
perf/x86/intel: Limit to half counters when the HT workaround is enabled, to avoid exclusive mode starvation
Stephane Eranian
2
-2
/
+22
2015-04-02
perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraints
Stephane Eranian
1
-5
/
+10
2015-04-02
perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSW
Maria Dimakopoulou
2
-11
/
+37
2015-04-02
perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSW
Maria Dimakopoulou
1
-9
/
+44
2015-04-02
perf/x86/intel: Implement cross-HT corruption bug workaround
Maria Dimakopoulou
3
-13
/
+331
2015-04-02
perf/x86/intel: Add cross-HT counter exclusion infrastructure
Maria Dimakopoulou
2
-5
/
+98
2015-04-02
perf/x86: Add 'index' param to get_event_constraint() callback
Stephane Eranian
4
-10
/
+19
2015-04-02
perf/x86: Add 3 new scheduling callbacks
Maria Dimakopoulou
2
-0
/
+18
[prev]
[next]