index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
idle
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-07-15
powerpc/powernv: Add platform support for stop instruction
Shreyas B. Prabhu
8
-66
/
+332
2016-07-15
powerpc/powernv: abstraction for saving SPRs before entering deep idle states
Shreyas B. Prabhu
1
-22
/
+32
2016-07-15
powerpc/powernv: Make pnv_powersave_common more generic
Shreyas B. Prabhu
1
-9
/
+14
2016-07-15
powerpc/powernv: Rename reusable idle functions to hardware agnostic names
Shreyas B. Prabhu
3
-22
/
+23
2016-07-15
powerpc/powernv: Rename idle_power7.S to idle_book3s.S
Shreyas B. Prabhu
2
-1
/
+1
2016-07-15
powerpc/kvm: make hypervisor state restore a function
Shreyas B. Prabhu
2
-54
/
+46
2016-07-15
powerpc/powernv: Use PNV_THREAD_WINKLE macro while requesting for winkle
Shreyas B. Prabhu
1
-1
/
+1
2016-07-15
powerpc/lib: Clarify that adde is an instruction and we mean plural
Stewart Smith
1
-6
/
+6
2016-07-15
powerpc/pseries: Remove call to memblock_add()
Nathan Fontenot
1
-27
/
+10
2016-07-15
powerpc/pseries: Auto-online hotplugged memory
Nathan Fontenot
2
-14
/
+1
2016-07-15
powerpc/pseries: Dynamic add entires to associativity lookup array
Nathan Fontenot
1
-27
/
+68
2016-07-15
powerpc/pseries: Move property cloning into its own routine
Nathan Fontenot
1
-12
/
+26
2016-07-15
powerpc/pseries: HVC early debug options should depend on HVC_CONSOLE
Michael Ellerman
1
-2
/
+2
2016-07-15
powerpc/tm: Fix stack pointer corruption in __tm_recheckpoint()
Michael Neuling
1
-2
/
+1
2016-07-14
powerpc: Make ppc_md.{halt, restart} __noreturn
Daniel Axtens
33
-55
/
+60
2016-07-14
powerpc/sparse: Pass endianness to sparse
Daniel Axtens
1
-0
/
+5
2016-07-14
powerpc/kvm: Clarify __user annotations
Daniel Axtens
1
-1
/
+2
2016-07-14
powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitions
Anna-Maria Gleixner
1
-2
/
+1
2016-07-14
cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards
Andrew Donnellan
3
-18
/
+251
2016-07-14
PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power state
Andrew Donnellan
1
-1
/
+1
2016-07-14
PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl
Andrew Donnellan
2
-27
/
+33
2016-07-14
cxl: Workaround PE=0 hardware limitation in Mellanox CX4
Ian Munsie
3
-1
/
+4
2016-07-14
cxl: Add support for interrupts on the Mellanox CX4
Ian Munsie
8
-0
/
+202
2016-07-14
cxl: Add preliminary workaround for CX4 interrupt limitation
Ian Munsie
6
-0
/
+53
2016-07-14
cxl: Add kernel APIs to get & set the max irqs per context
Ian Munsie
2
-0
/
+37
2016-07-14
cxl: Add support for using the kernel API with a real PHB
Ian Munsie
3
-2
/
+22
2016-07-14
powerpc/powernv: Add support for the cxl kernel api on the real phb
Ian Munsie
4
-1
/
+158
2016-07-14
cxl: Do not create vPHB if there are no AFU configuration records
Ian Munsie
2
-0
/
+14
2016-07-14
cxl: Allow a default context to be associated with an external pci_dev
Ian Munsie
7
-28
/
+97
2016-07-14
cxl: Move cxl_afu_get / cxl_afu_put to base
Ian Munsie
3
-12
/
+17
2016-07-14
cxl: Enable bus mastering for devices using CAPP DMA mode
Ian Munsie
1
-0
/
+3
2016-07-14
cxl: Add cxl_slot_is_supported API
Ian Munsie
2
-0
/
+52
2016-07-14
powerpc/powernv: Split cxl code out into a separate file
Ian Munsie
4
-156
/
+173
2016-07-14
cxl: Use for_each_compatible_node() macro
Wei Yongjun
1
-3
/
+2
2016-07-14
selftests/powerpc: Add a test for PROT_SAO
Michael Ellerman
4
-1
/
+51
2016-07-14
powerpc/xmon: Dump ISA 2.07 SPRs
Michael Ellerman
2
-0
/
+45
2016-07-14
powerpc/xmon: Dump ISA 2.06 SPRs
Michael Ellerman
1
-0
/
+31
2016-07-14
powerpc/xmon: Adjust spacing of existing SPRs to make room for more
Michael Ellerman
1
-5
/
+6
2016-07-14
powerpc/xmon: Move static regno into its only user
Michael Ellerman
1
-1
/
+1
2016-07-14
powerpc/xmon: Remove unused externs
Michael Ellerman
1
-5
/
+0
2016-07-14
powerpc/crash: Rearrange loop condition to avoid out of bounds array access
Suraj Jitindar Singh
1
-1
/
+1
2016-07-13
powerpc: Don't test for machine type in smp_setup_cpu_maps()
Benjamin Herrenschmidt
1
-1
/
+1
2016-07-13
powerpc/rtas: Don't test for machine type in rtas_initialize()
Benjamin Herrenschmidt
1
-1
/
+1
2016-07-13
powerpc/85xx/mpc85xx_rdb: Don't use the flat device-tree after boot
Benjamin Herrenschmidt
1
-2
/
+1
2016-07-13
powerpc/85xx/mpc85xx_ds: Don't use the flat device-tree after boot
Benjamin Herrenschmidt
1
-3
/
+1
2016-07-13
powerpc/85xx/ge_imp3a: Don't use the flat device-tree after boot
Benjamin Herrenschmidt
1
-2
/
+1
2016-07-13
powerpc/cell: Don't use flat device-tree after boot
Benjamin Herrenschmidt
1
-2
/
+1
2016-07-11
powerpc: Move epapr_paravirt_early_init() to early_init_devtree()
Benjamin Herrenschmidt
3
-6
/
+2
2016-07-11
powerpc: Add comment explaining the purpose of setup_kdump_trampoline()
Benjamin Herrenschmidt
1
-2
/
+4
2016-07-11
powerpc: Update obsolete comments in setup_32.c about entry conditions
Benjamin Herrenschmidt
1
-3
/
+5
[next]