index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
ppc_asm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
powerpc: Make _ASM_NOKPROBE_SYMBOL a noop when KPROBES not defined
Nicholas Piggin
1
-0
/
+4
2016-11-14
powerpc: Add support for relative exception tables
Nicholas Piggin
1
-3
/
+3
2016-11-14
powerpc: EX_TABLE macro for exception tables
Nicholas Piggin
1
-0
/
+10
2016-11-14
powerpc/asm: Allow including ppc_asm.h in asm files
Michael Ellerman
1
-3
/
+3
2016-09-23
powerpc/32: Remove CLR_TOP32
Christophe Leroy
1
-1
/
+0
2016-09-19
powerpc: Don't change the section in _GLOBAL()
Michael Ellerman
1
-6
/
+2
2016-09-19
powerpc/kernel: Use kprobe blacklist for asm functions
Nicholas Piggin
1
-26
/
+14
2016-07-30
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-14
/
+14
2016-07-09
powerpc32: provide VIRT_CPU_ACCOUNTING
Christophe Leroy
1
-12
/
+12
2016-07-05
powerpc: define FUNC_START/FUNC_END
Anton Blanchard
1
-0
/
+3
2016-06-14
powerpc: Define and use PPC64_ELF_ABI_v2/v1
Michael Ellerman
1
-2
/
+2
2016-04-11
powerpc/swsusp: Only use tlbie in POWER4 mode
Russell Currey
1
-0
/
+3
2015-12-17
powerpc/kernel: Open code SET_DEFAULT_THREAD_PPR
Michael Ellerman
1
-13
/
+0
2015-12-17
powerpc/kernel: Open code HMT_MEDIUM_LOW_HAS_PPR
Michael Ellerman
1
-5
/
+0
2015-03-16
powerpc: Change vsrX register defines to vsX to match gcc and glibc
Anton Blanchard
1
-64
/
+64
2015-03-16
powerpc: Change vrX register defines to vX to match gcc and glibc
Anton Blanchard
1
-32
/
+32
2014-06-26
PPC: Add _GLOBAL_TOC for 32bit
Alexander Graf
1
-0
/
+2
2014-05-28
Merge branch 'merge' into next
Benjamin Herrenschmidt
1
-1
/
+6
2014-05-28
powerpc: Fix 64 bit builds with binutils 2.24
Guenter Roeck
1
-1
/
+6
2014-04-23
powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules
Anton Blanchard
1
-0
/
+12
2014-04-23
powerpc/tm: Fix GOT save offset for ABIv2
Anton Blanchard
1
-0
/
+2
2014-04-23
powerpc: Fix ABIv2 issues with stack offsets in assembly code
Anton Blanchard
1
-0
/
+4
2014-04-23
powerpc: Remove function descriptors and dot symbols on new ABI
Anton Blanchard
1
-0
/
+22
2014-04-23
powerpc: Create DOTSYM to wrap dot symbol usage
Anton Blanchard
1
-0
/
+2
2014-04-23
powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC()
Anton Blanchard
1
-38
/
+0
2014-04-23
powerpc: No need to use dot symbols when branching to a function
Anton Blanchard
1
-1
/
+1
2014-01-15
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
1
-0
/
+13
2014-01-15
powerpc: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2014-01-09
powerpc: introduce macro LOAD_REG_ADDR_PIC
Kevin Hao
1
-0
/
+13
2013-11-22
powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supported
LEROY Christophe
1
-0
/
+2
2013-11-06
powerpc: Fix fatal SLB miss when restoring PPR
Benjamin Herrenschmidt
1
-7
/
+0
2013-10-11
Merge branch 'for-kvm' into next
Benjamin Herrenschmidt
1
-91
/
+6
2013-10-11
powerpc: Put FP/VSX and VR state into structures
Paul Mackerras
1
-89
/
+6
2013-10-11
powerpc: Endian safe trampoline
Benjamin Herrenschmidt
1
-1
/
+30
2013-10-11
powerpc: Little endian builds double word swap VSX state during context save/...
Anton Blanchard
1
-4
/
+17
2013-08-20
powerpc: Convert some mftb/mftbu into mfspr
Scott Wood
1
-2
/
+2
2013-08-20
powerpc/fsl-booke: Work around erratum A-006958
Scott Wood
1
-1
/
+1
2013-08-14
powerpc: Fix little endian lppaca, slb_shadow and dtl_entry
Anton Blanchard
1
-1
/
+2
2013-08-14
powerpc: Remove SAVE_VSRU and REST_VSRU macros
Anton Blanchard
1
-13
/
+0
2013-06-01
powerpc/pseries: Kill all prefetch streams on context switch
Michael Neuling
1
-0
/
+11
2013-02-23
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+108
2013-02-15
powerpc: New macros for transactional memory support
Michael Neuling
1
-0
/
+83
2013-01-27
cputime: Generic on-demand virtual cputime accounting
Frederic Weisbecker
1
-2
/
+2
2013-01-10
powerpc: Macros for saving/restore PPR
Haren Myneni
1
-0
/
+25
2013-01-10
powerpc: Move branch instruction from ACCOUNT_CPU_USER_ENTRY to caller
Haren Myneni
1
-2
/
+0
2012-07-10
powerpc: Enforce usage of R0-R31 where possible
Michael Neuling
1
-7
/
+10
2012-07-10
powerpc: Change mtcrf to use real register names
Michael Neuling
1
-2
/
+2
2012-07-10
powerpc: Move and fix MTMSR_EERI definition
Benjamin Herrenschmidt
1
-0
/
+2
2012-07-10
powerpc: Merge VCPU_GPR
Michael Neuling
1
-0
/
+7
2012-07-10
powerpc: Merge STK_REG/PARAM/FRAMESIZE
Michael Neuling
1
-0
/
+5
[next]