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-04-22
x86/tboot: Remove paravirt_enabled() use
Luis R. Rodriguez
1
-6
/
+0
2016-04-22
x86/apm32: Remove paravirt_enabled() use
Luis R. Rodriguez
1
-1
/
+1
2016-04-22
x86/init: Use a platform legacy quirk for EBDA
Luis R. Rodriguez
2
-1
/
+5
2016-04-22
x86/ACPI: Move ACPI_FADT_NO_CMOS_RTC check to ACPI boot code
Luis R. Rodriguez
2
-8
/
+4
2016-04-22
x86/rtc: Replace paravirt rtc check with platform legacy quirk
Luis R. Rodriguez
5
-6
/
+31
2016-04-22
Merge branch 'x86/urgent' into x86/asm, to fix semantic conflict
Ingo Molnar
1
-0
/
+12
2016-04-19
x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()
Dmitry Safonov
4
-4
/
+4
2016-04-19
Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes
Ingo Molnar
1
-0
/
+3
2016-04-18
ACPI / x86: Cleanup initrd related code
Lv Zheng
1
-3
/
+9
2016-04-18
ACPI / tables: Move table override mechanisms to tables.c
Lv Zheng
1
-1
/
+1
2016-04-18
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2016-04-16
x86: Fix non-static inlines
Denys Vlasenko
2
-2
/
+2
2016-04-16
x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances
Vitaly Kuznetsov
1
-0
/
+12
2016-04-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2016-04-14
Revert "x86: remove the kernel code/data/bss resources from /proc/iomem"
Linus Torvalds
1
-0
/
+37
2016-04-13
x86/asm: Make sure verify_cpu() has a good stack
Borislav Petkov
1
-0
/
+8
2016-04-13
x86/paravirt: Add paravirt_{read,write}_msr()
Andy Lutomirski
1
-0
/
+2
2016-04-13
x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks
Andy Lutomirski
1
-2
/
+2
2016-04-13
x86/head: Move early exception panic code into early_fixup_exception()
Andy Lutomirski
2
-87
/
+7
2016-04-13
x86/head: Move the early NMI fixup into C
Andy Lutomirski
2
-13
/
+0
2016-04-13
x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()
Andy Lutomirski
2
-53
/
+87
2016-04-13
x86/fpu: Get rid of x87 math exception helpers
Borislav Petkov
1
-31
/
+13
2016-04-13
x86/fpu: Remove check_fpu() indirection
Borislav Petkov
1
-11
/
+5
2016-04-13
x86/tsc: Save an indentation level in recalibrate_cpu_khz()
Borislav Petkov
1
-8
/
+8
2016-04-13
x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier call
Borislav Petkov
1
-5
/
+2
2016-04-13
x86/cpu: Simplify extended APIC ID detection on AMD
Borislav Petkov
1
-7
/
+10
2016-04-13
x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()
Borislav Petkov
1
-2
/
+2
2016-04-13
x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage
Borislav Petkov
1
-5
/
+5
2016-04-13
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
3
-10
/
+10
2016-04-13
x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage
Borislav Petkov
3
-11
/
+14
2016-04-13
x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage
Borislav Petkov
12
-26
/
+26
2016-04-13
x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage
Borislav Petkov
3
-12
/
+12
2016-04-13
x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage
Borislav Petkov
4
-8
/
+8
2016-04-13
x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage
Borislav Petkov
2
-2
/
+2
2016-04-13
Merge branch 'x86/urgent' into x86/asm to pick up dependent fixes
Ingo Molnar
5
-15
/
+11
2016-04-13
Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base
Ingo Molnar
3
-11
/
+27
2016-04-13
Merge branch 'x86/cpu' into x86/asm, to merge more patches
Ingo Molnar
8
-14
/
+14
2016-04-13
x86/mce: Remove explicit smp_rmb() when starting CPUs sync
Davidlohr Bueso
1
-2
/
+2
2016-04-13
x86/mce: Avoid using object after free in genpool
Tony Luck
1
-2
/
+2
2016-04-13
x86/vdso: Remove direct HPET access through the vDSO
Andy Lutomirski
1
-1
/
+0
2016-04-13
x86/cpu: Add Erratum 88 detection on AMD
Borislav Petkov
1
-0
/
+1
2016-04-13
x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()
Andy Lutomirski
1
-25
/
+25
2016-04-13
x86/asm, sched/x86: Rewrite the FS and GS context switch code
Andy Lutomirski
1
-55
/
+93
2016-04-13
x86/cpu: Probe the behavior of nulling out a segment at boot time
Andy Lutomirski
1
-0
/
+31
2016-04-13
x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GS
Andy Lutomirski
1
-12
/
+7
2016-04-13
uprobes/x86: Constify uprobe_xol_ops structures
Julia Lawall
1
-2
/
+2
2016-04-06
x86: remove the kernel code/data/bss resources from /proc/iomem
Linus Torvalds
1
-37
/
+0
2016-04-06
KEYS: Generalise system_verify_data() to provide access to internal content
David Howells
1
-14
/
+4
2016-04-03
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-13
/
+9
2016-04-02
Merge branch 'acpi-processor'
Rafael J. Wysocki
1
-0
/
+3
[prev]
[next]