aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy5-36/+95
2016-07-07powerpc/pci: Assign fixed PHB number based on device-tree propertiesGuilherme G. Piccoli1-3/+51
2016-07-07powerpc/pci: Fix build with PCI_IOV=y and EEH=nMichael Ellerman1-4/+5
2016-07-05powerpc/timer: Large Decrementer supportOliver O'Halloran1-8/+59
2016-07-05powerpc/rtas: Fix array overrun in ppc_rtas() syscallAndrew Donnellan1-1/+1
2016-07-05powerpc: Send SIGBUS on unaligned copy and pasteChris Smart1-0/+14
2016-07-05powerpc/perf: factor out power8 __init_pmu codeMadhavan Srinivasan1-1/+17
2016-07-05powerpc/fadump: Fix build error introduced by recent cleanupMichael Ellerman1-1/+1
2016-06-28powerpc/fadump: Trivial fix of spelling mistake, clean up messageColin Ian King1-3/+2
2016-06-24powerpc/pci: Reduce log level of PCI I/O space warningBenjamin Herrenschmidt1-3/+3
2016-06-21powerpc/pci: Delay populating pdnGavin Shan2-18/+22
2016-06-21powerpc/pci: Update bridge windows on PCI plugGavin Shan1-2/+6
2016-06-21powerpc/pci: Override pcibios_setup_bridge()Gavin Shan1-0/+8
2016-06-21powerpc: export cpu_to_core_id()Mauricio Faria de Oliveira1-0/+1
2016-06-21powerpc: Load Monitor Register SupportJack Miller2-0/+27
2016-06-21powerpc: Improve FSCR init and context switchingMichael Neuling2-9/+6
2016-06-21powerpc: Fix misleading comment in early_setup_secondary()Madhavan Srinivasan1-1/+1
2016-06-21powerpc/kprobes: Remove kretprobe_trampoline_holder.Thiago Jung Bauermann1-6/+5
2016-06-17powerpc/pci: Fix SRIOV not building without EEH enabledRussell Currey1-0/+6
2016-06-16powerpc/align: Use #ifdef __BIG_ENDIAN__ #else for REG_BYTEDaniel Axtens1-3/+1
2016-06-16powerpc/sparse: Include headers containing prototypesDaniel Axtens1-0/+1
2016-06-16powerpc: Introduce asm-prototypes.hDaniel Axtens3-0/+3
2016-06-16powerpc/sparse: make some things staticDaniel Axtens2-2/+2
2016-06-16powerpc: Add array bounds checking to crash_shutdown_handlersSuraj Jitindar Singh1-4/+9
2016-06-16powerpc/asm: Remove unused symbols in asm-offsets.cRashmica Gupta1-49/+0
2016-06-14powerpc/pseries: Fix trivial typo in function nameGreg Kurz1-3/+3
2016-06-14powerpc: Define and use PPC64_ELF_ABI_v2/v1Michael Ellerman6-11/+9
2016-06-14powerpc: Various typo fixesMichael Ellerman6-6/+6
2016-06-14powerpc/32: Get rid of sub_reloc_offset()Christophe Leroy1-14/+0
2016-06-14powerpc: Avoid load hit store in setup_sigcontext()Anton Blanchard1-3/+8
2016-06-14powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec()Anton Blanchard1-4/+12
2016-06-08powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was addedMichael Ellerman1-1/+1
2016-06-06powerpc/ptrace: Fix out of bounds array access warningKhem Raj1-2/+2
2016-06-01powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support callThomas Huth1-0/+1
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds29-242/+251
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds5-8/+119
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-05-12Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"Guilherme G. Piccoli1-1/+1
2016-05-12powerpc/eeh: Drop unnecessary label in eeh_pe_change_owner()Gavin Shan1-4/+1
2016-05-12powerpc/eeh: Ignore handlers in eeh_pe_reset_and_recover()Gavin Shan1-7/+1
2016-05-12powerpc/eeh: Restore initial state in eeh_pe_reset_and_recover()Gavin Shan1-0/+23
2016-05-12powerpc/eeh: Don't report error in eeh_pe_reset_and_recover()Gavin Shan1-3/+0
2016-05-11powerpc/pci: Don't scan empty slotGavin Shan1-1/+2
2016-05-11powerpc/pci: Export pci_traverse_device_nodes()Gavin Shan1-5/+10
2016-05-11powerpc/pci: Introduce pci_remove_device_node_info()Gavin Shan1-0/+23
2016-05-11powerpc/pci: Export pci_add_device_node_info()Gavin Shan1-11/+19
2016-05-11powerpc/pci: Move pci_find_bus_by_node() aroundGavin Shan1-0/+29
2016-05-11powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan2-14/+13