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-03-24
x86/asm/entry/64: Get rid of the FIXUP_TOP_OF_STACK/RESTORE_TOP_OF_STACK macros
Denys Vlasenko
1
-33
/
+2
2015-03-24
x86/asm/entry/64: Use PUSH instructions to build pt_regs on stack
Denys Vlasenko
1
-22
/
+32
2015-03-24
x86/asm/entry: Get rid of KERNEL_STACK_OFFSET
Denys Vlasenko
5
-9
/
+6
2015-03-24
x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSET
Denys Vlasenko
1
-2
/
+2
2015-03-24
x86/mce: Define mce_severity function pointer
Aravind Gopalakrishnan
3
-6
/
+16
2015-03-24
x86/mce: Add an AMD severities-grading function
Aravind Gopalakrishnan
2
-0
/
+65
2015-03-24
x86/asm/entry/64: Fold syscall32_cpu_init() into its sole user
Denys Vlasenko
1
-21
/
+10
2015-03-23
x86: kvm: Revert "remove sched notifier for cross-cpu migrations"
Marcelo Tosatti
1
-0
/
+44
2015-03-23
Merge 4.0-rc5 into tty-next
Greg Kroah-Hartman
6
-30
/
+60
2015-03-23
x86/asm/entry/64: Fix incorrect comment
Denys Vlasenko
1
-1
/
+1
2015-03-23
x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks
Andy Lutomirski
1
-7
/
+4
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
14
-25
/
+25
2015-03-23
x86/asm/entry: Use user_mode_ignore_vm86() where appropriate
Andy Lutomirski
1
-3
/
+3
2015-03-23
x86/asm/entry, perf: Explicitly optimize vm86 handling in code_segment_base()
Andy Lutomirski
1
-6
/
+7
2015-03-23
Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts
Ingo Molnar
6
-30
/
+60
2015-03-23
perf: Remove type specific target pointers
Peter Zijlstra
1
-4
/
+3
2015-03-23
perf/x86/intel: Fix Makefile to actually build the cqm driver
Matt Fleming
1
-1
/
+1
2015-03-23
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patches
Ingo Molnar
42
-187
/
+693
2015-03-23
x86/cpu/cacheinfo: Fix cache_get_priv_group() for Intel processors
Sudeep Holla
1
-1
/
+1
2015-03-23
x86/mce: Reindent __mcheck_cpu_apply_quirks() properly
Borislav Petkov
1
-24
/
+24
2015-03-23
x86/mce: Use safe MSR accesses for AMD quirk
Jesse Larrew
1
-10
/
+4
2015-03-23
x86/fpu: Kill eager_fpu_init_bp()
Oleg Nesterov
1
-13
/
+7
2015-03-23
x86/fpu: Don't allocate fpu->state for swapper/0
Oleg Nesterov
1
-2
/
+0
2015-03-23
x86/fpu: Rename drop_init_fpu() to fpu_reset_state()
Borislav Petkov
4
-5
/
+5
2015-03-23
x86/fpu: Don't abuse drop_init_fpu() in flush_thread()
Oleg Nesterov
1
-9
/
+6
2015-03-23
x86/fpu: Use restore_init_xstate() instead of math_state_restore() on kthread exec
Oleg Nesterov
1
-1
/
+2
2015-03-23
Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts
Ingo Molnar
42
-187
/
+693
2015-03-23
x86/asm/entry, perf: Fix incorrect TIF_IA32 check in code_segment_base()
Andy Lutomirski
1
-4
/
+3
2015-03-23
x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET
Brian Gerst
3
-5
/
+4
2015-03-17
x86/asm/entry/64: Rename 'old_rsp' to 'rsp_scratch'
Ingo Molnar
2
-6
/
+6
2015-03-17
x86/asm/entry/64: Update comments about stack frames
Ingo Molnar
1
-8
/
+11
2015-03-17
x86/asm/entry/64: Remove thread_struct::usersp
Ingo Molnar
1
-3
/
+0
2015-03-17
x86/asm/entry/64: Simplify 'old_rsp' usage
Ingo Molnar
1
-2
/
+0
2015-03-17
x86/asm/entry/64: Enable interrupts *after* we fetch PER_CPU_VAR(old_rsp)
Denys Vlasenko
1
-5
/
+5
2015-03-17
x86/boot/64: Remove pointless early_printk() message
Alexander Kuleshov
1
-3
/
+0
2015-03-17
kprobes/x86: Return correct length in __copy_instruction()
Eugene Shatokhin
1
-3
/
+6
2015-03-17
x86/asm/entry: Document and clean up the enable_sep_cpu() and syscall32_cpu_init() functions
Ingo Molnar
1
-13
/
+29
2015-03-17
x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" better
Denys Vlasenko
2
-2
/
+2
2015-03-17
x86/asm/entry: Unify and fix initial thread_struct::sp0 values
Andy Lutomirski
1
-1
/
+1
2015-03-17
x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macro
Andy Lutomirski
1
-1
/
+1
2015-03-17
x86/signal/64: Remove 'fs' and 'gs' from sigcontext
Andy Lutomirski
1
-2
/
+2
2015-03-17
x86/signal/64: Fix SS handling for signals delivered to 64-bit programs
Andy Lutomirski
1
-9
/
+13
2015-03-16
Merge branch 'nohz/guest' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohz
Ingo Molnar
1
-1
/
+1
2015-03-16
Revert "x86/mm/ASLR: Propagate base load address calculation"
Borislav Petkov
2
-19
/
+13
2015-03-16
sched/idle/x86: Optimize unnecessary mwait_idle() resched IPIs
Mike Galbraith
1
-4
/
+8
2015-03-16
sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savings and to improve performance
Len Brown
1
-0
/
+47
2015-03-13
Merge tag 'v4.0-rc3' into x86/build, to refresh an older tree before applying new changes
Ingo Molnar
40
-189
/
+665
2015-03-13
x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_sig()
Oleg Nesterov
1
-3
/
+4
2015-03-12
x86/apic/numachip: Fix sibling map with NumaChip
Daniel J Blueman
1
-6
/
+16
2015-03-12
x86/platform, acpi: Bypass legacy PIC and PIT in ACPI hardware reduced mode
Li, Aubrey
1
-0
/
+25
[prev]
[next]