Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
989a7241df87526bfef0396567e71ebe53a84ae4
/
arch
/
x86
/
kernel
/
setup_64.c
12c247a
x86: fix boot failure on 486 due to TSC breakage
by Mikael Pettersson
· 18 years ago
d8ff0bb
x86: fix printout ugliness in cpu info printk
by Marcin Slusarz
· 18 years ago
04d733b
x86: fix section mismatch in setup_64.c:srat_detect_node
by Sam Ravnborg
· 18 years ago
08acb67
x86: fix section mismatch warning in setup_64.c:nearby_node
by Sam Ravnborg
· 18 years ago
1eb1141
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
by David Howells
· 18 years ago
18a01a3b
Use BOOTMEM_EXCLUSIVE for kdump
by Bernhard Walle
· 18 years ago
72a7fe3
Introduce flags for reserve_bootmem()
by Bernhard Walle
· 18 years ago
fa1408e
x86: unify CPU feature string names
by H. Peter Anvin
· 18 years ago
24a5da7
x86_64: make bootmap_start page align v6
by Yinghai Lu
· 18 years ago
f212ec4
x86: early boot debugging via FireWire (ohci1394_dma=early)
by Bernhard Kaindl
· 18 years ago
a382806
x86: fixes some bugs about EFI memory map handling
by Huang, Ying
· 18 years ago
07035f0
x86: not set boot cpu in cpu_present_map again
by Yinghai Lu
· 18 years ago
adb8dae
x86: fix section mismatch warning in setup_64.c
by Sam Ravnborg
· 18 years ago
45078cb
x86: remove struct cpu_model_info
by Hiroshi Shimamoto
· 18 years ago
3effef1
x86: should use array directly for early_ptr
by Yinghai Lu
· 18 years ago
ac629a9
x86: remove duplicated line about
by Yinghai Lu
· 18 years ago
8a45eb3
x86: constify function pointer tables
by Jan Engelhardt
· 18 years ago
602a54a
x86: change bios_cpu_apicid to percpu data variable fixup
by travis@sgi.com
· 18 years ago
ac72e78
x86: add generic clearcpuid=... option
by Andi Kleen
· 18 years ago
191679f
x86: add noclflush option
by Andi Kleen
· 18 years ago
7d851c8
x86: add framework to disable CPUID bits on the command line
by Andi Kleen
· 18 years ago
74ff305
x86: move select_idle_routine() call after detect_ht()
by Hiroshi Shimamoto
· 18 years ago
71617bf
x86: only call early_init_amd one time
by Yinghai Lu
· 18 years ago
99fc8d4
x86, 32-bit: trim memory not covered by wb mtrrs
by Jesse Barnes
· 18 years ago
7517527
x86: replace hard coded reservations in 64-bit early boot code with dynamic table
by Andi Kleen
· 18 years ago
0c07ee3
x86: use the correct cpuid method to detect MWAIT support for C states
by Andi Kleen
· 18 years ago
e8c10ef
x86: change bios_cpu_apicid to percpu data variable
by travis@sgi.com
· 18 years ago
df3825c
x86: change NR_CPUS arrays in numa_64
by travis@sgi.com
· 18 years ago
3b41908
x86: cleanup x86_cpu_to_apicid references
by travis@sgi.com
· 18 years ago
aaf2304
x86: disable the GART early, 64-bit
by Yinghai Lu
· 18 years ago
d504e39
x86: discover_ebda section mismatch
by Randy Dunlap
· 18 years ago
e3cfac8
x86: mark memory_setup __init
by Andi Kleen
· 18 years ago
9566e91
x86: fix detection of CONSTANT_TSC bit for AMD CPUs
by Andreas Herrmann
· 18 years ago
2b16a23
x86: move X86_FEATURE_CONSTANT_TSC into early cpu feature detection
by Andi Kleen
· 18 years ago
e402644
x86: map vsyscalls early enough
by Ingo Molnar
· 18 years ago
707fa8e
x86: Implement support to synchronize RDTSC with LFENCE on Intel CPUs
by Andi Kleen
· 18 years ago
de42186
x86: implement support to synchronize RDTSC through MFENCE on AMD CPUs
by Andi Kleen
· 18 years ago
1a53905
x86: move definitions to processor.h
by Glauber de Oliveira Costa
· 18 years ago
5b83683
x86: EFI runtime service support
by Huang, Ying
· 18 years ago
746ef0c
x86: prepare 64-bit architecture initialization for paravirt
by Glauber de Oliveira Costa
· 18 years ago
eee3af4
x86, ptrace: support for branch trace store(BTS)
by Markus Metzger
· 18 years ago
53756d3
x86: add set/clear_cpu_cap operations
by Jeremy Fitzhardinge
· 18 years ago
5548fec
x86: clean up bitops-related warnings
by Jeremy Fitzhardinge
· 18 years ago
a860b63
x86: store core id bits in cpuinfo_x8
by Yinghai Lu
· 18 years ago
04e1ba8
x86: cleanup kernel/setup_64.c
by Thomas Gleixner
· 18 years ago
c9cce83
x86: remove extern declarations for code, data, bss resources
by Bernhard Walle
· 18 years ago
3e35a0e
x86: move ioapic code where it belongs
by Thomas Gleixner
· 18 years ago
af7a78e
x86: move mce related declarations
by Thomas Gleixner
· 18 years ago
8c61b90
x86: make early_indentify_cpu static
by Thomas Gleixner
· 18 years ago
376ff03
x86: move acpi and pci declarations
by Thomas Gleixner
· 18 years ago
b02aae9
x86: provide a DMI based port 0x80 I/O delay override.
by Rene Herman
· 18 years ago
699d934
x86: fixup cpu_info array conversion
by Thomas Gleixner
· 19 years ago
c0c52d2
x86: show cpuinfo only for online CPUs
by Andreas Herrmann
· 19 years ago
e1054b3
x86: additional CPUID strings; fix strings for AMD-ecx
by H. Peter Anvin
· 19 years ago
00bf409
kexec: add BSS to resource tree
by Bernhard Walle
· 19 years ago
60812a4
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86
by Linus Torvalds
· 19 years ago
5c3391f
Use extended crashkernel command line on x86_64
by Bernhard Walle
· 19 years ago
92cb761
x86: convert cpuinfo_x86 array to a per_cpu array
by Mike Travis
· 19 years ago
71fff5e
x86: convert cpu_to_apicid to be a per cpu variable
by Mike Travis
· 19 years ago
99741fa
x86: Use string instruction memcpy on AMD Fam11h
by Andi Kleen
· 19 years ago
121d7bf
x86: misc. constifications
by Jan Beulich
· 19 years ago
30c8264
[x86] remove uses of magic macros for boot_params access
by H. Peter Anvin
· 19 years ago
0835761
x86: Convert cpu_core_map to be a per cpu variable
by Mike Travis
· 19 years ago
835c34a
Delete filenames in comments.
by Dave Jones
· 19 years ago
fb79d22
x86: disable apic timer for AMD C1E enabled CPUs
by Thomas Gleixner
· 19 years ago
250c227
x86_64: move kernel
by Thomas Gleixner
· 19 years ago
[Renamed from arch/x86_64/kernel/setup_64.c]
c30501e
x86_64: prepare shared kernel/setup.c
by Thomas Gleixner
· 19 years ago
[Renamed from arch/x86_64/kernel/setup.c]
f7f847b
Revert "x86-64: Disable local APIC timer use on AMD systems with C1E"
by Linus Torvalds
· 19 years ago
e66485d
x86-64: Disable local APIC timer use on AMD systems with C1E
by Thomas Gleixner
· 19 years ago
673d5b4
ACPI: restore CONFIG_ACPI_SLEEP
by Len Brown
· 19 years ago
e8b2fd0
ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source
by Len Brown
· 19 years ago
0bd8acd
x86_64: Set K8 CPUID flag for K8/Fam10h/Fam11h
by Andi Kleen
· 19 years ago
67cddd9
i386: Add L3 cache support to AMD CPUID4 emulation
by Andi Kleen
· 19 years ago
5b74e3a
x86_64: Use string instruction memcpy/memset on AMD Fam10
by Andi Kleen
· 19 years ago
1d67953
Use a new CPU feature word to cover features that are spread around
by Venki Pallipadi
· 19 years ago
ec48153
Unify the CPU features vectors between i386 and x86-64
by H. Peter Anvin
· 19 years ago
8bd9948
x86_64: Don't call mtrr_bp_init from identify_cpu
by Andi Kleen
· 19 years ago
e3ebadd
Revert "[PATCH] x86: __pa and __pa_symbol address space separation"
by Linus Torvalds
· 19 years ago
f039b75
[PATCH] x86: Don't use MWAIT on AMD Family 10
by Andi Kleen
· 19 years ago
d824395
[PATCH] x86: remove constant_tsc reporting from /proc/cpuinfo' power flags
by Joerg Roedel
· 19 years ago
0dbf702
[PATCH] x86: __pa and __pa_symbol address space separation
by Vivek Goyal
· 19 years ago
cfd243d
[PATCH] x86-64: Remove the identity mapping as early as possible
by Vivek Goyal
· 19 years ago
bdb96a6
[PATCH] x86-64: Modify discover_ebda to use virtual addresses
by Vivek Goyal
· 19 years ago
90b1c20
[PATCH] x86-64: 64bit PIC SMP trampoline
by Vivek Goyal
· 19 years ago
62cc4939
[PATCH] x86: Unify pcspeaker platform device code between i386/x86-64
by Andi Kleen
· 19 years ago
f790cd3
[PATCH] x86: Add new CPUID bits for AMD Family 10 CPUs in /proc/cpuinfo
by Andi Kleen
· 19 years ago
fc986db
[PATCH] x86-64: Don't reserve ROMs
by Andi Kleen
· 19 years ago
076422d
[PATCH] x86-64: Allocate the NUMA hash function nodemap dynamically
by Amul Shah
· 19 years ago
adf4885
[PATCH] Dynamic kernel command-line: x86_64
by Alon Bar-Lev
· 19 years ago
4522d58
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 20 years ago
19e5d9c
[PATCH] initrd: remove unused false condition for initrd_start
by Henry Nestler
· 20 years ago
f3d7370
[PATCH] x86-64: Mark rdtsc as sync only for netburst, not for core2
by Arjan van de Ven
· 20 years ago
6167796
[PATCH] x86-64: Synchronize RDTSC on single core AMD
by Andi Kleen
· 20 years ago
ee58fad
[PATCH] x86-64: x86-64 add Intel BTS cpufeature bit and detection (take 2)
by Stephane Eranian
· 20 years ago
36b2a8d
[PATCH] x86-64: add X86_FEATURE_PEBS and detection
by Stephane Eranian
· 20 years ago
9d0ef4f
[PATCH] Use ARRAY_SIZE in setup.c
by Andi Kleen
· 20 years ago
5cb248a
[PATCH] Have x86_64 use add_active_range() and free_area_init_nodes
by Mel Gorman
· 20 years ago
b278240
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 20 years ago
e8eff5a
[PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64
by Rafael J. Wysocki
· 20 years ago
dcf1030
[PATCH] i386/x86-64: New Intel feature flags
by Dave Jones
· 20 years ago
Next »