index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: add pci=check_enable_amd_mmconf and dmi check
Yinghai Lu
2008-04-26
5
-8
/
+51
*
x86: work around io allocation overlap of HT links
Yinghai Lu
2008-04-26
1
-18
/
+38
*
acpi: get boot_cpu_id as early for k8_scan_nodes
Yinghai Lu
2008-04-26
3
-1
/
+112
*
x86_64: don't need set default res if only have one root bus
Yinghai Lu
2008-04-26
1
-1
/
+2
*
x86: double check the multi root bus with fam10h mmconf
Yinghai Lu
2008-04-26
1
-2
/
+82
*
x86: multi pci root bus with different io resource range, on 64-bit
Yinghai Lu
2008-04-26
5
-52
/
+365
*
x86: use bus conf in NB conf fun1 to get bus range on, on 64-bit
Yinghai Lu
2008-04-26
1
-40
/
+48
*
x86: get mp_bus_to_node early
Yinghai Lu
2008-04-26
9
-42
/
+142
*
x86 pci: remove checking type for mmconfig probe
Yinghai Lu
2008-04-26
4
-28
/
+27
*
x86: remove unneeded check in mmconf reject
Yinghai Lu
2008-04-26
1
-12
/
+0
*
driver core: try parent numa_node at first before using default
Yinghai Lu
2008-04-26
2
-3
/
+15
*
x86: seperate mmconf for fam10h out from setup_64.c
Yinghai Lu
2008-04-26
3
-207
/
+226
*
x86: if acpi=off, force setting the mmconf for fam10h
Yinghai Lu
2008-04-26
1
-8
/
+15
*
x86_64: check MSR to get MMCONFIG for AMD Family 10h
Yinghai Lu
2008-04-26
1
-6
/
+69
*
x86_64: check and enable MMCONFIG for AMD Family 10h
Yinghai Lu
2008-04-26
1
-0
/
+204
*
x86_64: set cfg_size for AMD Family 10h in case MMCONFIG
Yinghai Lu
2008-04-26
3
-1
/
+28
*
x86: mmconf enable mcfg early
Yinghai Lu
2008-04-26
1
-46
/
+55
*
x86: clear pci_mmcfg_virt when mmcfg get rejected
Yinghai Lu
2008-04-26
4
-1
/
+27
*
x86: validate against acpi motherboard resources
Robert Hancock
2008-04-26
5
-21
/
+143
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
2008-04-26
8
-72
/
+228
|
\
|
*
x86_64/mm: check and print vmemmap allocation continuous
Yinghai Lu
2008-04-26
3
-2
/
+32
|
*
x86_64: fix setup_node_bootmem to support big mem excluding with memmap
Yinghai Lu
2008-04-26
4
-13
/
+47
|
*
x86_64: make reserve_bootmem_generic() use new reserve_bootmem()
Yinghai Lu
2008-04-26
1
-2
/
+8
|
*
mm: allow reserve_bootmem() cross nodes
Yinghai Lu
2008-04-26
1
-23
/
+69
|
*
mm: offset align in alloc_bootmem()
Yinghai Lu
2008-04-26
1
-26
/
+34
|
*
mm: fix alloc_bootmem_core to use fast searching for all nodes
Yinghai Lu
2008-04-26
1
-6
/
+12
|
*
mm: make mem_map allocation continuous
Yinghai Lu
2008-04-26
1
-3
/
+29
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
2008-04-26
2
-5
/
+5
|
\
\
|
*
|
kbuild: scripts/Makefile.modpost typo fix
Adrian Bunk
2008-04-26
1
-1
/
+1
|
*
|
kbuild: soften MODULE_LICENSE check
Sam Ravnborg
2008-04-26
1
-4
/
+4
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
2008-04-26
26
-603
/
+467
|
\
\
\
|
*
|
|
x86, bitops: select the generic bitmap search functions
Alexander van Heukelum
2008-04-26
5
-22
/
+11
|
*
|
|
x86: include/asm-x86/pgalloc.h/bitops.h: checkpatch cleanups - formatting only
Joe Perches
2008-04-26
1
-32
/
+30
|
*
|
|
x86: finalize bitops unification
Alexander van Heukelum
2008-04-26
3
-77
/
+33
|
*
|
|
x86, UML: remove x86-specific implementations of find_first_bit
Alexander van Heukelum
2008-04-26
8
-193
/
+10
|
*
|
|
x86: optimize find_first_bit for small bitmaps
Alexander van Heukelum
2008-04-26
1
-0
/
+29
|
*
|
|
x86: switch 64-bit to generic find_first_bit
Alexander van Heukelum
2008-04-26
3
-1
/
+5
|
*
|
|
x86: generic versions of find_first_(zero_)bit, convert i386
Alexander van Heukelum
2008-04-26
5
-0
/
+98
|
*
|
|
bitops: use __fls for fls64 on 64-bit archs
Alexander van Heukelum
2008-04-26
2
-13
/
+24
|
*
|
|
generic: implement __fls on all 64-bit archs
Alexander van Heukelum
2008-04-26
8
-0
/
+35
|
*
|
|
generic: introduce a generic __fls implementation
Alexander van Heukelum
2008-04-26
1
-0
/
+43
|
*
|
|
x86: merge the simple bitops and move them to bitops.h
Alexander van Heukelum
2008-04-26
4
-142
/
+99
|
*
|
|
x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps
Alexander van Heukelum
2008-04-26
5
-32
/
+88
|
*
|
|
x86, uml: fix uml with generic find_next_bit for x86
Alexander van Heukelum
2008-04-26
2
-0
/
+8
|
*
|
|
x86: change x86 to use generic find_next_bit
Alexander van Heukelum
2008-04-26
8
-157
/
+12
|
*
|
|
uml: Kconfig cleanup
Ingo Molnar
2008-04-26
1
-0
/
+7
|
*
|
|
uml: fix build error
Ingo Molnar
2008-04-26
1
-0
/
+1
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2008-04-26
77
-1875
/
+1777
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ide: constify struct ide_dma_ops
Bartlomiej Zolnierkiewicz
2008-04-26
21
-55
/
+130
|
*
|
ide: add struct ide_dma_ops (take 3)
Bartlomiej Zolnierkiewicz
2008-04-26
31
-349
/
+366
[next]