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
2016-10-21
x86/apic: Get rid of "warning: 'acpi_ioapic_lock' defined but not used"
Sebastian Andrzej Siewior
1
-0
/
+2
2016-10-21
x86/vmware: Read tsc_khz only once at boot time
Alexey Makhalov
1
-19
/
+18
2016-10-21
x86/dumpstack: Print orig_ax in __show_regs()
Josh Poimboeuf
1
-1
/
+6
2016-10-21
x86/dumpstack: Fix duplicate RIP address display in __show_regs()
Josh Poimboeuf
1
-2
/
+2
2016-10-21
x86/dumpstack: Print any pt_regs found on the stack
Josh Poimboeuf
1
-1
/
+15
2016-10-21
x86/dumpstack: Print stack identifier on its own line
Josh Poimboeuf
1
-4
/
+4
2016-10-21
x86/unwind: Create stack frames for saved syscall registers
Josh Poimboeuf
1
-0
/
+35
2016-10-21
x86/entry/unwind: Create stack frames for saved interrupt registers
Josh Poimboeuf
1
-8
/
+68
2016-10-20
x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi()
Dmitry Safonov
1
-3
/
+0
2016-10-20
x86/boot: Move the _stext marker to before the boot code
Josh Poimboeuf
1
-1
/
+1
2016-10-20
x86/boot: Fix the end of the stack for idle tasks
Josh Poimboeuf
2
-9
/
+15
2016-10-20
x86/boot/64: Put a real return address on the idle task stack
Josh Poimboeuf
1
-2
/
+3
2016-10-20
x86/boot/64: Use a common function for starting CPUs
Josh Poimboeuf
1
-11
/
+11
2016-10-20
x86/boot/smp/32: Fix initial idle stack location on 32-bit kernels
Josh Poimboeuf
1
-3
/
+1
2016-10-20
x86/boot/32: Fix the end of the stack for idle tasks
Josh Poimboeuf
1
-3
/
+5
2016-10-20
x86/entry/32, x86/boot/32: Use local labels
Josh Poimboeuf
1
-16
/
+16
2016-10-19
Merge branch 'for-4.9' into for-4.10
Tejun Heo
1
-1
/
+1
2016-10-19
Merge branch 'gup_flag-cleanups'
Linus Torvalds
1
-1
/
+2
2016-10-19
x86/cpufeature: Add AVX512_4VNNIW and AVX512_4FMAPS features
Piotr Luc
2
-0
/
+4
2016-10-19
x86/vmware: Skip timer_irq_works() check on VMware
Renat Valiullin
1
-0
/
+5
2016-10-19
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
1
-1
/
+2
2016-10-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+3
2016-10-16
Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict
Ingo Molnar
26
-188
/
+201
2016-10-16
x86/fpu: Split old_fpu & new_fpu handling into separate functions
Rik van Riel
2
-6
/
+4
2016-10-16
x86/fpu: Remove 'cpu' argument from __cpu_invalidate_fpregs_state()
Rik van Riel
2
-2
/
+2
2016-10-16
Merge tag 'v4.9-rc1' into x86/urgent, to pick up updates
Ingo Molnar
20
-177
/
+137
2016-10-16
x86/e820: Don't merge consecutive E820_PRAM ranges
Dan Williams
1
-1
/
+1
2016-10-16
kprobes: Unpoison stack in jprobe_return() for KASAN
Dmitry Vyukov
1
-0
/
+4
2016-10-16
kprobes: Avoid false KASAN reports during stack copy
Dmitry Vyukov
1
-3
/
+4
2016-10-14
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
6
-135
/
+8
2016-10-14
x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()
Wanpeng Li
1
-0
/
+2
2016-10-11
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-13
/
+5
2016-10-11
kdump, vmcoreinfo: report memory sections virtual addresses
Thomas Garnier
1
-0
/
+3
2016-10-11
x86/panic: replace smp_send_stop() with kdump friendly version in panic path
Hidehiro Kawai
2
-3
/
+24
2016-10-11
x86: use simpler API for random address requests
Jason Cooper
2
-6
/
+2
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-7
/
+15
2016-10-10
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-11
/
+64
2016-10-08
x86/apic: Prevent pointless warning messages
Thomas Gleixner
1
-3
/
+5
2016-10-08
x86/acpi: Prevent LAPIC id 0xff from being accounted
Thomas Gleixner
1
-0
/
+4
2016-10-07
nmi_backtrace: generate one-line reports for idle cpus
Chris Metcalf
3
-3
/
+4
2016-10-07
nmi_backtrace: add more trigger_*_cpu_backtrace() methods
Chris Metcalf
1
-9
/
+9
2016-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
Linus Torvalds
2
-0
/
+66
2016-10-07
arch/x86: Handle non enumerated CPU after physical hotplug
Prarit Bhargava
1
-3
/
+15
2016-10-07
x86/fpu: Rename lazy restore functions to "register state valid"
Rik van Riel
2
-3
/
+3
2016-10-07
x86/fpu: Remove struct fpu::counter
Rik van Riel
1
-3
/
+0
2016-10-07
x86/fpu: Remove use_eager_fpu()
Andy Lutomirski
3
-47
/
+8
2016-10-07
x86/fpu: Hard-disable lazy FPU mode
Andy Lutomirski
1
-88
/
+3
2016-10-06
Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2016-10-06
x86/unwind: Fix oprofile module link error
Josh Poimboeuf
1
-0
/
+10
2016-10-05
x86/vmware: Skip lapic calibration on VMware
Renat Valiullin
1
-2
/
+10
[prev]
[next]