index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] x86: tighten kernel image page access rights
Jan Beulich
2007-05-02
6
-23
/
+40
*
[PATCH] x86: Improve handling of kernel mappings in change_page_attr
Jan Beulich
2007-05-02
3
-6
/
+16
*
[PATCH] i386: rationalize paravirt wrappers
Rusty Russell
2007-05-02
8
-475
/
+389
*
[PATCH] i386: Rename boot_gdt_table to boot_gdt
Sebastien Dugue
2007-05-02
2
-11
/
+10
*
[PATCH] i386: clean up cpu_init()
Rusty Russell
2007-05-02
3
-30
/
+14
*
[PATCH] i386: Use per-cpu GDT immediately upon boot
Rusty Russell
2007-05-02
6
-120
/
+75
*
[PATCH] i386: Use per-cpu variables for GDT, PDA
Rusty Russell
2007-05-02
7
-115
/
+21
*
[PATCH] x86: add command line length to boot protocol
Bernhard Walle
2007-05-02
3
-8
/
+29
*
[PATCH] i386: Allow i386 crash kernels to handle x86_64 dumps
Ian Campbell
2007-05-02
3
-1
/
+12
*
[PATCH] x86-64: Introduce load_TLS to the "for" loop.
Rusty Russell
2007-05-02
1
-7
/
+4
*
[PATCH] i386: Initialize esp0 properly all the time
Rusty Russell
2007-05-02
1
-0
/
+1
*
[PATCH] i386: VDSO_PRELINK warning fix
Andrew Morton
2007-05-02
2
-3
/
+3
*
[PATCH] x86-64: fake numa for cpusets document
David Rientjes
2007-05-02
1
-0
/
+66
*
[PATCH] x86: remove constant_tsc reporting from /proc/cpuinfo' power flags
Joerg Roedel
2007-05-02
2
-5
/
+3
*
[PATCH] x86-64: fixed size remaining fake nodes
David Rientjes
2007-05-02
2
-15
/
+46
*
[PATCH] x86-64: split remaining fake nodes equally
David Rientjes
2007-05-02
2
-5
/
+21
*
[PATCH] x86-64: configurable fake numa node sizes
David Rientjes
2007-05-02
3
-110
/
+161
*
[PATCH] i386: fix GDT's number of quadwords in comment
Ahmed S. Darwish
2007-05-02
1
-2
/
+2
*
[PATCH] i386: vmi_pmd_clear() static
Adrian Bunk
2007-05-02
1
-1
/
+1
*
[PATCH] x86-64: make simnow_init() static
Adrian Bunk
2007-05-02
1
-1
/
+1
*
[PATCH] x86-64: remove extra smp_processor_id calling
Yinghai Lu
2007-05-02
1
-2
/
+1
*
[PATCH] x86-64: fix ia32_binfmt.c build error
Ralf Baechle
2007-05-02
1
-4
/
+6
*
[PATCH] x86: Log reason why TSC was marked unstable
john stultz
2007-05-02
9
-13
/
+15
*
[PATCH] i386: workaround for a -Wmissing-prototypes warning
Adrian Bunk
2007-05-02
1
-0
/
+3
*
[PATCH] i386: type cast clean up for find_next_zero_bit
Ken Chen
2007-05-02
1
-2
/
+2
*
[PATCH] i386: make struct vmi_ops static
Adrian Bunk
2007-05-02
1
-1
/
+1
*
[PATCH] i386: modpost apic related warning fixes
Vivek Goyal
2007-05-02
4
-39
/
+42
*
[PATCH] x86-64: Set HASHDIST_DEFAULT to 1 for x86_64 NUMA
Ravikiran G Thirumalai
2007-05-02
1
-2
/
+2
*
[PATCH] x86-64: Minor white space cleanup in traps.c
Andi Kleen
2007-05-02
1
-3
/
+1
*
[PATCH] x86-64: Allow sys_uselib unconditionally
Andi Kleen
2007-05-02
1
-4
/
+0
*
[PATCH] x86-64: Don't disable basic block reordering
Andi Kleen
2007-05-02
1
-3
/
+0
*
[PATCH] x86-64: fix x86_64-mm-sched-clock-share
Andrew Morton
2007-05-02
1
-3
/
+16
*
[PATCH] x86-64: Move cpu verification code to common file
Vivek Goyal
2007-05-02
5
-123
/
+152
*
[PATCH] x86-64: Extend bzImage protocol for relocatable bzImage
Vivek Goyal
2007-05-02
1
-2
/
+11
*
[PATCH] x86-64: build-time checking
Vivek Goyal
2007-05-02
3
-1
/
+9
*
[PATCH] x86-64: Relocatable Kernel Support
Vivek Goyal
2007-05-02
9
-332
/
+597
*
[PATCH] x86: __pa and __pa_symbol address space separation
Vivek Goyal
2007-05-02
10
-47
/
+53
*
[PATCH] x86-64: do not use virt_to_page on kernel data address
Vivek Goyal
2007-05-02
1
-15
/
+27
*
[PATCH] x86: Move swsusp __pa() dependent code to arch portion
Vivek Goyal
2007-05-02
6
-14
/
+55
*
[PATCH] x86-64: Remove the identity mapping as early as possible
Vivek Goyal
2007-05-02
7
-61
/
+25
*
[PATCH] x86-64: Modify discover_ebda to use virtual addresses
Vivek Goyal
2007-05-02
1
-2
/
+2
*
[PATCH] x86-64: 64bit ACPI wakeup trampoline
Vivek Goyal
2007-05-02
3
-51
/
+41
*
[PATCH] x86-64: wakeup.S misc cleanups
Vivek Goyal
2007-05-02
1
-72
/
+40
*
[PATCH] x86-64: wakeup.S rename registers to reflect right names
Vivek Goyal
2007-05-02
2
-24
/
+24
*
[PATCH] x86-64: Get rid of dead code in suspend resume
Vivek Goyal
2007-05-02
1
-56
/
+1
*
[PATCH] x86-64: 64bit PIC SMP trampoline
Vivek Goyal
2007-05-02
3
-22
/
+156
*
[PATCH] x86-64: Add EFER to the register set saved by save_processor_state
Vivek Goyal
2007-05-02
2
-1
/
+3
*
[PATCH] x86-64: cleanup segments
Vivek Goyal
2007-05-02
2
-7
/
+7
*
[PATCH] x86-64: modify copy_bootdata to use virtual addresses
Vivek Goyal
2007-05-02
1
-9
/
+8
*
[PATCH] x86-64: Fix early printk to use standard ISA mapping
Vivek Goyal
2007-05-02
1
-2
/
+1
[next]