index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-25
[POWERPC] Fix SLB initialization at boot time
Paul Mackerras
1
-8
/
+28
2007-08-17
[POWERPC] Fix invalid semicolon after if statement
Ilpo Järvinen
1
-1
/
+1
2007-08-10
[POWERPC] Fix size check for hugetlbfs
Benjamin Herrenschmidt
1
-0
/
+2
2007-08-10
[POWERPC] Fix potential duplicate entry in SLB shadow buffer
Paul Mackerras
1
-29
/
+16
2007-08-03
[POWERPC] Fixes for the SLB shadow buffer code
Michael Neuling
2
-11
/
+19
2007-08-03
[POWERPC] Fix parse_drconf_memory() for 64-bit start addresses
Michael Ellerman
1
-2
/
+2
2007-08-03
[POWERPC] Fix special PTE code for secondary hash bucket
Paul Mackerras
1
-2
/
+4
2007-07-26
[POWERPC] Fix loop with unsigned long counter variable
Manish Ahuja
1
-2
/
+2
2007-07-22
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
2
-3
/
+9
2007-07-22
[POWERPC] Allow exec faults on readable areas on classic 32-bit PowerPC
Paul Mackerras
1
-1
/
+7
2007-07-22
[POWERPC] cell: CONFIG_SPE_BASE is a typo
Geert Uytterhoeven
1
-2
/
+2
2007-07-22
powerpc: tlb_32.c build fix
Mariusz Kozlowski
1
-0
/
+2
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2
-3
/
+2
2007-07-19
mm: fault feedback #2
Nick Piggin
1
-15
/
+11
2007-07-11
Merge branch 'for-2.6.23' into merge
Paul Mackerras
19
-643
/
+128
2007-07-10
[POWERPC] Remove extra return statement
Manish Ahuja
1
-2
/
+0
2007-07-10
[POWERPC] Move inline asm eieio to using eieio inline function
Kumar Gala
2
-3
/
+3
2007-06-20
[POWERPC] PowerPC: Prevent data exception in kernel space (32-bit)
Segher Boessenkool
1
-3
/
+2
2007-06-14
[POWERPC] Kill typedef-ed structs for hash PTEs and BATs
David Gibson
4
-17
/
+17
2007-06-14
[POWERPC] Remove a couple of unused definitions from pgtable_32.c
David Gibson
1
-4
/
+0
2007-06-14
[POWERPC] Remove the dregs of APUS support from arch/powerpc
David Gibson
13
-13
/
+0
2007-06-14
[POWERPC] Abolish iopa(), mm_ptov(), io_block_mapping() from arch/powerpc
David Gibson
1
-118
/
+0
2007-06-14
[POWERPC] During VM oom condition, kill all threads in process group
will schmidt
1
-1
/
+1
2007-06-14
[POWERPC] Rewrite IO allocation & mapping on powerpc64
Benjamin Herrenschmidt
5
-483
/
+106
2007-06-14
[POWERPC] unmap_vm_area becomes unmap_kernel_range for the public
Benjamin Herrenschmidt
2
-2
/
+2
2007-06-14
[POWERPC] Move common code out of if/else
Jon Tollefson
1
-2
/
+1
2007-05-23
[POWERPC] Fix modpost warning
Kumar Gala
1
-1
/
+1
2007-05-22
[POWERPC] Fix warning in 32-bit builds with CONFIG_HIGHMEM
Benjamin Herrenschmidt
1
-4
/
+5
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-05-17
[POWERPC] Correct #endif comment
Jon Tollefson
1
-2
/
+2
2007-05-17
[POWERPC] Add spinlock to request_phb_iospace()
Benjamin Herrenschmidt
1
-0
/
+4
2007-05-17
[POWERPC] Fix COMMON symbol warnings
Kumar Gala
1
-4
/
+14
2007-05-12
[POWERPC] Remove unused variable in hpte_decode()
Stephen Rothwell
1
-1
/
+1
2007-05-12
[POWERPC] Assign correct variable in hpte_decode()
Stephen Rothwell
1
-1
/
+1
2007-05-10
[POWERPC] Fix warning in hpte_decode(), and generalize it
Paul Mackerras
1
-20
/
+17
2007-05-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
13
-645
/
+817
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
1
-0
/
+3
2007-05-09
[POWERPC] Further fixes for the removal of 4level-fixup hack from ppc32
David Gibson
2
-3
/
+3
2007-05-09
[POWERPC] Don't use SLAB/SLUB for PTE pages
Hugh Dickins
1
-11
/
+6
2007-05-09
[POWERPC] Add ability to 4K kernel to hash in 64K pages
Benjamin Herrenschmidt
3
-16
/
+40
2007-05-09
[POWERPC] Introduce address space "slices"
Benjamin Herrenschmidt
7
-576
/
+699
2007-05-09
[POWERPC] Small fixes & cleanups in segment page size demotion
Benjamin Herrenschmidt
1
-41
/
+46
2007-05-09
[POWERPC] Mark pages that don't exist as nosave
Johannes Berg
1
-0
/
+25
2007-05-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
8
-128
/
+116
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-08
move die notifier handling to common code
Christoph Hellwig
1
-1
/
+1
2007-05-08
use SLAB_PANIC flag cleanup
Akinobu Mita
1
-4
/
+1
2007-05-08
[POWERPC] Remove use of 4level-fixup.h for ppc32
David Gibson
1
-12
/
+16
2007-05-08
Merge branch 'linux-2.6'
Paul Mackerras
2
-4
/
+23
2007-05-08
[POWERPC] Add __init annotations to reserve_mem() and stabs_alloc()
Michael Ellerman
1
-1
/
+1
[next]