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
...
|
*
|
|
x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq
Thomas Gleixner
2018-10-04
2
-9
/
+9
|
*
|
|
x86/vdso: Enforce 64bit clocksource
Thomas Gleixner
2018-10-04
2
-1
/
+7
|
*
|
|
x86/time: Implement clocksource_arch_init()
Thomas Gleixner
2018-10-04
2
-0
/
+17
|
*
|
|
clocksource: Provide clocksource_arch_init()
Thomas Gleixner
2018-10-04
3
-0
/
+11
*
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
19
-176
/
+222
|
\
\
\
\
|
*
|
|
|
x86/speculation: Propagate information about RSB filling mitigation to sysfs
Jiri Kosina
2018-09-26
1
-1
/
+2
|
*
|
|
|
x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
Jiri Kosina
2018-09-26
2
-7
/
+61
|
*
|
|
|
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
Jiri Kosina
2018-09-26
3
-13
/
+49
|
*
|
|
|
x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC variant
Zhenzhong Duan
2018-09-23
1
-4
/
+13
|
*
|
|
|
x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATION
zhong jiang
2018-09-15
1
-3
/
+2
|
*
|
|
|
x86/pti/64: Remove the SYSCALL64 entry trampoline
Andy Lutomirski
2018-09-12
9
-139
/
+37
|
*
|
|
|
x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space
Andy Lutomirski
2018-09-08
5
-13
/
+22
|
*
|
|
|
x86/entry/64: Document idtentry
Andy Lutomirski
2018-09-08
2
-0
/
+40
*
|
|
|
|
Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
2
-2
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
x86/olpc: Fix build error with CONFIG_MFD_CS5535=m
Borislav Petkov
2018-10-06
1
-2
/
+1
|
*
|
|
|
|
x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
Lubomir Rintel
2018-10-05
1
-0
/
+3
*
|
|
|
|
|
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
68
-1006
/
+1023
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86/hyperv: Enable PV qspinlock for Hyper-V
Yi Sun
2018-10-09
5
-0
/
+113
|
*
|
|
|
|
|
x86/hyperv: Add GUEST_IDLE_MSR support
Yi Sun
2018-10-09
1
-0
/
+5
|
*
|
|
|
|
|
x86/paravirt: Clean up native_patch()
Borislav Petkov
2018-09-11
2
-57
/
+33
|
*
|
|
|
|
|
x86/paravirt: Prevent redefinition of SAVE_FLAGS macro
Juergen Gross
2018-09-06
1
-1
/
+1
|
*
|
|
|
|
|
x86/xen: Make xen_reservation_lock static
Juergen Gross
2018-09-06
1
-1
/
+1
|
*
|
|
|
|
|
x86/paravirt: Remove unneeded mmu related paravirt ops bits
Juergen Gross
2018-09-03
1
-17
/
+3
|
*
|
|
|
|
|
x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
12
-112
/
+103
|
*
|
|
|
|
|
x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
9
-18
/
+15
|
*
|
|
|
|
|
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
16
-22
/
+78
|
*
|
|
|
|
|
x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
6
-3
/
+9
|
*
|
|
|
|
|
x86/paravirt: Introduce new config option PARAVIRT_XXL
Juergen Gross
2018-09-03
4
-0
/
+7
|
*
|
|
|
|
|
x86/paravirt: Remove unused paravirt bits
Juergen Gross
2018-09-03
3
-13
/
+1
|
*
|
|
|
|
|
x86/paravirt: Use a single ops structure
Juergen Gross
2018-09-03
27
-458
/
+431
|
*
|
|
|
|
|
x86/paravirt: Remove clobbers from struct paravirt_patch_site
Juergen Gross
2018-09-03
2
-19
/
+15
|
*
|
|
|
|
|
x86/paravirt: Remove clobbers parameter from paravirt patch functions
Juergen Gross
2018-09-03
6
-23
/
+16
|
*
|
|
|
|
|
x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() static
Juergen Gross
2018-09-03
2
-12
/
+6
|
*
|
|
|
|
|
x86/xen: Add SPDX identifier in arch/x86/xen files
Juergen Gross
2018-09-03
11
-64
/
+20
|
*
|
|
|
|
|
x86/xen: Link platform-pci-unplug.o only if CONFIG_XEN_PVHVM
Juergen Gross
2018-09-03
2
-3
/
+1
|
*
|
|
|
|
|
x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c
Juergen Gross
2018-09-03
6
-272
/
+227
|
*
|
|
|
|
|
x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella
Juergen Gross
2018-09-03
4
-16
/
+43
*
|
|
|
|
|
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-23
28
-619
/
+1117
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
x86/stackprotector: Remove the call to boot_init_stack_canary() from cpu_star...
Christophe Leroy
2018-10-22
3
-16
/
+2
|
*
|
|
|
|
|
|
x86/mm: Kill stray kernel fault handling comment
Dave Hansen
2018-10-21
1
-1
/
+0
|
*
|
|
|
|
|
|
x86/mm: Do not warn about PCI BIOS W+X mappings
Thomas Gleixner
2018-10-10
1
-8
/
+27
|
*
|
|
|
|
|
|
resource: Clean it up a bit
Borislav Petkov
2018-10-09
1
-29
/
+26
|
*
|
|
|
|
|
|
resource: Fix find_next_iomem_res() iteration issue
Bjorn Helgaas
2018-10-09
1
-54
/
+42
|
*
|
|
|
|
|
|
resource: Include resource end in walk_*() interfaces
Bjorn Helgaas
2018-10-09
1
-2
/
+2
|
*
|
|
|
|
|
|
x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one error
Bjorn Helgaas
2018-10-09
1
-1
/
+1
|
*
|
|
|
|
|
|
x86/mm: Remove spurious fault pkey check
Dave Hansen
2018-10-09
1
-6
/
+7
|
*
|
|
|
|
|
|
x86/mm/vsyscall: Consider vsyscall page part of user address space
Dave Hansen
2018-10-09
1
-13
/
+25
|
*
|
|
|
|
|
|
x86/mm: Add vsyscall address helper
Dave Hansen
2018-10-09
1
-1
/
+10
|
*
|
|
|
|
|
|
x86/mm: Fix exception table comments
Dave Hansen
2018-10-09
1
-13
/
+15
|
*
|
|
|
|
|
|
x86/mm: Add clarifying comments for user addr space
Dave Hansen
2018-10-09
1
-0
/
+8
[prev]
[next]