index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2015-09-01
77
-1276
/
+1246
|
\
|
*
x86/asm: Drop repeated macro of X86_EFLAGS_AC definition
Huang Rui
2015-08-28
1
-2
/
+0
|
*
x86/asm/msr: Make wrmsrl() a function
Andy Lutomirski
2015-08-23
3
-6
/
+12
|
*
x86/asm/delay: Introduce an MWAITX-based delay with a configurable timer
Huang Rui
2015-08-22
3
-1
/
+51
|
*
x86/asm: Add MONITORX/MWAITX instruction support
Huang Rui
2015-08-22
2
-0
/
+46
|
*
x86/traps: Weaken context tracking entry assertions
Andy Lutomirski
2015-08-22
1
-9
/
+9
|
*
x86/asm/tsc: Add rdtscll() merge helper
Ingo Molnar
2015-08-21
1
-0
/
+3
|
*
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
2015-08-18
16
-81
/
+82
|
|
\
|
*
|
x86/vdso: Emit a GNU hash
Andy Lutomirski
2015-08-08
1
-1
/
+1
|
*
|
x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masks
Andy Lutomirski
2015-08-05
4
-75
/
+0
|
*
|
x86/entry/32: Migrate to C exit path
Andy Lutomirski
2015-08-05
1
-51
/
+11
|
*
|
x86/entry/32: Remove 32-bit syscall audit optimizations
Andy Lutomirski
2015-08-05
1
-46
/
+2
|
*
|
x86/vm86: Rename vm86->v86flags and v86mask
Brian Gerst
2015-07-31
2
-12
/
+12
|
*
|
x86/vm86: Rename vm86->vm86_info to user_vm86
Brian Gerst
2015-07-31
2
-35
/
+37
|
*
|
x86/vm86: Clean up vm86.h includes
Brian Gerst
2015-07-31
8
-5
/
+8
|
*
|
x86/vm86: Move the vm86 IRQ definitions to vm86.h
Ingo Molnar
2015-07-31
2
-11
/
+14
|
*
|
x86/vm86: Use the normal pt_regs area for vm86
Brian Gerst
2015-07-31
5
-94
/
+60
|
*
|
x86/vm86: Eliminate 'struct kernel_vm86_struct'
Brian Gerst
2015-07-31
2
-78
/
+42
|
*
|
x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'
Brian Gerst
2015-07-31
2
-28
/
+30
|
*
|
x86/vm86: Move vm86 fields out of 'thread_struct'
Brian Gerst
2015-07-31
5
-30
/
+55
|
*
|
x86/ldt: Make modify_ldt() optional
Andy Lutomirski
2015-07-31
7
-8
/
+51
|
*
|
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
2015-07-31
54
-574
/
+965
|
|
\
\
|
*
|
|
x86/build: Fix detection of GCC -mpreferred-stack-boundary support
Andy Lutomirski
2015-07-22
1
-3
/
+10
|
*
|
|
x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n'
Andy Lutomirski
2015-07-21
1
-7
/
+28
|
*
|
|
x86/entry/syscalls: Wire up 32-bit direct socket calls
Andy Lutomirski
2015-07-21
1
-0
/
+15
|
*
|
|
x86/entry/vm86: Move userspace accesses to do_sys_vm86()
Brian Gerst
2015-07-21
2
-89
/
+102
|
*
|
|
x86/entry/vm86: Preserve 'orig_ax'
Brian Gerst
2015-07-21
1
-0
/
+2
|
*
|
|
x86/entry/vm86: Clean up saved_fs/gs
Brian Gerst
2015-07-21
2
-6
/
+2
|
*
|
|
x86/nmi: Remove the 'b2b' parameter from nmi_handle()
Andy Lutomirski
2015-07-21
1
-5
/
+5
|
*
|
|
x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermode
Andy Lutomirski
2015-07-17
1
-1
/
+2
|
*
|
|
x86/entry/64: Fix IRQ state confusion and related warning on compat syscalls ...
Andy Lutomirski
2015-07-08
1
-2
/
+6
|
*
|
|
x86/irq, context_tracking: Document how IRQ context tracking works and add an...
Andy Lutomirski
2015-07-07
1
-0
/
+15
|
*
|
|
x86/entry: Remove SCHEDULE_USER and asm/context-tracking.h
Andy Lutomirski
2015-07-07
2
-11
/
+0
|
*
|
|
x86/entry: Remove exception_enter() from most trap handlers
Andy Lutomirski
2015-07-07
5
-69
/
+27
|
*
|
|
x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembl...
Andy Lutomirski
2015-07-07
2
-46
/
+23
|
*
|
|
x86/asm/entry/64: Simplify IRQ stack pt_regs handling
Andy Lutomirski
2015-07-07
1
-5
/
+3
|
*
|
|
x86/asm/entry/64: Save all regs on interrupt entry
Andy Lutomirski
2015-07-07
2
-23
/
+9
|
*
|
|
x86/entry/64: Migrate 64-bit and compat syscalls to the new exit handlers and...
Andy Lutomirski
2015-07-07
2
-64
/
+11
|
*
|
|
x86/entry/64: Really create an error-entry-from-usermode code path
Andy Lutomirski
2015-07-07
1
-12
/
+16
|
*
|
|
x86/entry: Add new, comprehensible entry and exit handlers written in C
Andy Lutomirski
2015-07-07
1
-1
/
+111
|
*
|
|
x86/entry: Add enter_from_user_mode() and use it in syscalls
Andy Lutomirski
2015-07-07
1
-1
/
+12
|
*
|
|
x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...
Andy Lutomirski
2015-07-07
1
-0
/
+9
|
*
|
|
x86/entry: Move C entry and exit code to arch/x86/entry/common.c
Andy Lutomirski
2015-07-07
5
-228
/
+257
|
*
|
|
x86/entry/64/compat: Fix bad fast syscall arg failure path
Andy Lutomirski
2015-07-07
2
-3
/
+34
|
*
|
|
x86/compat: Separate ia32 and x32 compat ABIs
Brian Gerst
2015-07-06
1
-1
/
+1
|
*
|
|
x86/compat: Clean up HAVE_UID16 config
Brian Gerst
2015-07-06
1
-2
/
+1
|
*
|
|
x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compat
Brian Gerst
2015-07-06
1
-1
/
+1
|
*
|
|
x86/compat: Remove unneeded #include
Brian Gerst
2015-07-06
1
-1
/
+0
|
*
|
|
x86/compat, x86/perf: Don't build perf_callchain_user32() on x32
Brian Gerst
2015-07-06
1
-1
/
+1
|
*
|
|
x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()
Brian Gerst
2015-07-06
1
-1
/
+1
[next]