Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e937fcf2fa0c1d21f9c0008ab600d46c240a984c
/
arch
e937fcf2
x86: mpparse: 64-bit fix
by Ingo Molnar
· 17 years ago
ecaa6c9
x86: change naming of cpu_initialized_mask for xen
by Glauber Costa
· 17 years ago
fe176de
x86: microcode: show results on success too
by Ben Castricum
· 17 years ago
be8a568
x86: move generic_processor_info to apic_64.c
by Alexey Starikovskiy
· 17 years ago
86cc0d9
x86: move boot_cpu_physical_apicid to apic_64.c
by Alexey Starikovskiy
· 17 years ago
3103623
x86: move disabled_cpus to smpboot.c (64bit)
by Alexey Starikovskiy
· 17 years ago
7b8cbd2
x86: move num_processors to smpboot.c (64 bit)
by Alexey Starikovskiy
· 17 years ago
1d85543
x86: move phys_cpu_present_map to smpboot.c (64bit)
by Alexey Starikovskiy
· 17 years ago
7abb3cc
x86: move phys cpu present map to smpboot.c, 64-bit, prepare
by Ingo Molnar
· 17 years ago
3f53070
x86: move mp_lapic_addr to apic_64.c
by Alexey Starikovskiy
· 17 years ago
468e85b
x86: don't use MP_processor_info for ACPI mode (64bit)
by Alexey Starikovskiy
· 17 years ago
0e01c00
x86: separate generic_processor_info into its own function (64bit)
by Alexey Starikovskiy
· 17 years ago
8ccab29
x86: don't call MP_processor_info for disabled cpu (64bit)
by Alexey Starikovskiy
· 17 years ago
903dcb5
x86: move generic_processor_info to apic_32.c
by Alexey Starikovskiy
· 17 years ago
acff5a7
x86: move x86_bios_cpu_apicid to apic_32.c
by Alexey Starikovskiy
· 17 years ago
fae9811
x86: mpparse, move boot cpu physical apicid to apic_32.c, fix
by Ingo Molnar
· 17 years ago
837e0e7
x86: move boot_cpu_physical_apicid to apic_32.c
by Alexey Starikovskiy
· 17 years ago
0c254e3
x86: move def_to_bigsmp to setup_32.c
by Alexey Starikovskiy
· 17 years ago
059c964
x86: mpparse, move disabled cpus to smpboot.c, fix
by Ingo Molnar
· 17 years ago
53c4c79
x86: move disabled_cpus to smpboot.c
by Alexey Starikovskiy
· 17 years ago
2bb9e9d
x86: move num_processors to smpboot.c
by Alexey Starikovskiy
· 17 years ago
40014ba
x86: move phys_cpu_present_map to smpboot.c
by Alexey Starikovskiy
· 17 years ago
8f6e2ca
x86: move mp_lapic_addr to apic_32.c
by Alexey Starikovskiy
· 17 years ago
e81b2c6
x86: move apic_ver array to apic_32.c
by Alexey Starikovskiy
· 17 years ago
08bef9d
x86: don't use MP_processor_info for ACPI mode
by Alexey Starikovskiy
· 17 years ago
c853c67
x86: separate generic_processor_info into its own function
by Alexey Starikovskiy
· 17 years ago
987dd2d
x86: don't call MP_processor_info for disabled cpu
by Alexey Starikovskiy
· 17 years ago
2df2972
x86: move es7000_plat closer to its user
by Alexey Starikovskiy
· 17 years ago
0e03eb8
x86: Centaur Isaiah processor to use sysenter in 64-bit compatibility mode rather than syscall
by Dave Jones
· 17 years ago
dd46e3c
x86: move apic declarations to mach_apic.h
by Glauber Costa
· 17 years ago
ab68ed9
x86: entry_32.S - use flags from processor-flags.h
by Cyrill Gorcunov
· 17 years ago
756a6c6
x86: ioremap of 64-bit resource on 32-bit kernel fix
by Ingo Molnar
· 17 years ago
5af5573
x86: move ipi definitions to mach_ipi.h
by Glauber Costa
· 17 years ago
8346ea1
x86: split large page mapping for AMD TSEG
by Andi Kleen
· 17 years ago
f5c24a7
x86: don't use large pages to map the first 2/4MB of memory
by Andi Kleen
· 17 years ago
c9caa02
x86: add set_memory_4k to pageattr.c
by Andi Kleen
· 17 years ago
cc61503
x86: account overlapped mappings in max_pfn_mapped
by Andi Kleen
· 17 years ago
6779429
x86: replace the now useless max_pfn_mapped define
by Thomas Gleixner
· 17 years ago
7d1116a
x86: implement true end_pfn_mapped for 32bit
by Andi Kleen
· 17 years ago
41bd4ea
x86: move early exception handlers into init.text
by Andi Kleen
· 17 years ago
749c970
x86: replace early exception setup macro recursion with loop
by Andi Kleen
· 17 years ago
5524ea3
x86: don't set up early exception handlers for external interrupts
by Andi Kleen
· 17 years ago
366932d
x86: relocate_kernel - use predefined macroses for page attributes
by gorcunov@gmail.com
· 17 years ago
fd3af53
x86: relocate_kernel - use predefined macroses for processor state
by gorcunov@gmail.com
· 17 years ago
a7bba17
x86: relocate_kernel - use PAGE_SIZE instead of numeric constant
by gorcunov@gmail.com
· 17 years ago
4039ae5
x86: relocate_kernel_32.S - clear register in more elegant way
by gorcunov@gmail.com
· 17 years ago
15a601e
x86: fix test_poke for vmalloced pages
by Mathieu Desnoyers
· 17 years ago
e5699a8
x86: clean up vSMP detection
by Ravikiran G Thirumalai
· 17 years ago
d93c870b
x86: only enable interrupts when kernel state has been set up
by Jeremy Fitzhardinge
· 17 years ago
dcfe946
x86: fix memtest print out
by Yinghai Lu
· 17 years ago
c64df70
x86: memtest bootparam
by Yinghai Lu
· 17 years ago
288621e
x86: relocate_kernel - use predefined PAGE_SIZE instead of own alias
by Cyrill Gorcunov
· 17 years ago
89bda4f
x86: use same index for processor maps
by Alexey Starikovskiy
· 17 years ago
fa3f1f4
x86: allow NODES_SHIFT to be a config option on x86_64
by Jack Steiner
· 17 years ago
6e90894
x86: fix ioapic bug again
by Ingo Molnar
· 17 years ago
f2e576b
i386: arch/x86/math-emu/reg_ld_str.c: fix warning
by Andrew Morton
· 17 years ago
cc7594e
i386: arch/x86/math-emu/fpu_entry.c warning fix
by Andrew Morton
· 17 years ago
b450e5e
x86: PAT bug fix for attribute type check after reserve_memtype, debug
by Venki Pallipadi
· 17 years ago
dee7cbb
x86: PAT bug fix for attribute type check after reserve_memtype
by Venki Pallipadi
· 17 years ago
9307cac
x86: pat cpu feature bit setting for known cpus
by Yinghai Lu
· 17 years ago
a7c7d0e
x86: tom2 warning fix
by Ingo Molnar
· 17 years ago
35605a1
x86: enable PAT for amd k8 and fam10h
by Yinghai Lu
· 17 years ago
042b78e
x86: PAT infrastructure patch, documentation updates
by Venki Pallipadi
· 17 years ago
6997ab4
x86: add PAT related debug prints
by venkatesh.pallipadi@intel.com
· 17 years ago
b310f381d
x86: PAT add ioremap_wc() interface
by venkatesh.pallipadi@intel.com
· 17 years ago
ef354af
x86: PAT add set_memory_wc() interface
by venkatesh.pallipadi@intel.com
· 17 years ago
03d72aa
x86: PAT use reserve free memtype in pci_mmap_page_range
by venkatesh.pallipadi@intel.com
· 17 years ago
1219333
x86: PAT use reserve free memtype in set_memory_uc
by venkatesh.pallipadi@intel.com
· 17 years ago
d7677d4
x86: PAT use reserve free memtype in ioremap and iounmap
by venkatesh.pallipadi@intel.com
· 17 years ago
3a96ce8
x86: PAT make ioremap_change_attr non-static
by venkatesh.pallipadi@intel.com
· 17 years ago
55c6268
x86: revert ucminus change
by Ingo Molnar
· 17 years ago
2e5d9c8
x86: PAT infrastructure patch
by venkatesh.pallipadi@intel.com
· 17 years ago
7de6a4c
x86: clean up aperture_64.c
by Pavel Machek
· 17 years ago
0156126
x86: allocate e820 resource struct all together
by Yinghai Lu
· 17 years ago
272b9ca
x86: early memtest to find bad ram
by Yinghai Lu
· 17 years ago
0054f4b
x86: Explicitly include required header files.
by Robert P. J. Day
· 17 years ago
acb5b8a
x86, kprobes: correct post-eip value in post_hander()
by Yakov Lerner
· 17 years ago
0f54091
x86: handle_vm86_trap cleanup
by Roland McGrath
· 17 years ago
b00de17
x86: sys32_execve PT_DTRACE
by Roland McGrath
· 17 years ago
48ee679
x86: ia32 ptrace vs -ENOSYS sysenter/syscall
by Roland McGrath
· 17 years ago
a31f8dd
x86: ptrace vs -ENOSYS
by Roland McGrath
· 17 years ago
8ab32bb
x86: ia32 ptrace vs -ENOSYS
by Roland McGrath
· 17 years ago
ede1389
x86: remove the write-only timer_uses_ioapic_pin_0
by Adrian Bunk
· 17 years ago
6542fe8
x86: vsmp fix x86 vsmp fix is vsmp box cleanup
by Ingo Molnar
· 17 years ago
1cb6848
x86: apic_is_clustered_box to indicate unsynched TSC's on multiboard vSMP systems
by Ravikiran G Thirumalai
· 17 years ago
9f6d855
x86: vSMP: use pvops only if platform has the capability to support it
by Ravikiran G Thirumalai
· 17 years ago
aa7d8e25e
x86: fix build breakage when PCI is define and PARAVIRT is not
by Ravikiran G Thirumalai
· 17 years ago
3250c91
x86: vSMP: Fix is_vsmp_box()
by Ravikiran G Thirumalai
· 17 years ago
8642050
x86: make struct mpc_config_translation NUMAQ-only
by Alexey Starikovskiy
· 17 years ago
0ec153a
x86: remove mpc_oem_bus_info()
by Alexey Starikovskiy
· 17 years ago
d285e33
x86: remove mpc_oem_pci_bus()
by Alexey Starikovskiy
· 17 years ago
4655c7d
x86: remove mpc_apic_id()
by Alexey Starikovskiy
· 17 years ago
555b076
x86: rename gsi_start to gsi_base to match mpparse_32.c
by Alexey Starikovskiy
· 17 years ago
85e4603
x86: limit scan to 1k of EBDA.
by Alexey Starikovskiy
· 17 years ago
ce3fe6b
x86: use get_bios_ebda in mpparse_64.c
by Alexey Starikovskiy
· 17 years ago
e3e3ffa
x86: add uniq_ioapic_id to mpparse_32.c
by Alexey Starikovskiy
· 17 years ago
857033a
x86: add bad_ioapic to mpparse_32.c
by Alexey Starikovskiy
· 17 years ago
d295331
x86: lindent mpparse_64.c
by Alexey Starikovskiy
· 17 years ago
4cedb33
x86: remove smpboot_32.c and smpboot_64.c
by Glauber de Oliveira Costa
· 17 years ago
acbb673
x86: move apicid mappings to smpboot.c
by Glauber de Oliveira Costa
· 17 years ago
Next »