index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-31
powerpc/asm: Convert .llong directives to .8byte
Tobin C. Harding
1
-1
/
+1
2017-08-31
powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig
Balbir Singh
1
-0
/
+2
2017-08-31
MAINTAINERS: Add drivers/watchdog/wdrtas.c to powerpc section
Murilo Opsfelder Araujo
1
-0
/
+1
2017-08-31
powerpc/configs: Enable function trace by default
Balbir Singh
3
-0
/
+10
2017-08-31
powerpc/xmon: Add ISA v3.0 SPRs to SPR dump
Balbir Singh
2
-0
/
+24
2017-08-31
powerpc/xmon: Add AMR, UAMOR, AMOR, IAMR to SPR dump
Balbir Singh
1
-4
/
+7
2017-08-31
powerpc/xmon: Dump all 64 bits of HDEC
Balbir Singh
1
-1
/
+1
2017-08-31
powerpc: Squash lines for simple wrapper functions
Masahiro Yamada
2
-47
/
+17
2017-08-31
powerpc/mm/radix: Prettify mapped memory range print out
Michael Ellerman
1
-1
/
+6
2017-08-31
powerpc/mm/radix: Add pr_fmt() to pgtable-radix.c
Michael Ellerman
1
-0
/
+4
2017-08-31
powerpc/kernel: Change retrieval of pci_dn
Bryant G. Ly
1
-29
/
+4
2017-08-31
powerpc/mm/cxl: Add barrier when setting mm cpumask
Aneesh Kumar K.V
1
-2
/
+12
2017-08-31
powerpc/powernv/vas: Define copy/paste interfaces
Sukadev Bhattiprolu
6
-2
/
+124
2017-08-31
powerpc/powernv/vas: Define vas_tx_win_open()
Sukadev Bhattiprolu
2
-3
/
+195
2017-08-31
powerpc/powernv/vas: Define vas_win_close() interface
Sukadev Bhattiprolu
2
-5
/
+103
2017-08-31
powerpc/powernv/vas: Define vas_rx_win_open() interface
Sukadev Bhattiprolu
3
-1
/
+341
2017-08-31
powerpc/powernv/vas: Define helpers to alloc/free windows
Sukadev Bhattiprolu
1
-0
/
+73
2017-08-31
powerpc/powernv/vas: Define helpers to init window context
Sukadev Bhattiprolu
2
-0
/
+354
2017-08-31
powerpc/powernv/vas: Define helpers to access MMIO regions
Sukadev Bhattiprolu
1
-0
/
+174
2017-08-31
powerpc/powernv/vas: Define vas_init() and vas_exit()
Sukadev Bhattiprolu
7
-0
/
+217
2017-08-31
powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.h
Sukadev Bhattiprolu
3
-8
/
+12
2017-08-31
powerpc/powernv/vas: Define macros, register fields and structures
Sukadev Bhattiprolu
2
-0
/
+427
2017-08-31
powerpc/xmon: Fix display of SPRs
Balbir Singh
1
-16
/
+16
2017-08-31
powerpc/pci: Remove OF node back pointer from pci_dn
Alexey Kardashevskiy
3
-11
/
+2
2017-08-31
powerpc/eeh: Reduce use of pci_dn::node
Alexey Kardashevskiy
2
-6
/
+10
2017-08-31
powerpc/eeh: Remove unnecessary config_addr from eeh_dev
Alexey Kardashevskiy
5
-31
/
+26
2017-08-31
powerpc/eeh: Remove unnecessary pointer to phb from eeh_dev
Alexey Kardashevskiy
7
-23
/
+20
2017-08-31
powerpc/eeh: Reduce to one the number of places where edev is allocated
Alexey Kardashevskiy
3
-25
/
+25
2017-08-31
powerpc/pci: Remove unused parameter from add_one_dev_pci_data()
Alexey Kardashevskiy
1
-12
/
+2
2017-08-31
powerpc/512x: Constify clk_div_tables
Arvind Yadav
1
-2
/
+2
2017-08-31
powerpc/44x: Fix mask and shift to zero bug
Dan Carpenter
1
-1
/
+1
2017-08-31
powerpc/83xx: Use sizeof correct type when ioremapping
Dan Carpenter
1
-2
/
+2
2017-08-31
powerpc: Machine check interrupt is a non-maskable interrupt
Nicholas Piggin
1
-3
/
+6
2017-08-31
powerpc/powernv: Use kernel crash path for machine checks
Nicholas Piggin
5
-7
/
+59
2017-08-31
powerpc/powernv: Flush console before platform error reboot
Nicholas Piggin
4
-58
/
+57
2017-08-31
powerpc: Do not send system reset request through the oops path
Nicholas Piggin
1
-16
/
+31
2017-08-31
powerpc/pseries/le: Work around a firmware quirk
Nicholas Piggin
1
-0
/
+15
2017-08-31
powerpc: Do not call ppc_md.panic in fadump panic notifier
Nicholas Piggin
6
-45
/
+22
2017-08-31
powerpc/64: Fix watchdog configuration regressions
Nicholas Piggin
3
-9
/
+29
2017-08-31
powerpc/64s/radix: Do not allocate SLB shadow structures
Nicholas Piggin
1
-2
/
+11
2017-08-31
powerpc/64s/radix: Remove bolted-SLB address limit for per-cpu stacks
Nicholas Piggin
1
-3
/
+8
2017-08-31
powerpc/powernv: powernv platform is not constrained by RMA
Nicholas Piggin
1
-5
/
+2
2017-08-29
powerpc/64s: idle POWER9 can execute stop in virtual mode
Nicholas Piggin
1
-0
/
+9
2017-08-29
powerpc/64s: Drop no longer used IDLE_STATE_ENTER_SEQ
Nicholas Piggin
1
-4
/
+1
2017-08-29
powerpc/64s: POWER9 can execute stop without a sync sequence
Nicholas Piggin
1
-3
/
+4
2017-08-29
powerpc/64s: Move IDLE_STATE_ENTER_SEQ[_NORET] into idle_book3s.S
Nicholas Piggin
2
-16
/
+17
2017-08-29
KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
Nicholas Piggin
4
-12
/
+48
2017-08-28
powerpc/configs/6xx: Drop removed CONFIG_USB_LED
Michael Ellerman
1
-1
/
+0
2017-08-28
powerpc/configs/6xx: Drop no longer selectable CONFIG_BT_HCIUART_LL
Michael Ellerman
1
-1
/
+0
2017-08-28
powerpc/configs/c2k: Switch CONFIG_GEN_RTC from =m to =y
Michael Ellerman
1
-1
/
+1
[next]