index
:
talos-op-linux
master
Talosâ„¢ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86_64
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] Don't access the APIC in safe_smp_processor_id when it is not mapped yet
Andi Kleen
2006-09-26
2
-1
/
+3
*
[PATCH] x86: Some preparationary cleanup for stack trace
Andi Kleen
2006-09-26
1
-9
/
+5
*
[PATCH] Calgary IOMMU: eradicate sole remaining 80 chars per line offender
Muli Ben-Yehuda
2006-09-26
1
-1
/
+2
*
[PATCH] remove tce_cache_blast_stress()
Muli Ben-Yehuda
2006-09-26
1
-11
/
+0
*
[PATCH] only verify the allocation bitmap if CONFIG_IOMMU_DEBUG is on
Muli Ben-Yehuda
2006-09-26
1
-9
/
+35
*
[PATCH] print whether CONFIG_IOMMU_DEBUG is enabled
Muli Ben-Yehuda
2006-09-26
1
-4
/
+10
*
[PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fix
Chuck Ebbert
2006-09-26
1
-7
/
+5
*
[PATCH] Replace local_save_flags+local_irq_disable with
Fernando Luis Vázquez Cao
2006-09-26
2
-4
/
+2
*
[PATCH] Fix sparse warnings in compat aout code
Andi Kleen
2006-09-26
1
-3
/
+5
*
[PATCH] Fix most sparse warnings in sys_ia32.c
Andi Kleen
2006-09-26
1
-11
/
+13
*
[PATCH] Add sparse annotations to quiet sparse in arch/x86_64/mm/fault.c
Andi Kleen
2006-09-26
1
-5
/
+5
*
[PATCH] Add sparse annotation to vsyscall.c
Andi Kleen
2006-09-26
1
-6
/
+8
*
[PATCH] Move e820 map into e820.c
Andi Kleen
2006-09-26
2
-1
/
+2
*
[PATCH] Clean up acpi_numa variable
Andi Kleen
2006-09-26
2
-4
/
+3
*
[PATCH] i386/x86-64: Move acpi_disabled variables into acpi/boot.c
Andi Kleen
2006-09-26
1
-3
/
+0
*
[PATCH] Remove need for early lockdep init
Andi Kleen
2006-09-26
2
-7
/
+3
*
[PATCH] Convert x86-64 to early param
Andi Kleen
2006-09-26
12
-259
/
+157
*
[PATCH] Use early CPU identify before early command line parsing
Andi Kleen
2006-09-26
2
-21
/
+2
*
[PATCH] remove lock prefix from is_at_popf() tests
Chuck Ebbert
2006-09-26
1
-2
/
+2
*
[PATCH] remove superflous BUG_ON's in nommu and gart
Muli Ben-Yehuda
2006-09-26
2
-4
/
+0
*
[PATCH] Fix gdt table size in trampoline.S
Eric W. Biederman
2006-09-26
1
-1
/
+1
*
[PATCH] annotate arch/x86_64/lib/*.S
Jan Beulich
2006-09-26
9
-143
/
+244
*
[PATCH] fix is_at_popf() for compat tasks
Chuck Ebbert
2006-09-26
1
-1
/
+4
*
[PATCH] Calgary IOMMU: save a bit of space in bus_info
Muli Ben-Yehuda
2006-09-26
1
-1
/
+1
*
[PATCH] Calgary IOMMU: calgary_init_one_nontraslated() can return void
Muli Ben-Yehuda
2006-09-26
1
-3
/
+1
*
[PATCH] Calgary IOMMU: fix reference counting of Calgary PCI devices
Muli Ben-Yehuda
2006-09-26
1
-4
/
+6
*
[PATCH] Calgary IOMMU: fix error path memleak in calgary_free_tar
Muli Ben-Yehuda
2006-09-26
1
-2
/
+10
*
[PATCH] Calgary IOMMU: break out of pci_find_device_reverse if dev not found
Muli Ben-Yehuda
2006-09-26
1
-0
/
+2
*
[PATCH] Calgary IOMMU: consolidate per bus data structures
Muli Ben-Yehuda
2006-09-26
2
-35
/
+28
*
[PATCH] remove int_delivery_dest
Jan Beulich
2006-09-26
2
-3
/
+0
*
[PATCH] initialize end of memory variables as early as possible
Jan Beulich
2006-09-26
3
-8
/
+7
*
[PATCH] Remove obsolete CVS $Id$ from assembler files in arch/x86_64/kernel/*
Andi Kleen
2006-09-26
2
-4
/
+0
*
[PATCH] x86: Detect CFI support in the assembler at runtime
Andi Kleen
2006-09-26
1
-0
/
+3
*
[PATCH] Use BUILD_BUG_ON in apic.c build sanity checking
Andi Kleen
2006-09-26
1
-4
/
+1
*
[PATCH] Fix up some non linuxy style in ACPI functions in mpparse.c
Andi Kleen
2006-09-26
1
-41
/
+16
*
[PATCH] Remove some unneeded ACPI externs in mpparse.c
Andi Kleen
2006-09-26
1
-9
/
+0
*
[PATCH] Remove useless wrapper in mpparse.c code
Andi Kleen
2006-09-26
1
-10
/
+1
*
[PATCH] Replace mp bus array with bitmap for bus not pci
Andi Kleen
2006-09-26
2
-75
/
+26
*
[PATCH] Move early chipset quirks out to new file
Andi Kleen
2006-09-26
4
-103
/
+120
*
[PATCH] Remove MPS table APIC renumbering
Andi Kleen
2006-09-26
1
-71
/
+0
*
[PATCH] x86: AUX_DEVICE_INFO is one byte long, use 'movb'
Diego Calleja
2006-09-26
1
-2
/
+2
*
[PATCH] Factor out common io apic routing entry access
Andi Kleen
2006-09-26
1
-41
/
+41
*
[PATCH] i386/x86-64: Remove obsolete sanity check in mptable parsing
Andi Kleen
2006-09-26
1
-13
/
+0
*
[PATCH] Remove obsolete PIC mode
Andi Kleen
2006-09-26
3
-72
/
+29
*
[PATCH] Remove leftover MCE/EISA support
Andi Kleen
2006-09-26
2
-70
/
+3
*
[PATCH] Remove pirq overwrite support
Andi Kleen
2006-09-26
1
-55
/
+0
*
[PATCH] Add some comments to entry.S
Andi Kleen
2006-09-26
1
-3
/
+15
*
[PATCH] Remove old "focus disabled" chipset errata workaround
Andi Kleen
2006-09-26
1
-26
/
+2
*
[PATCH] Remove apic mismatch counter
Andi Kleen
2006-09-26
1
-6
/
+0
*
[PATCH] Remove all ifdefs for local/io apic
Andi Kleen
2006-09-26
12
-58
/
+3
[next]