index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Add missing prototype
Mathieu Malaterre
2018-05-25
1
-0
/
+3
*
powerpc/52xx: Add missing functions prototypes
Mathieu Malaterre
2018-05-25
1
-3
/
+3
*
powerpc/powermac: Add missing prototype for note_bootable_part()
Mathieu Malaterre
2018-05-25
1
-0
/
+1
*
powerpc/powermac: Move pmac_pfunc_base_install prototype to header file
Mathieu Malaterre
2018-05-25
2
-1
/
+1
*
powerpc/chrp/pci: Make some functions static
Mathieu Malaterre
2018-05-25
1
-6
/
+6
*
powerpc/powermac: Mark variable x as unused
Mathieu Malaterre
2018-05-25
1
-1
/
+3
*
powerpc/chrp/setup: Remove idu_size variable and make some functions static
Mathieu Malaterre
2018-05-25
1
-7
/
+5
*
powerpc/wii: Make hlwd_pic_init function static
Mathieu Malaterre
2018-05-25
1
-1
/
+1
*
powerpc/mm/radix: Use do/while(0) trick for single statement block
Mathieu Malaterre
2018-05-25
1
-1
/
+1
*
powerpc/sparse: Fix plain integer as NULL pointer warning
Mathieu Malaterre
2018-05-25
7
-19
/
+19
*
powerpc/altivec: Add missing prototypes for altivec
Mathieu Malaterre
2018-05-25
3
-11
/
+21
*
powerpc: Add __printf verification to prom_printf
Mathieu Malaterre
2018-05-25
1
-56
/
+58
*
powerpc/xmon: Update paca fields dumped in xmon
Michael Ellerman
2018-05-25
1
-0
/
+10
*
powerpc/xmon: Realign paca dump fields
Michael Ellerman
2018-05-25
1
-8
/
+9
*
powerpc/xmon: Add __printf annotation to xmon_printf()
Mathieu Malaterre
2018-05-25
4
-75
/
+75
*
powerpc/xmon: Specify the full format in DUMP() macro
Michael Ellerman
2018-05-25
1
-51
/
+51
*
powerpc/xmon: Also setup debugger hooks when single-stepping
Michal Suchanek
2018-05-24
1
-10
/
+11
*
powerpc/8xx: fix invalid register expression in head_8xx.S
Christophe Leroy
2018-05-24
1
-1
/
+1
*
powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
Christophe Leroy
2018-05-24
1
-16
/
+34
*
powerpc/mm: Use instruction symbolic names in store_updates_sp()
Christophe Leroy
2018-05-24
2
-13
/
+14
*
powernv: opal-sensor: Add support to read 64bit sensor values
Shilpasri G Bhat
2018-05-21
4
-0
/
+57
*
powerpc/fsl/dts: fix the i2c-mux compatible for t104xqds
Peter Rosin
2018-05-21
1
-1
/
+1
*
powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREG
Michael Neuling
2018-05-21
1
-0
/
+1
*
powerpc/ptrace: Fix enforcement of DAWR constraints
Michael Neuling
2018-05-21
1
-2
/
+2
*
powerpc/powernv: Use __raw_[rm_]writeq_be() in npu-dma.c
Michael Ellerman
2018-05-18
1
-3
/
+2
*
powerpc/powernv: Use __raw_[rm_]writeq_be() in pci-ioda.c
Michael Ellerman
2018-05-18
1
-7
/
+8
*
powerpc/io: Add __raw_writeq_be() __raw_rm_writeq_be()
Michael Ellerman
2018-05-18
1
-0
/
+10
*
powerpc/perf: Fix memory allocation for core-imc based on num_possible_cpus()
Anju T Sudhakar
2018-05-18
1
-2
/
+2
*
powerpc/rtas: Fix spelling mistake "Discharching" -> "Discharging"
Colin Ian King
2018-05-18
1
-1
/
+1
*
powerpc/lib: Fix "integer constant is too large" build failure
Finn Thain
2018-05-18
1
-5
/
+6
*
powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled
Nicholas Piggin
2018-05-17
1
-1
/
+1
*
powerpc/32: Use stmw/lmw for registers save/restore in asm
Christophe Leroy
2018-05-17
3
-4
/
+16
*
powerpc: Avoid an unnecessary test and branch in longjmp()
Christophe Leroy
2018-05-17
1
-5
/
+4
*
Revert "powerpc/64: Fix checksum folding in csum_add()"
Christophe Leroy
2018-05-17
1
-1
/
+1
*
powerpc: get rid of PMD_PAGE_SIZE() and _PMD_SIZE
Christophe Leroy
2018-05-17
2
-11
/
+0
*
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/book3s64: Enable split pmd ptlock.
Aneesh Kumar K.V
2018-05-15
1
-0
/
+4
*
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
2018-05-15
7
-23
/
+6
*
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
2018-05-15
11
-6
/
+144
*
powerpc/book3s64/mm: Simplify the rcu callback for page table free
Aneesh Kumar K.V
2018-05-15
3
-24
/
+41
*
powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment
Aneesh Kumar K.V
2018-05-15
5
-44
/
+15
*
powerpc/mm/nohash: Remove pte fragment dependency from nohash
Aneesh Kumar K.V
2018-05-15
3
-126
/
+159
*
powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit booke
Aneesh Kumar K.V
2018-05-15
4
-127
/
+4
*
powerpc/mm: Rename pte fragment functions
Aneesh Kumar K.V
2018-05-15
1
-4
/
+5
*
powerpc/mm: Use pmd_lockptr instead of opencoding it
Aneesh Kumar K.V
2018-05-15
3
-6
/
+8
*
powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64
Aneesh Kumar K.V
2018-05-15
2
-56
/
+54
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-05-15
1
-5
/
+31
|
\
|
*
powerpc/kvm: Switch kvm pmd allocator to custom allocator
Aneesh Kumar K.V
2018-05-15
1
-5
/
+31
*
|
powerpc/cell/spufs: Change return type to vm_fault_t
Souptick Joarder
2018-05-14
1
-15
/
+18
[next]