index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-12-12
41
-497
/
+703
|
\
|
*
scripts/decode_stacktrace.sh: Fix address line detection on x86
Josh Poimboeuf
2016-11-29
1
-1
/
+2
|
*
x86/boot/64: Use defines for page size
Borislav Petkov
2016-11-25
1
-5
/
+5
|
*
x86/dumpstack: Make stack name tags more comprehensible
Josh Poimboeuf
2016-11-21
4
-33
/
+23
|
*
selftests/x86: Add test_vdso to test getcpu()
Andy Lutomirski
2016-11-17
2
-1
/
+124
|
*
x86/vdso: Use RDPID in preference to LSL when available
Andy Lutomirski
2016-11-17
2
-1
/
+7
|
*
Merge branch 'x86/cpufeature' into x86/asm, to pick up dependency
Ingo Molnar
2016-11-17
406
-2744
/
+4299
|
|
\
|
|
*
x86/cpufeatures: Enable new AVX512 cpu features
Gayatri Kammela
2016-11-17
2
-0
/
+4
|
|
*
x86/cpuid: Provide get_scattered_cpuid_leaf()
He Chen
2016-11-16
2
-12
/
+40
|
|
*
x86/cpuid: Cleanup cpuid_regs definitions
He Chen
2016-11-16
4
-47
/
+41
|
*
|
x86/dumpstack: Handle NULL stack pointer in show_trace_log_lvl()
Josh Poimboeuf
2016-11-17
1
-0
/
+1
|
*
|
x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variants
Borislav Petkov
2016-11-01
3
-96
/
+49
|
*
|
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
2016-11-01
715
-4744
/
+8023
|
|
\
\
|
*
|
|
x86/unwind: Ensure stack grows down
Josh Poimboeuf
2016-10-28
1
-4
/
+30
|
*
|
|
x86/vdso: Set vDSO pointer only after success
Dmitry Safonov
2016-10-28
1
-7
/
+3
|
*
|
|
x86/prctl/uapi: Remove #ifdef for CHECKPOINT_RESTORE
Dmitry Safonov
2016-10-28
1
-5
/
+3
|
*
|
|
x86/unwind: Detect bad stack return address
Josh Poimboeuf
2016-10-27
1
-1
/
+9
|
*
|
|
x86/dumpstack: Warn on stack recursion
Josh Poimboeuf
2016-10-27
2
-2
/
+6
|
*
|
|
x86/unwind: Warn on bad frame pointer
Josh Poimboeuf
2016-10-27
1
-2
/
+16
|
*
|
|
x86/decoder: Use stderr if insn sanity test fails
Paul Bolle
2016-10-26
1
-1
/
+2
|
*
|
|
x86/decoder: Use stdout if insn decoder test is successful
Paul Bolle
2016-10-26
1
-1
/
+1
|
*
|
|
mm/page_alloc: Remove kernel address exposure in free_reserved_area()
Josh Poimboeuf
2016-10-25
1
-2
/
+2
|
*
|
|
x86/dumpstack: Remove raw stack dump
Josh Poimboeuf
2016-10-25
8
-130
/
+4
|
*
|
|
x86/dumpstack: Remove kernel text addresses from stack dump
Josh Poimboeuf
2016-10-25
6
-26
/
+13
|
*
|
|
scripts/faddr2line: Fix "size mismatch" error
Josh Poimboeuf
2016-10-25
1
-12
/
+21
|
*
|
|
x86/entry64: Remove unused audit related macros
Alexander Kuleshov
2016-10-25
1
-6
/
+0
|
*
|
|
x86/dumpstack: Print orig_ax in __show_regs()
Josh Poimboeuf
2016-10-21
1
-1
/
+6
|
*
|
|
x86/dumpstack: Fix duplicate RIP address display in __show_regs()
Josh Poimboeuf
2016-10-21
1
-2
/
+2
|
*
|
|
x86/dumpstack: Print any pt_regs found on the stack
Josh Poimboeuf
2016-10-21
1
-1
/
+15
|
*
|
|
x86/dumpstack: Print stack identifier on its own line
Josh Poimboeuf
2016-10-21
1
-4
/
+4
|
*
|
|
x86/unwind: Create stack frames for saved syscall registers
Josh Poimboeuf
2016-10-21
1
-0
/
+35
|
*
|
|
x86/entry/unwind: Create stack frames for saved interrupt registers
Josh Poimboeuf
2016-10-21
5
-16
/
+139
|
*
|
|
entry/64: Remove unused ZERO_EXTRA_REGS macro
Alexander Kuleshov
2016-10-21
1
-9
/
+0
|
*
|
|
x86/boot: Move the _stext marker to before the boot code
Josh Poimboeuf
2016-10-20
1
-1
/
+1
|
*
|
|
x86/boot: Fix the end of the stack for idle tasks
Josh Poimboeuf
2016-10-20
2
-9
/
+15
|
*
|
|
x86/boot/64: Put a real return address on the idle task stack
Josh Poimboeuf
2016-10-20
1
-2
/
+3
|
*
|
|
x86/boot/64: Use a common function for starting CPUs
Josh Poimboeuf
2016-10-20
1
-11
/
+11
|
*
|
|
x86/boot/smp/32: Fix initial idle stack location on 32-bit kernels
Josh Poimboeuf
2016-10-20
1
-3
/
+1
|
*
|
|
x86/boot/32: Fix the end of the stack for idle tasks
Josh Poimboeuf
2016-10-20
1
-3
/
+5
|
*
|
|
x86/entry/32: Fix the end of the stack for newly forked tasks
Josh Poimboeuf
2016-10-20
1
-3
/
+19
|
*
|
|
x86/entry/32: Rename 'error_code' to 'common_exception'
Josh Poimboeuf
2016-10-20
1
-20
/
+23
|
*
|
|
x86/entry/32, x86/boot/32: Use local labels
Josh Poimboeuf
2016-10-20
2
-37
/
+38
|
*
|
|
x86/entry/64: Remove unused 'addskip' parameter of the ALLOC_PT_GPREGS_ON_STA...
Alexander Kuleshov
2016-10-20
1
-2
/
+2
*
|
|
|
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-12-12
7
-23
/
+39
|
\
\
\
\
|
*
|
|
|
x86/msr: Cleanup/streamline MSR helpers
Borislav Petkov
2016-11-16
2
-21
/
+23
|
*
|
|
|
x86/apic: Prevent tracing on apic_msr_write_eoi()
Wanpeng Li
2016-11-09
4
-5
/
+5
|
*
|
|
|
x86/msr: Add wrmsr_notrace()
Wanpeng Li
2016-11-09
1
-1
/
+13
|
*
|
|
|
x86/apic: Get rid of "warning: 'acpi_ioapic_lock' defined but not used"
Sebastian Andrzej Siewior
2016-10-21
1
-0
/
+2
*
|
|
|
|
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-12-12
13
-91
/
+528
|
\
\
\
\
\
|
*
|
|
|
|
x86/mce: Include the PPIN in MCE records when available
Tony Luck
2016-11-23
5
-0
/
+47
[next]