index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86_64
/
kernel
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-07
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
1
-6
/
+15
2006-12-07
[PATCH] initrd: remove unused false condition for initrd_start
Henry Nestler
1
-2
/
+1
2006-12-07
[PATCH] x86-64: Mark rdtsc as sync only for netburst, not for core2
Arjan van de Ven
1
-1
/
+4
2006-12-07
[PATCH] x86-64: Synchronize RDTSC on single core AMD
Andi Kleen
1
-5
/
+2
2006-12-07
[PATCH] x86-64: x86-64 add Intel BTS cpufeature bit and detection (take 2)
Stephane Eranian
1
-0
/
+2
2006-12-07
[PATCH] x86-64: add X86_FEATURE_PEBS and detection
Stephane Eranian
1
-0
/
+7
2006-09-30
[PATCH] Use ARRAY_SIZE in setup.c
Andi Kleen
1
-8
/
+3
2006-09-27
[PATCH] Have x86_64 use add_active_range() and free_area_init_nodes
Mel Gorman
1
-1
/
+6
2006-09-27
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
1
-199
/
+42
2006-09-26
[PATCH] Make swsusp avoid memory holes and reserved memory regions on x86_64
Rafael J. Wysocki
1
-0
/
+1
2006-09-26
[PATCH] i386/x86-64: New Intel feature flags
Dave Jones
1
-2
/
+2
2006-09-26
[PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCI
Andi Kleen
1
-0
/
+2
2006-09-26
[PATCH] Don't synchronize time reading on single core AMD systems
Andi Kleen
1
-0
/
+6
2006-09-26
[PATCH] Use string instructions for Core2 copy/clear
Andi Kleen
1
-0
/
+2
2006-09-26
[PATCH] mark init_amd() as __cpuinit
Magnus Damm
1
-1
/
+1
2006-09-26
[PATCH] Move e820 map into e820.c
Andi Kleen
1
-1
/
+0
2006-09-26
[PATCH] Clean up acpi_numa variable
Andi Kleen
1
-4
/
+1
2006-09-26
[PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.c
Andi Kleen
1
-3
/
+0
2006-09-26
[PATCH] Remove need for early lockdep init
Andi Kleen
1
-0
/
+2
2006-09-26
[PATCH] Convert x86-64 to early param
Andi Kleen
1
-179
/
+18
2006-09-26
[PATCH] Use early CPU identify before early command line parsing
Andi Kleen
1
-2
/
+2
2006-09-26
[PATCH] initialize end of memory variables as early as possible
Jan Beulich
1
-1
/
+6
2006-09-26
[PATCH] Move early chipset quirks out to new file
Andi Kleen
1
-1
/
+1
2006-09-26
[PATCH] Remove all ifdefs for local/io apic
Andi Kleen
1
-6
/
+0
2006-08-31
[PATCH] x86_64: Recover 1MB of kernel memory
Andi Kleen
1
-4
/
+2
2006-07-11
[PATCH] tty: Remove include of screen_info.h from tty.h
Jon Smirl
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
Merge branch 'x86-64'
Linus Torvalds
1
-125
/
+55
2006-06-26
[PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUs
Venkatesh Pallipadi
1
-0
/
+7
2006-06-26
[PATCH] x86_64: Move export symbols to their C functions
Andi Kleen
1
-0
/
+2
2006-06-26
[PATCH] x86_64: Fix modular pc speaker
Piotr Kaczuba
1
-1
/
+1
2006-06-26
[PATCH] x86_64: x86_64 setup.c - printing cmp related boottime information
Rohit Seth
1
-18
/
+16
2006-06-26
[PATCH] x86_64: Add X86_FEATURE_RDTSCP, fix rdtscp in /proc/cpuinfo
Vojtech Pavlik
1
-1
/
+1
2006-06-26
[PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86
Rohit Seth
1
-14
/
+13
2006-06-26
[PATCH] x86_64: Calgary IOMMU - IOMMU abstractions
Jon Mason
1
-5
/
+0
2006-06-26
[PATCH] x86_64: Change assembly to use regular cpuid_count macro
Rohit Seth
1
-5
/
+2
2006-06-26
[PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.
Andi Kleen
1
-1
/
+1
2006-06-26
[PATCH] x86_64: remove unused gart header file
Jon Mason
1
-1
/
+0
2006-06-26
[PATCH] x86_64: Remove long obsolete CVS
Andi Kleen
1
-2
/
+0
2006-06-26
[PATCH] x86_64: x86_64 version of the smp alternative patch.
Gerd Hoffmann
1
-75
/
+1
2006-06-26
[PATCH] i386/x86-64: Emulate CPUID4 on AMD
Andi Kleen
1
-0
/
+3
2006-06-26
[PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD p...
Andi Kleen
1
-7
/
+13
2006-06-26
[PATCH] fbdev: Firmware EDID fixes
Antonino A. Daplas
1
-0
/
+1
2006-06-26
Revert "swsusp special saveable pages support" commits
Linus Torvalds
1
-95
/
+0
2006-06-25
[PATCH] Fix kdump Crash Kernel boot memory reservation for NUMA machines
Amul Shah
1
-1
/
+1
2006-06-23
[PATCH] swsusp: x86_64 mark special saveable/unsaveable pages
Shaohua Li
1
-0
/
+95
2006-05-31
[PATCH] x86_64: Handle empty node zero
Daniel Yeisley
1
-1
/
+1
2006-05-08
[PATCH] x86_64: Avoid EBDA area in early boot allocator
Andi Kleen
1
-8
/
+22
2006-05-02
[PATCH] x86_64: make PC Speaker driver work
Mikael Pettersson
1
-0
/
+19
2006-04-20
[PATCH] i386/x86-64: Fix x87 information leak between processes
Andi Kleen
1
-0
/
+4
[next]