index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
embedded6xx
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/embedded6xx: Remove C2K board support
Mark Greer
2018-06-04
3
-159
/
+0
*
powerpc/wii: Make hlwd_pic_init function static
Mathieu Malaterre
2018-05-25
1
-1
/
+1
*
powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by Starlet
Jonathan Neuschäfer
2018-05-15
1
-0
/
+5
*
powerpc/embedded6xx/flipper-pic: Don't match all IRQ domains
Jonathan Neuschäfer
2018-05-15
1
-8
/
+0
*
powerpc/wii: Don't rely on the reserved memory hack
Jonathan Neuschäfer
2018-04-01
1
-13
/
+1
*
powerpc/wii: Explicitly configure GPIO owner for poweroff pin
Jonathan Neuschäfer
2018-04-01
1
-0
/
+7
*
powerpc/wii: Probe the whole devicetree
Jonathan Neuschäfer
2018-04-01
1
-1
/
+1
*
powerpc/embedded6xx: Make functions flipper_pic_init() & ug_udbg_putc() static
Mathieu Malaterre
2018-03-13
2
-2
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
2
-0
/
+2
*
powerpc: Convert to using %pOF instead of full_name
Rob Herring
2017-08-23
3
-5
/
+5
*
powerpc: Add support for relative exception tables
Nicholas Piggin
2016-11-14
2
-2
/
+2
*
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
2016-09-20
3
-5
/
+5
*
powerpc: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-08-22
2
-2
/
+2
*
powerpc: Get rid of ppc_md.init_early()
Benjamin Herrenschmidt
2016-07-21
3
-13
/
+7
*
powerpc: Move 32-bit probe() machine to later in the boot process
Benjamin Herrenschmidt
2016-07-21
8
-28
/
+8
*
powerpc: Make ppc_md.{halt, restart} __noreturn
Daniel Axtens
2016-07-14
8
-14
/
+14
*
powerpc32: remove ioremap_base
Christophe Leroy
2016-03-11
1
-10
/
+0
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
2
-3
/
+2
*
genirq/irqdomain: Allow irq domain aliasing
Marc Zyngier
2015-07-30
1
-1
/
+2
*
powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-06-02
1
-1
/
+1
*
powerpc: Remove some unused functions
Michael Ellerman
2015-01-28
1
-11
/
+0
*
powerpc/gamecube/wii: delete unneeded test before of_node_put
Julia Lawall
2014-11-10
1
-3
/
+3
*
powerpc: Convert power off logic to pm_power_off
Alexander Graf
2014-11-03
3
-3
/
+7
*
powerpc: make of_device_ids const
Uwe Kleine-König
2014-09-25
5
-5
/
+5
*
powerpc/legacy_serial: Support MVME5100 UARTS with shifted registers
Stephen Chivers
2014-04-28
1
-0
/
+1
*
powerpc/kconfig: Remove TSI108_BRIDGE duplicates
Luis Henriques
2014-03-19
1
-2
/
+0
*
powerpc: Delete old PrPMC 280/2800 support
Paul Gortmaker
2014-03-07
3
-165
/
+0
*
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
2014-01-15
3
-1
/
+234
|
\
|
*
powerpc/embedded6xx: Add support for Motorola/Emerson MVME5100
Stephen Chivers
2014-01-09
3
-1
/
+234
*
|
powerpc: Delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-01-15
1
-1
/
+0
|
/
*
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-11-12
2
-0
/
+3
|
\
|
*
powerpc: add explicit OF includes
Rob Herring
2013-10-09
2
-0
/
+3
*
|
powerpc/6xx: add missing iounmap() on error in hlwd_pic_init()
Wei Yongjun
2013-10-28
1
-0
/
+1
|
/
*
powerpc/pci: Support per-aperture memory offset
Benjamin Herrenschmidt
2013-05-06
1
-11
/
+0
*
powerpc: remove CONFIG_MPC10X_OPENPIC
Paul Bolle
2013-04-18
1
-5
/
+0
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
5
-5
/
+0
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-03-21
4
-12
/
+6
|
\
|
*
powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag
Kyle Moffett
2012-02-23
4
-8
/
+4
|
*
powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_count
Kyle Moffett
2012-02-23
4
-6
/
+4
*
|
ppc-6xx: fix build failure in flipper-pic.c and hlwd-pic.c
Paul Gortmaker
2012-02-22
2
-6
/
+6
*
|
irq_domain/powerpc: constify irq_domain_ops
Grant Likely
2012-02-16
2
-2
/
+2
*
|
irq_domain: Replace irq_alloc_host() with revmap-specific initializers
Grant Likely
2012-02-16
2
-7
/
+4
*
|
irq_domain/powerpc: Use common irq_domain structure instead of irq_host
Grant Likely
2012-02-14
2
-33
/
+33
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-01-06
4
-78
/
+15
|
\
|
*
powerpc/mpic: Invert the meaning of MPIC_PRIMARY
Kyle Moffett
2011-12-07
4
-4
/
+4
|
*
powerpc/mpic: Search for open-pic device-tree node if NULL
Kyle Moffett
2011-12-07
4
-33
/
+5
|
*
powerpc/mpic: Save computed phys_addr for board-specific code
Kyle Moffett
2011-12-07
4
-48
/
+13
*
|
memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users
Tejun Heo
2011-12-08
1
-1
/
+0
*
|
powerpc: Cleanup memblock usage
Tejun Heo
2011-12-08
1
-13
/
+9
|
/
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
2
-0
/
+2
|
\
[next]