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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-09
powerpc: Fix build break due to paca mm_context_t changes
Michael Ellerman
1
-0
/
+2
2015-12-27
powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
Russell Currey
2
-1
/
+5
2015-12-27
powerpc: Copy only required pieces of the mm_context_t to the paca
Michael Neuling
1
-2
/
+16
2015-12-19
powerpc: Add function to copy mm_context_t to the paca
Michael Neuling
1
-0
/
+11
2015-12-17
powerpc/powernv: Add support for Nvlink NPUs
Alistair Popple
1
-0
/
+4
2015-12-17
powerpc: Add __raw_rm_writeq() function
Alistair Popple
1
-0
/
+11
2015-12-17
Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
Alistair Popple
1
-0
/
+1
2015-12-17
powerpc/mm: Add page soft dirty tracking
Laurent Dufour
4
-8
/
+54
2015-12-17
powerpc/kernel: Combine vec/loc for STD_EXCEPTION_PSERIES
Michael Ellerman
1
-2
/
+2
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-12-17
powerpc/kernel: Drop HMT_MEDIUM_PPR_DISCARD
Michael Ellerman
1
-15
/
+0
2015-12-17
powerpc/rtas: Make enter_rtas() private
Michael Ellerman
1
-1
/
+0
2015-12-17
powerpc/rtas: Add rtas_call_unlocked()
Michael Ellerman
1
-0
/
+2
2015-12-17
powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPAL
Stewart Smith
1
-2
/
+1
2015-12-17
powerpc/powernv: Remove OPALv2 firmware define and references
Stewart Smith
1
-3
/
+1
2015-12-16
powerpc: Remove broken GregorianDay()
Daniel Axtens
1
-1
/
+0
2015-12-14
Merge tag 'powerpc-4.4-3' into next
Michael Ellerman
1
-0
/
+1
2015-12-14
powerpc: Make {cmp}xchg* and their atomic_ versions fully ordered
Boqun Feng
1
-8
/
+8
2015-12-14
powerpc: Make value-returning atomics fully ordered
Boqun Feng
1
-1
/
+1
2015-12-14
powerpc/mm: Use H_READ with H_READ_4
Aneesh Kumar K.V
1
-0
/
+17
2015-12-14
powerpc/nohash: we don't use real_pte_t for nohash
Aneesh Kumar K.V
1
-33
/
+0
2015-12-14
powerpc/nohash: Update 64K nohash config to have 32 pte fragement
Aneesh Kumar K.V
1
-3
/
+3
2015-12-14
powerpc/mm: Don't hardcode the hash pte slot shift
Aneesh Kumar K.V
3
-3
/
+3
2015-12-14
powerpc/mm: Don't hardcode page table size
Aneesh Kumar K.V
3
-21
/
+40
2015-12-14
powerpc/mm: Add a _PAGE_PTE bit
Aneesh Kumar K.V
5
-25
/
+28
2015-12-14
powerpc/mm: Move THP headers around
Aneesh Kumar K.V
3
-422
/
+180
2015-12-14
powerpc/mm: Move hugetlb related headers
Aneesh Kumar K.V
4
-38
/
+111
2015-12-14
powerpc/mm: Add helper for converting pte bit to hpte bits
Aneesh Kumar K.V
1
-0
/
+1
2015-12-14
powerpc/mm: Convert __hash_page_64K to C
Aneesh Kumar K.V
1
-1
/
+2
2015-12-14
powerpc/mm: Increase the width of #define
Aneesh Kumar K.V
1
-13
/
+13
2015-12-14
powerpc/mm: Remove pte_val usage for the second half of pgtable_t
Aneesh Kumar K.V
1
-1
/
+3
2015-12-14
powerpc/mm: Don't track subpage valid bit in pte_t
Aneesh Kumar K.V
3
-42
/
+13
2015-12-14
powerpc/booke: Move nohash headers
Aneesh Kumar K.V
11
-41
/
+41
2015-12-14
powerpc/mm: Move PTE bits from generic functions to hash64 functions.
Aneesh Kumar K.V
4
-204
/
+340
2015-12-14
powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h
Aneesh Kumar K.V
3
-451
/
+448
2015-12-14
powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue
Aneesh Kumar K.V
9
-42
/
+140
2015-12-14
powerpc/mm: Don't use pte_val as lvalue
Aneesh Kumar K.V
3
-57
/
+139
2015-12-14
powerpc/mm: Drop pte-common.h from BOOK3S 64
Aneesh Kumar K.V
4
-12
/
+111
2015-12-14
powerpc/mm: Don't have generic headers introduce functions touching pte bits
Aneesh Kumar K.V
3
-191
/
+376
2015-12-14
powerpc/mm: Delete booke bits from book3s
Aneesh Kumar K.V
3
-131
/
+49
2015-12-14
powerpc/mm: Move hash specific pte width and other defines to book3s
Aneesh Kumar K.V
3
-9
/
+129
2015-12-14
powerpc/mm: make a separate copy for book3s
Aneesh Kumar K.V
7
-7
/
+981
2015-12-14
powerpc/mm: move pte headers to book3s directory
Aneesh Kumar K.V
6
-10
/
+10
2015-12-02
powerpc: clean up asm/switch_to.h
Anton Blanchard
1
-25
/
+10
2015-12-02
powerpc: create flush_all_to_thread()
Anton Blanchard
1
-0
/
+1
2015-12-02
powerpc: create giveup_all()
Anton Blanchard
1
-0
/
+1
2015-12-01
powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}()
Anton Blanchard
1
-2
/
+0
2015-12-01
powerpc: Add ppc_strict_facility_enable boot option
Anton Blanchard
2
-5
/
+28
2015-12-01
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
1
-0
/
+5
[next]