index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'topic/kbuild' into next
Michael Ellerman
2018-06-03
5
-28
/
+64
|
\
|
*
powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS
Nicholas Piggin
2018-06-01
3
-12
/
+34
|
*
powerpc/kbuild: Remove CROSS32 defines from top level powerpc Makefile
Nicholas Piggin
2018-06-01
3
-16
/
+22
|
*
powerpc/kbuild: Set default generic machine type for 32-bit compile
Nicholas Piggin
2018-06-01
1
-0
/
+8
*
|
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-06-03
10
-12
/
+260
|
\
\
|
*
|
powerpc: Export tm_enable()/tm_disable/tm_abort() APIs
Simon Guo
2018-05-24
4
-2
/
+16
|
*
|
powerpc/reg: Add TEXASR related macros
Simon Guo
2018-05-24
2
-8
/
+27
|
*
|
powerpc: Export msr_check_and_set() to modules
Simon Guo
2018-05-24
1
-0
/
+1
|
*
|
powerpc/kvm: Prefer fault_in_pages_readable function
Mathieu Malaterre
2018-05-17
1
-2
/
+2
|
*
|
powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
Nicholas Piggin
2018-05-17
2
-0
/
+214
*
|
|
powerpc/mm: Fix kernel crash on page table free
Aneesh Kumar K.V
2018-06-01
3
-1
/
+3
*
|
|
powerpc/prom: Fix %u/%llx usage since prom_printf() change
Mathieu Malaterre
2018-06-01
1
-24
/
+49
*
|
|
cxl: Configure PSL to not use APC virtual machines
Vaibhav Jain
2018-06-01
1
-2
/
+2
*
|
|
cxl: Disable prefault_mode in Radix mode
Vaibhav Jain
2018-06-01
2
-5
/
+15
*
|
|
powerpc/livepatch: Fix build error with kprobes disabled.
Aneesh Kumar K.V
2018-05-29
1
-1
/
+2
*
|
|
selftests/powerpc: Add core file test for Protection Key registers
Thiago Jung Bauermann
2018-05-28
2
-3
/
+464
*
|
|
selftests/powerpc: Add ptrace tests for Protection Key registers
Thiago Jung Bauermann
2018-05-28
5
-1
/
+509
*
|
|
powerpc/modules: remove unused mod_arch_specific.toc field
Josh Poimboeuf
2018-05-28
2
-9
/
+5
*
|
|
powerpc/powernv/cpuidle: Init all present cpus for deep states
Akshay Adiga
2018-05-28
1
-2
/
+2
*
|
|
powerpc/perf: Update raw-event code encoding comment for power8
Madhavan Srinivasan
2018-05-25
2
-64
/
+64
*
|
|
powerpc: Add a missing include header
Mathieu Malaterre
2018-05-25
1
-0
/
+1
*
|
|
powerpc/32: Add a missing include header
Mathieu Malaterre
2018-05-25
1
-0
/
+1
*
|
|
powerpc/chrp/time: Make some functions static, add missing header include
Mathieu Malaterre
2018-05-25
1
-2
/
+4
*
|
|
powerpc/tau: Make some function static
Mathieu Malaterre
2018-05-25
1
-4
/
+4
*
|
|
powerpc: Make function btext_initialize static
Mathieu Malaterre
2018-05-25
1
-1
/
+1
*
|
|
powerpc/tau: Synchronize function prototypes and body
Mathieu Malaterre
2018-05-25
4
-9
/
+12
*
|
|
powerpc: Add missing prototype
Mathieu Malaterre
2018-05-25
1
-0
/
+3
*
|
|
powerpc/52xx: Add missing functions prototypes
Mathieu Malaterre
2018-05-25
1
-3
/
+3
*
|
|
powerpc/powermac: Add missing prototype for note_bootable_part()
Mathieu Malaterre
2018-05-25
1
-0
/
+1
*
|
|
powerpc/powermac: Move pmac_pfunc_base_install prototype to header file
Mathieu Malaterre
2018-05-25
2
-1
/
+1
*
|
|
powerpc/chrp/pci: Make some functions static
Mathieu Malaterre
2018-05-25
1
-6
/
+6
*
|
|
powerpc/powermac: Mark variable x as unused
Mathieu Malaterre
2018-05-25
1
-1
/
+3
*
|
|
powerpc/chrp/setup: Remove idu_size variable and make some functions static
Mathieu Malaterre
2018-05-25
1
-7
/
+5
*
|
|
powerpc/wii: Make hlwd_pic_init function static
Mathieu Malaterre
2018-05-25
1
-1
/
+1
*
|
|
powerpc/mm/radix: Use do/while(0) trick for single statement block
Mathieu Malaterre
2018-05-25
1
-1
/
+1
*
|
|
powerpc/sparse: Fix plain integer as NULL pointer warning
Mathieu Malaterre
2018-05-25
8
-28
/
+28
*
|
|
powerpc/altivec: Add missing prototypes for altivec
Mathieu Malaterre
2018-05-25
3
-11
/
+21
*
|
|
powerpc: Add __printf verification to prom_printf
Mathieu Malaterre
2018-05-25
1
-56
/
+58
*
|
|
powerpc/xmon: Update paca fields dumped in xmon
Michael Ellerman
2018-05-25
1
-0
/
+10
*
|
|
powerpc/xmon: Realign paca dump fields
Michael Ellerman
2018-05-25
1
-8
/
+9
*
|
|
powerpc/xmon: Add __printf annotation to xmon_printf()
Mathieu Malaterre
2018-05-25
4
-75
/
+75
*
|
|
powerpc/xmon: Specify the full format in DUMP() macro
Michael Ellerman
2018-05-25
1
-51
/
+51
*
|
|
powerpc/xmon: Also setup debugger hooks when single-stepping
Michal Suchanek
2018-05-24
1
-10
/
+11
*
|
|
powerpc/8xx: fix invalid register expression in head_8xx.S
Christophe Leroy
2018-05-24
1
-1
/
+1
*
|
|
selftests/powerpc: Add ptrace hw breakpoint test
Michael Neuling
2018-05-24
3
-1
/
+344
*
|
|
selftests/powerpc: Add missing .gitignores
Michael Neuling
2018-05-24
2
-0
/
+2
*
|
|
powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
Christophe Leroy
2018-05-24
1
-16
/
+34
*
|
|
powerpc/mm: Use instruction symbolic names in store_updates_sp()
Christophe Leroy
2018-05-24
2
-13
/
+14
*
|
|
hwmon: (ibmpowernv) Add energy sensors
Shilpasri G Bhat
2018-05-21
1
-0
/
+2
*
|
|
hwmon: (ibmpowernv): Add support to read 64 bit sensors
Shilpasri G Bhat
2018-05-21
1
-3
/
+4
[next]