index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/opal: Wake up kopald polling thread before waiting for events
Benjamin Herrenschmidt
2016-07-08
1
-0
/
+2
*
powerpc/mm: Fix build of Book3E/64 with 64K pages
Benjamin Herrenschmidt
2016-07-07
1
-0
/
+1
*
powerpc/timer: Large Decrementer support
Oliver O'Halloran
2016-07-05
2
-3
/
+4
*
powerpc: Send SIGBUS on unaligned copy and paste
Chris Smart
2016-07-05
1
-0
/
+4
*
powerpc/powernv: Add driver for operator panel on FSP machines
Suraj Jitindar Singh
2016-06-29
1
-0
/
+2
*
powerpc/opal: Add inline function to get rc from an ASYNC_COMP opal_msg
Suraj Jitindar Singh
2016-06-29
1
-0
/
+8
*
powerpc/ebpf/jit: Implement JIT compiler for extended BPF
Naveen N. Rao
2016-06-24
2
-1
/
+21
*
powerpc/bpf/jit: Introduce rotate immediate instructions
Naveen N. Rao
2016-06-24
1
-0
/
+2
*
powerpc/powernv: Functions to get/set PCI slot state
Gavin Shan
2016-06-21
3
-1
/
+29
*
powerpc/powernv: Introduce pnv_pci_get_slot_id()
Gavin Shan
2016-06-21
1
-0
/
+2
*
powerpc/powernv: Support PCI slot ID
Gavin Shan
2016-06-21
2
-2
/
+6
*
powerpc/pci: Delay populating pdn
Gavin Shan
2016-06-21
2
-3
/
+1
*
powerpc/pci: Override pcibios_setup_bridge()
Gavin Shan
2016-06-21
1
-0
/
+2
*
powerpc: Load Monitor Register Support
Jack Miller
2016-06-21
2
-0
/
+7
*
powerpc: Improve FSCR init and context switching
Michael Neuling
2016-06-21
1
-0
/
+1
*
cxl: Add support for CAPP DMA mode
Ian Munsie
2016-06-16
1
-0
/
+1
*
powerpc: Introduce asm-prototypes.h
Daniel Axtens
2016-06-16
1
-0
/
+75
*
powerpc/spinlock: Fix spin_unlock_wait()
Boqun Feng
2016-06-14
1
-6
/
+32
*
powerpc: Define and use PPC64_ELF_ABI_v2/v1
Michael Ellerman
2016-06-14
8
-22
/
+28
*
powerpc: Various typo fixes
Michael Ellerman
2016-06-14
10
-11
/
+11
*
powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp
Anton Blanchard
2016-06-14
1
-4
/
+0
*
powerpc/nohash: Fix build break with 64K pages
Michael Ellerman
2016-06-10
1
-1
/
+1
*
powerpc: Use privileged SPR number for MMCR2
Thomas Huth
2016-05-31
1
-1
/
+1
*
powerpc: Fix definition of SIAR and SDAR registers
Thomas Huth
2016-05-31
1
-2
/
+2
*
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-05-20
43
-1027
/
+2318
|
\
|
*
powerpc/pci: Export pci_traverse_device_nodes()
Gavin Shan
2016-05-11
1
-3
/
+3
|
*
powerpc/pci: Introduce pci_remove_device_node_info()
Gavin Shan
2016-05-11
1
-0
/
+1
|
*
powerpc/pci: Export pci_add_device_node_info()
Gavin Shan
2016-05-11
1
-1
/
+2
|
*
powerpc/pci: Rename pcibios_find_pci_bus()
Gavin Shan
2016-05-11
1
-1
/
+1
|
*
powerpc/pci: Rename pcibios_{add, remove}_pci_devices()
Gavin Shan
2016-05-11
1
-2
/
+2
|
*
powerpc/powernv: Data type unsigned int for PE number
Gavin Shan
2016-05-11
1
-3
/
+3
|
*
powerpc/pci: Cleanup on struct pci_controller_ops
Gavin Shan
2016-05-11
1
-12
/
+13
|
*
powerpc/mm/slice: Remove slice_mm_new_context()
Aneesh Kumar K.V
2016-05-11
1
-3
/
+0
|
*
powerpc/mm/radix: Document software bits for radix
Aneesh Kumar K.V
2016-05-11
1
-2
/
+6
|
*
powerpc/mm/radix: Add THP support for 4K linux page size
Aneesh Kumar K.V
2016-05-11
3
-25
/
+81
|
*
powerpc/mm/radix: Add radix THP callbacks
Aneesh Kumar K.V
2016-05-11
3
-0
/
+40
|
*
powerpc/mm/thp: Abstraction for THP functions
Aneesh Kumar K.V
2016-05-11
3
-54
/
+94
|
*
powerpc/mm: THP is only available on hash64 as of now
Aneesh Kumar K.V
2016-05-11
1
-13
/
+11
|
*
powerpc/mm/radix: Add hugetlb support 4K page size
Aneesh Kumar K.V
2016-05-11
2
-21
/
+47
|
*
powerpc/mm: Add radix support for hugetlb
Aneesh Kumar K.V
2016-05-11
2
-0
/
+28
|
*
powerpc/mm: pte_frag abstraction
Aneesh Kumar K.V
2016-05-11
3
-2
/
+10
|
*
powerpc/mm: vmalloc abstraction in preparation for radix
Aneesh Kumar K.V
2016-05-11
3
-10
/
+87
|
*
powerpc/mm: Add radix pgalloc details
Aneesh Kumar K.V
2016-05-11
2
-6
/
+38
|
*
powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
Aneesh Kumar K.V
2016-05-11
3
-144
/
+51
|
*
powerpc/mm: Rename function to indicate we are allocating fragments
Aneesh Kumar K.V
2016-05-11
2
-12
/
+12
|
*
powerpc/mm: Simplify the code dropping 4-level table #ifdef
Aneesh Kumar K.V
2016-05-11
1
-39
/
+18
|
*
powerpc/mm: Revert changes made to nohash pgalloc-64.h
Aneesh Kumar K.V
2016-05-11
2
-35
/
+10
|
*
powerpc/mm: Copy pgalloc (part 2)
Aneesh Kumar K.V
2016-05-11
7
-25
/
+59
|
*
powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s
Aneesh Kumar K.V
2016-05-11
2
-0
/
+375
|
*
powerpc/mm/radix: Add MMU_FTR_RADIX
Aneesh Kumar K.V
2016-05-11
2
-2
/
+12
[next]