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
path:
root
/
arch
/
powerpc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-12-14
3
-5
/
+5
|
\
|
*
percpu: make percpu symbols in powerpc unique
Tejun Heo
2009-10-29
3
-5
/
+5
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2009-12-12
24
-354
/
+968
|
\
\
|
*
|
powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
Benjamin Herrenschmidt
2009-12-09
1
-1
/
+1
|
*
|
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-12-09
18
-117
/
+40
|
|
\
\
|
*
|
|
powerpc: Make "intspec" pointers in irq_host->xlate() const
Roman Fietze
2009-12-09
1
-1
/
+1
|
*
|
|
powerpc/8xx: DTLB Miss cleanup
Joakim Tjernlund
2009-12-09
1
-6
/
+11
|
*
|
|
powerpc/8xx: Remove DIRTY pte handling in DTLB Error.
Joakim Tjernlund
2009-12-09
1
-96
/
+0
|
*
|
|
powerpc/8xx: Start using dcbX instructions in various copy routines
Joakim Tjernlund
2009-12-09
1
-18
/
+0
|
*
|
|
powerpc/8xx: Restore _PAGE_WRITETHRU
Joakim Tjernlund
2009-12-09
1
-0
/
+8
|
*
|
|
powerpc/8xx: Add missing Guarded setting in DTLB Error.
Joakim Tjernlund
2009-12-09
1
-3
/
+10
|
*
|
|
powerpc/8xx: Fixup DAR from buggy dcbX instructions.
Joakim Tjernlund
2009-12-09
1
-4
/
+143
|
*
|
|
powerpc/8xx: Tag DAR with 0x00f0 to catch buggy instructions.
Joakim Tjernlund
2009-12-09
1
-1
/
+14
|
*
|
|
powerpc/8xx: Update TLB asm so it behaves as linux mm expects.
Joakim Tjernlund
2009-12-09
1
-48
/
+51
|
*
|
|
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
2009-12-09
1
-2
/
+2
|
|
\
\
\
|
|
*
|
|
powerpc: tiny memcpy_(to|from)io optimisation
Albrecht Dreß
2009-11-04
1
-2
/
+2
|
*
|
|
|
powerpc: stop_this_cpu: remove the cpu from the online map.
Valentine Barshak
2009-12-09
1
-0
/
+3
|
*
|
|
|
sysfs/cpu: Add probe/release files
Nathan Fontenot
2009-12-09
1
-0
/
+19
|
*
|
|
|
powerpc: Kill unused swiotlb variable
FUJITA Tomonori
2009-11-24
1
-1
/
+0
|
*
|
|
|
powerpc: do not export pci_alloc/free_consistent
Stephen Rothwell
2009-11-24
1
-2
/
+0
|
*
|
|
|
powerpc: kill the obsolete code under is_global_init()
Benjamin Herrenschmidt
2009-11-24
1
-22
/
+0
|
*
|
|
|
powerpc: Fixup last users of irq_chip->typename
Thomas Gleixner
2009-11-24
1
-3
/
+3
|
*
|
|
|
powerpc: Use unlocked ioctl in nvram_64
Thomas Gleixner
2009-11-24
1
-7
/
+7
|
*
|
|
|
powerpc/fsl-booke: Rework TLB CAM code
Kumar Gala
2009-11-20
2
-25
/
+0
|
*
|
|
|
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
2009-11-12
1
-1
/
+14
|
|
\
\
\
\
|
*
|
|
|
|
Export new PACA constants in asm-offsets
Alexander Graf
2009-11-05
1
-0
/
+5
|
*
|
|
|
|
Export symbols for KVM module
Alexander Graf
2009-11-05
1
-0
/
+1
|
*
|
|
|
|
Add Book3s_64 offsets to asm-offsets.c
Alexander Graf
2009-11-05
1
-0
/
+13
|
*
|
|
|
|
Make head_64.S aware of KVM real mode code
Alexander Graf
2009-11-05
2
-0
/
+15
|
*
|
|
|
|
powerpc: Enable sparse irq_descs on powerpc
Michael Ellerman
2009-10-30
3
-13
/
+33
|
*
|
|
|
|
powerpc: Rearrange and fix show_interrupts() for sparse irq_descs
Michael Ellerman
2009-10-30
1
-27
/
+37
|
*
|
|
|
|
powerpc: Make virq_debug_show() cope with sparse irq_descs
Michael Ellerman
2009-10-30
1
-1
/
+4
|
*
|
|
|
|
powerpc/nvram_64: Mark init code __init
Thomas Gleixner
2009-10-30
1
-7
/
+7
|
*
|
|
|
|
powerpc/nvram_64: Check nvram_error_log_index in nvram_clear_error_log()
Thomas Gleixner
2009-10-30
1
-0
/
+3
|
*
|
|
|
|
powerpc/nvram_64: Remove unused code
Thomas Gleixner
2009-10-30
1
-25
/
+0
|
*
|
|
|
|
powerpc/mm: Allow more flexible layouts for hugepage pagetables
David Gibson
2009-10-30
1
-15
/
+5
|
*
|
|
|
|
powerpc: Remove get_irq_desc()
Michael Ellerman
2009-10-30
2
-14
/
+16
|
*
|
|
|
|
powerpc/chrp: Use the same RTAS daemon as pSeries
Benjamin Herrenschmidt
2009-10-30
2
-0
/
+540
|
*
|
|
|
|
powerpc: Move /proc/ppc64 to /proc/powerpc and add symlink
Benjamin Herrenschmidt
2009-10-30
4
-57
/
+61
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Unify sys_mmap*
Al Viro
2009-12-11
1
-14
/
+1
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-12-09
3
-3
/
+3
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-next' into for-linus
Jiri Kosina
2009-12-07
3
-3
/
+3
|
|
\
\
\
\
\
|
|
*
|
|
|
|
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
2
-2
/
+2
|
|
*
|
|
|
|
tree-wide: fix a very frequent spelling mistake
Dirk Hohndel
2009-11-09
1
-1
/
+1
|
|
|
|
/
/
/
|
|
|
/
|
|
|
*
|
|
|
|
|
Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2009-12-08
1
-2
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
timekeeping: Fix clock_gettime vsyscall time warp
Lin Ming
2009-11-17
1
-2
/
+3
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2009-12-08
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
clocksource/events: Fix fallout of generic code changes
Thomas Gleixner
2009-11-14
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2009-12-08
1
-23
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
of: merge of_find_all_nodes() implementations
Grant Likely
2009-10-15
1
-23
/
+0
|
|
/
/
/
/
[next]