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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-03
powerpc: Fix building of feature-fixup tests on ppc32
Kumar Gala
1
-3
/
+3
2008-07-03
powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPAR...
Tony Breeds
1
-0
/
+1
2008-07-01
powerpc: Update for VSX core file and ptrace
Michael Neuling
2
-26
/
+14
2008-07-01
powerpc: Fix compile error for CONFIG_VSX
Michael Neuling
1
-0
/
+1
2008-07-01
powerpc: Explicitly copy elements of pt_regs
Stephen Rothwell
1
-12
/
+12
2008-07-01
powerpc: Remove experimental status of kdump on 64-bit powerpc
Bernhard Walle
1
-2
/
+2
2008-07-01
powerpc: Prevent memory corruption due to cache invalidation of unaligned DMA...
Andrew Lewis
1
-2
/
+9
2008-07-01
powerpc/bootwrapper: Pad .dtb by default
Kumar Gala
1
-0
/
+2
2008-07-01
powerpc: Add CONFIG_VSX config option
Michael Neuling
1
-0
/
+16
2008-07-01
powerpc: Add VSX context save/restore, ptrace and signal support
Michael Neuling
11
-5
/
+388
2008-07-01
powerpc: Add VSX assembler code macros
Michael Neuling
1
-0
/
+23
2008-07-01
powerpc: Add VSX CPU feature
Michael Neuling
1
-0
/
+4
2008-07-01
powerpc: Introduce VSX thread_struct and CONFIG_VSX
Michael Neuling
4
-18
/
+106
2008-07-01
powerpc: Make load_up_fpu and load_up_altivec callable
Michael Neuling
4
-8
/
+16
2008-07-01
powerpc: Move altivec_unavailable
Michael Neuling
1
-1
/
+3
2008-07-01
powerpc: Add macros to access floating point registers in thread_struct.
Michael Neuling
6
-41
/
+51
2008-07-01
powerpc: Fix MSR setting in 32 bit signal code
Michael Neuling
1
-4
/
+6
2008-07-01
powerpc: Change the default link address for pSeries zImage kernels
Tony Breeds
5
-7
/
+26
2008-07-01
powerpc: Use an alternative feature section in entry_64.S
Michael Ellerman
1
-6
/
+6
2008-07-01
powerpc: Add self-tests of the feature fixup code
Michael Ellerman
4
-0
/
+939
2008-07-01
powerpc: Add logic to patch alternative feature sections
Michael Ellerman
1
-14
/
+65
2008-07-01
powerpc: Introduce infrastructure for feature sections with alternatives
Michael Ellerman
4
-3
/
+5
2008-07-01
powerpc: Split out do_feature_fixups() from cputable.c
Michael Ellerman
3
-36
/
+57
2008-07-01
powerpc: Add PPC_NOP_INSTR, a hash define for the preferred nop instruction
Michael Ellerman
3
-3
/
+5
2008-07-01
powerpc: Add tests of the code patching routines
Michael Ellerman
2
-0
/
+303
2008-07-01
powerpc: Add new code patching routines
Michael Ellerman
1
-0
/
+107
2008-07-01
powerpc: Make create_branch() return errors if the branch target is too large
Michael Ellerman
1
-2
/
+8
2008-07-01
powerpc: Allow create_branch() to return errors
Michael Ellerman
4
-16
/
+20
2008-07-01
powerpc: Move code patching code into arch/powerpc/lib/code-patching.c
Michael Ellerman
5
-0
/
+38
2008-07-01
powerpc: Move common module code into its own file
Kumar Gala
4
-151
/
+111
2008-07-01
powerpc: hash_huge_page() should get the WIMG bits from the lpte
Dave Kleikamp
1
-3
/
+2
2008-07-01
powerpc: Tell firmware we support architecture V2.06
Joel Schopp
1
-1
/
+3
2008-07-01
powerpc: Add cputable entry for Power7 architected mode
Joel Schopp
1
-1
/
+12
2008-07-01
powerpc: Only demote individual slices rather than whole process
Paul Mackerras
3
-54
/
+161
2008-06-30
powerpc: Add cputable entry for POWER7
Michael Neuling
3
-0
/
+31
2008-06-30
powerpc: Get rid of bitfields in ppc_bat struct
Becky Bruce
1
-11
/
+8
2008-06-30
powerpc: Change BAT code to use phys_addr_t
Becky Bruce
3
-9
/
+9
2008-06-30
powerpc: Increase CRASH_HANDLER_MAX
Arnd Bergmann
1
-1
/
+1
2008-06-30
powerpc/cell: Disable ptcal in case of crash kdump
Arnd Bergmann
1
-4
/
+18
2008-06-30
powerpc/pseries: Call pseries_kexec_setup only on pseries
Arnd Bergmann
1
-1
/
+1
2008-06-30
powerpc: Free a PTE bit on ppc64 with 64K pages
Benjamin Herrenschmidt
2
-10
/
+15
2008-06-30
spufs: Convert nopfn to fault
Nick Piggin
2
-52
/
+54
2008-06-30
powerpc: Get rid of CROSS32{AS,LD,OBJCOPY}
Segher Boessenkool
1
-7
/
+1
2008-06-30
Merge branch 'linux-2.6'
Paul Mackerras
182
-3619
/
+6189
2008-06-30
Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/po...
Paul Mackerras
14
-6
/
+1756
2008-06-28
powerpc: Add dma nodes to 83xx, 85xx and 86xx boards
Kumar Gala
36
-53
/
+1433
2008-06-26
powerpc/booke: Add kprobes support for booke style processors
Kumar Gala
2
-15
/
+36
2008-06-26
powerpc/kprobes: Some minor fixes
Kumar Gala
2
-1
/
+10
2008-06-26
powerpc/QE: use arch_initcall to probe QUICC Engine GPIOs
Anton Vorontsov
1
-1
/
+4
2008-06-26
powerpc/85xx: Update pin setup for 8560ads
Vitaly Bordug
1
-3
/
+5
[next]