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
/
platforms
/
cell
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-09
powerpc/cell: Add missing error code in spufs_mkgang()
Dan Carpenter
1
-1
/
+3
2016-08-05
Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+1
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-14
/
+14
2016-08-01
powerpc: Move cpu_has_feature() to a separate file
Kevin Hao
1
-0
/
+1
2016-07-30
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
8
-15
/
+11
2016-07-21
powerpc/64: Move 64-bit probe_machine() to later in the boot process
Benjamin Herrenschmidt
1
-4
/
+2
2016-07-21
powerpc/64: Move MMU backend selection out of platform code
Benjamin Herrenschmidt
1
-1
/
+0
2016-07-13
powerpc/cell: Don't use flat device-tree after boot
Benjamin Herrenschmidt
1
-2
/
+1
2016-06-14
powerpc: Various typo fixes
Michael Ellerman
6
-8
/
+8
2016-06-13
Merge back earlier cpufreq changes for v4.8.
Rafael J. Wysocki
1
-38
/
+34
2016-06-07
coredump: fix dumping through pipes
Mateusz Guzik
1
-1
/
+1
2016-06-02
cpufreq: governor: Get rid of governor events
Rafael J. Wysocki
1
-38
/
+34
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-8
/
+5
2016-05-18
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+3
2016-05-12
coredump: get rid of coredump_params->written
Omar Sandoval
1
-2
/
+3
2016-05-02
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
Al Viro
1
-1
/
+1
2016-05-01
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
1
-1
/
+1
2016-05-01
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
2
-3
/
+3
2016-04-11
powerpc/cell: Make spu_base.c explicitly non-modular
Paul Gortmaker
1
-5
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-01-22
wrappers for ->i_mutex access
Al Viro
2
-8
/
+8
2016-01-15
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-158
/
+1
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-1
/
+1
2015-12-14
powerpc/cell: Remove the Cell QPACE code
Rashmica Gupta
3
-157
/
+0
2015-11-26
powerpc: Standardise on NR_syscalls rather than __NR_syscalls.
Rashmica Gupta
1
-1
/
+1
2015-11-05
Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+2
2015-10-13
irqdomain: Use irq_domain_get_of_node() instead of direct field access
Marc Zyngier
2
-4
/
+7
2015-09-29
powerpc: Kconfig: remove BE-only platforms from LE kernel build
Boqun Feng
1
-2
/
+2
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
3
-3
/
+3
2015-09-14
powerpc/cell: Prepare irq handler for irq argument removal
Thomas Gleixner
1
-1
/
+2
2015-09-08
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
1
-1
/
+1
2015-09-03
Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-192
/
+2
2015-08-18
powerpc/cell: Drop support for 64K local store on 4K kernels
Michael Ellerman
3
-192
/
+2
2015-07-30
genirq/irqdomain: Allow irq domain aliasing
Marc Zyngier
1
-1
/
+2
2015-07-22
powerpc/PCI: Use for_pci_msi_entry() to access MSI device list
Jiang Liu
1
-3
/
+3
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2015-06-23
make simple_positive() public
Al Viro
1
-1
/
+1
2015-06-11
powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table
Alexey Kardashevskiy
1
-2
/
+6
2015-06-02
powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
1
-1
/
+1
2015-05-22
powerpc/cell: Move MSI-related ops to pci_controller_ops
Daniel Axtens
1
-2
/
+3
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-11
/
+11
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
1
-11
/
+11
2015-04-14
powerpc/cell: Fix iommu breakage caused by controller_ops change
Michael Ellerman
1
-2
/
+2
2015-04-11
powerpc/cell: Move controller ops from ppc_md to controller_ops
Daniel Axtens
3
-3
/
+33
2015-04-10
powerpc: Drop return value of smp_ops->probe()
Michael Ellerman
1
-8
/
+1
2015-04-10
powerpc/cell: Fix cell iommu after it_page_shift changes
Michael Ellerman
1
-1
/
+1
2015-04-10
powerpc/cell: Fix crash in iic_setup_cpu() after per_cpu changes
Michael Ellerman
1
-1
/
+1
2015-04-07
powerpc: Remove the celleb support
Michael Ellerman
22
-4396
/
+0
2015-03-28
powerpc: Add a proper syscall for switching endianness
Michael Ellerman
1
-0
/
+1
2015-03-16
powerpc: Delete unnecessary checks before kfree()
Markus Elfring
1
-3
/
+2
[next]