index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
powerpc: Fix branch patching code for ABIv2
Anton Blanchard
2014-04-23
4
-33
/
+47
|
*
powerpc: Use ppc_function_entry instead of open coding it
Anton Blanchard
2014-04-23
1
-10
/
+8
|
*
powerpc: Add ABIv2 support to ppc_function_entry
Anton Blanchard
2014-04-23
1
-4
/
+36
|
*
powerpc: Ignore .TOC. relocations
Anton Blanchard
2014-04-23
1
-1
/
+1
|
*
powerpc: ABIv2 function calls must place target address in r12
Anton Blanchard
2014-04-23
3
-13
/
+19
|
*
powerpc: Remove function descriptors and dot symbols on new ABI
Anton Blanchard
2014-04-23
3
-0
/
+26
|
*
powerpc: Create DOTSYM to wrap dot symbol usage
Anton Blanchard
2014-04-23
4
-23
/
+25
|
*
powerpc: Remove dot symbol usage in exception macros
Anton Blanchard
2014-04-23
2
-27
/
+27
|
*
powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC()
Anton Blanchard
2014-04-23
1
-38
/
+0
|
*
powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()
Anton Blanchard
2014-04-23
3
-9
/
+9
|
*
powerpc: Don't use a function descriptor for system call table
Anton Blanchard
2014-04-23
2
-4
/
+8
|
*
powerpc: Remove superflous function descriptors in assembly only code
Anton Blanchard
2014-04-23
4
-20
/
+21
|
*
powerpc: No need to use dot symbols when branching to a function
Anton Blanchard
2014-04-23
26
-271
/
+271
|
*
powerpc: Don't build assembly files with ABIv2
Anton Blanchard
2014-04-23
1
-1
/
+2
*
|
powerpc/mm: use macro PGTABLE_EADDR_SIZE instead of digital
Liu Ping Fan
2014-05-01
1
-1
/
+1
*
|
ppc476: Enable a linker work around for IBM errata #46
Alistair Popple
2014-05-01
3
-0
/
+34
*
|
powerpc: Added PCI MSI support using the HSTA module
Alistair Popple
2014-05-01
8
-25
/
+287
*
|
IBM Akebono: Add the Akebono platform
Alistair Popple
2014-05-01
11
-26
/
+901
*
|
IBM Currituck: Clean up board specific code before adding Akebono code
Alistair Popple
2014-05-01
2
-5
/
+5
*
|
powerpc/le: Show the endianess of the LPAR under PowerVM.
Tony Breeds
2014-05-01
1
-0
/
+4
*
|
powerpc: Use 64k io pages when we never see an HEA
Alexander Graf
2014-05-01
1
-3
/
+22
*
|
powerpc: memcpy optimization for 64bit LE
Philippe Bergheaud
2014-04-30
4
-8
/
+16
*
|
Merge commit 'f3cae355a962784101478504ef7f6a389ad62979' into next
Benjamin Herrenschmidt
2014-04-30
2
-3
/
+2
|
\
\
|
*
|
cpufreq, powernv: Fix build failure on UP
Srivatsa S. Bhat
2014-04-21
1
-0
/
+1
|
*
|
cpufreq: unicore32: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
2014-04-21
1
-3
/
+1
|
|
/
*
|
powerpc/tm: Add checking to treclaim/trechkpt
Michael Neuling
2014-04-28
2
-3
/
+36
*
|
powerpc/tm: Remove unnecessary r1 save
Michael Neuling
2014-04-28
1
-2
/
+0
*
|
powerpc: powernv: Implement ppc_md.get_proc_freq()
Gautham R. Shenoy
2014-04-28
1
-0
/
+21
*
|
powerpc: powernv: Framework to show the correct clock in /proc/cpuinfo
Gautham R. Shenoy
2014-04-28
2
-4
/
+14
*
|
powerpc/powernv: Return secondary CPUs to firmware before FW update
Vasant Hegde
2014-04-28
3
-7
/
+66
*
|
powerpc/pci: Use of_pci_range_parser helper in pci_process_bridge_OF_ranges
Andrew Murray
2014-04-28
1
-59
/
+29
*
|
powerpc/legacy_serial: Support MVME5100 UARTS with shifted registers
Stephen Chivers
2014-04-28
2
-6
/
+16
*
|
powerpc/boot: Add support for 64bit little endian wrapper
Cédric Le Goater
2014-04-28
7
-5
/
+72
*
|
powerpc/boot: Add a global entry point for pseries
Cédric Le Goater
2014-04-28
3
-1
/
+11
*
|
powerpc/boot: Modify entry point for 64bit
Cédric Le Goater
2014-04-28
1
-4
/
+104
*
|
powerpc/boot: Define a routine to enter prom
Cédric Le Goater
2014-04-28
2
-0
/
+77
*
|
powerpc/boot: Add little endian support to elf utils
Cédric Le Goater
2014-04-28
1
-0
/
+4
*
|
powerpc/boot: Add 64bit and little endian support to addnote
Cédric Le Goater
2014-04-28
1
-43
/
+85
*
|
powerpc/boot: Define byteswapping routines for little endian
Cédric Le Goater
2014-04-28
2
-0
/
+36
*
|
powerpc/boot: Fix compile warning in 64bit
Cédric Le Goater
2014-04-28
1
-1
/
+1
*
|
powerpc/boot: Define typedef ihandle as u32
Cédric Le Goater
2014-04-28
2
-6
/
+6
*
|
powerpc/boot: Rework of_claim() to make it 64bit friendly
Cédric Le Goater
2014-04-28
3
-10
/
+12
*
|
powerpc/boot: Add PROM_ERROR define in oflib
Cédric Le Goater
2014-04-28
2
-3
/
+5
*
|
powerpc/boot: Add byteswapping routines in oflib
Cédric Le Goater
2014-04-28
3
-13
/
+18
*
|
powerpc/boot: Use prom_arg_t in oflib
Cédric Le Goater
2014-04-28
1
-4
/
+6
*
|
powerpc/boot: Use a common prom_args struct in oflib
Cédric Le Goater
2014-04-28
2
-14
/
+17
*
|
powerpc/boot: Fix do_div for 64bit wrapper
Cédric Le Goater
2014-04-28
1
-0
/
+14
*
|
powerpc/prom: Stop scanning dev-tree for fdump early
Gavin Shan
2014-04-28
1
-2
/
+3
*
|
powerpc/powernv: Don't use pe->pbus to get the domain number
Gavin Shan
2014-04-28
1
-2
/
+2
*
|
powerpc/powernv: Missed IOMMU table type
Gavin Shan
2014-04-28
1
-5
/
+4
[prev]
[next]