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-05-31
powerpc: Use privileged SPR number for MMCR2
Thomas Huth
1
-1
/
+1
2016-05-31
powerpc: Fix definition of SIAR and SDAR registers
Thomas Huth
1
-2
/
+2
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
43
-1027
/
+2318
2016-05-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+1
2016-05-19
arch: fix has_transparent_hugepage()
Hugh Dickins
2
-1
/
+1
2016-05-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-1
/
+65
2016-05-13
KVM: halt_polling: provide a way to qualify wakeups during poll
Christian Borntraeger
1
-0
/
+2
2016-05-11
kvm: introduce KVM_MAX_VCPU_ID
Greg Kurz
1
-0
/
+3
2016-05-11
powerpc/pci: Export pci_traverse_device_nodes()
Gavin Shan
1
-3
/
+3
2016-05-11
powerpc/pci: Introduce pci_remove_device_node_info()
Gavin Shan
1
-0
/
+1
2016-05-11
powerpc/pci: Export pci_add_device_node_info()
Gavin Shan
1
-1
/
+2
2016-05-11
powerpc/pci: Rename pcibios_find_pci_bus()
Gavin Shan
1
-1
/
+1
2016-05-11
powerpc/pci: Rename pcibios_{add, remove}_pci_devices()
Gavin Shan
1
-2
/
+2
2016-05-11
powerpc/powernv: Data type unsigned int for PE number
Gavin Shan
1
-3
/
+3
2016-05-11
powerpc/pci: Cleanup on struct pci_controller_ops
Gavin Shan
1
-12
/
+13
2016-05-11
powerpc/mm/slice: Remove slice_mm_new_context()
Aneesh Kumar K.V
1
-3
/
+0
2016-05-11
powerpc/mm/radix: Document software bits for radix
Aneesh Kumar K.V
1
-2
/
+6
2016-05-11
powerpc/mm/radix: Add THP support for 4K linux page size
Aneesh Kumar K.V
3
-25
/
+81
2016-05-11
powerpc/mm/radix: Add radix THP callbacks
Aneesh Kumar K.V
3
-0
/
+40
2016-05-11
powerpc/mm/thp: Abstraction for THP functions
Aneesh Kumar K.V
3
-54
/
+94
2016-05-11
powerpc/mm: THP is only available on hash64 as of now
Aneesh Kumar K.V
1
-13
/
+11
2016-05-11
powerpc/mm/radix: Add hugetlb support 4K page size
Aneesh Kumar K.V
2
-21
/
+47
2016-05-11
powerpc/mm: Add radix support for hugetlb
Aneesh Kumar K.V
2
-0
/
+28
2016-05-11
powerpc/mm: pte_frag abstraction
Aneesh Kumar K.V
3
-2
/
+10
2016-05-11
powerpc/mm: vmalloc abstraction in preparation for radix
Aneesh Kumar K.V
3
-10
/
+87
2016-05-11
powerpc/mm: Add radix pgalloc details
Aneesh Kumar K.V
2
-6
/
+38
2016-05-11
powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
Aneesh Kumar K.V
3
-144
/
+51
2016-05-11
powerpc/mm: Rename function to indicate we are allocating fragments
Aneesh Kumar K.V
2
-12
/
+12
2016-05-11
powerpc/mm: Simplify the code dropping 4-level table #ifdef
Aneesh Kumar K.V
1
-39
/
+18
2016-05-11
powerpc/mm: Revert changes made to nohash pgalloc-64.h
Aneesh Kumar K.V
2
-35
/
+10
2016-05-11
powerpc/mm: Copy pgalloc (part 2)
Aneesh Kumar K.V
7
-25
/
+59
2016-05-11
powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s
Aneesh Kumar K.V
2
-0
/
+375
2016-05-11
powerpc/mm/radix: Add MMU_FTR_RADIX
Aneesh Kumar K.V
2
-2
/
+12
2016-05-11
powerpc/mm: Add mask of possible MMU features
Michael Ellerman
1
-1
/
+13
2016-05-02
powerpc: Fix bad inline asm constraint in create_zero_mask()
Anton Blanchard
1
-1
/
+1
2016-05-01
powerpc/mm/radix: Add tlbflush routines
Aneesh Kumar K.V
5
-4
/
+64
2016-05-01
powerpc/mm: Hash abstraction for tlbflush routines
Aneesh Kumar K.V
3
-14
/
+72
2016-05-01
powerpc/mm/radix: Add mmu context handling callback for radix
Aneesh Kumar K.V
1
-0
/
+4
2016-05-01
powerpc/mm: Abstraction for switch_mmu_context()
Aneesh Kumar K.V
1
-12
/
+13
2016-05-01
powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()
Aneesh Kumar K.V
2
-0
/
+18
2016-05-01
powerpc/mm: Abstraction for vmemmap and map_kernel_page()
Aneesh Kumar K.V
3
-0
/
+35
2016-05-01
powerpc/mm/radix: Add radix callbacks for early init routines
Aneesh Kumar K.V
3
-1
/
+19
2016-05-01
powerpc/mm: Abstract early MMU init in preparation for radix
Aneesh Kumar K.V
2
-7
/
+27
2016-05-01
powerpc/mm/radix: Add radix callback for pmd accessors
Aneesh Kumar K.V
3
-5
/
+36
2016-05-01
powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h
Aneesh Kumar K.V
4
-83
/
+108
2016-05-01
powerpc/mm: Add radix callbacks to pte accessors
Aneesh Kumar K.V
2
-21
/
+84
2016-05-01
powerpc/mm/radix: Add dummy radix_enabled()
Aneesh Kumar K.V
2
-0
/
+5
2016-05-01
powerpc/mm/radix: Add radix pte #defines
Aneesh Kumar K.V
4
-0
/
+150
2016-05-01
powerpc/mm: Move pte related functions together
Aneesh Kumar K.V
1
-71
/
+71
[next]