index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
hash64_64k.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-03
powerpc/64s: Power9 has no LPCR[VRMASD] field so don't set it
Nicholas Piggin
1
-9
/
+12
2017-05-03
powerpc/powernv: Fix TCE kill on NVLink2
Alistair Popple
3
-6
/
+14
2017-05-03
powerpc/mm/radix: Drop support for CPUs without lockless tlbie
Michael Ellerman
1
-38
/
+7
2017-05-03
powerpc/book3s/mce: Move add_taint() later in virtual mode
Mahesh Salgaonkar
2
-2
/
+4
2017-05-03
powerpc/sysfs: Move #ifdef CONFIG_HOTPLUG_CPU out of the function body
Michael Ellerman
1
-2
/
+4
2017-05-03
powerpc/smp: Document irq enable/disable after migrating IRQs
Michael Ellerman
1
-1
/
+8
2017-05-03
powerpc/mpc52xx: Don't select user-visible RTAS_PROC
Michael Ellerman
1
-1
/
+0
2017-05-03
powerpc/powernv: Document cxl dependency on special case in pnv_eeh_reset()
Andrew Donnellan
1
-0
/
+7
2017-05-02
powerpc/eeh: Clean up and document event handling functions
Russell Currey
1
-12
/
+24
2017-05-02
powerpc/eeh: Avoid use after free in eeh_handle_special_event()
Russell Currey
1
-4
/
+15
2017-05-02
cxl: Mask slice error interrupts after first occurrence
Alastair D'Silva
2
-2
/
+35
2017-05-02
cxl: Route eeh events to all drivers in cxl_pci_error_detected()
Vaibhav Jain
1
-6
/
+9
2017-05-02
cxl: Force context lock during EEH flow
Vaibhav Jain
1
-2
/
+17
2017-05-01
powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TEST
Nicholas Piggin
1
-2
/
+2
2017-05-01
powerpc/xmon: Teach xmon oops about radix vectors
Michael Neuling
1
-2
/
+12
2017-04-28
powerpc/mm/hash: Fix off-by-one in comment about kernel contexts ids
Michael Ellerman
1
-1
/
+1
2017-04-28
powerpc/pseries: Enable VFIO
Alexey Kardashevskiy
1
-2
/
+38
2017-04-28
powerpc/powernv: Fix iommu table size calculation hook for small tables
Alexey Kardashevskiy
1
-1
/
+2
2017-04-28
powerpc/powernv: Check kzalloc() return value in pnv_pci_table_alloc
Alexey Kardashevskiy
2
-0
/
+6
2017-04-28
powerpc: Add arch/powerpc/tools directory
Nicholas Piggin
4
-2
/
+2
2017-04-28
powerpc: Use the new post-link pass to check relocations
Nicholas Piggin
2
-11
/
+34
2017-04-28
powerpc/xmon: Wait for secondaries before IPI'ing on system reset
Nicholas Piggin
1
-9
/
+27
2017-04-28
powerpc/pseries: Implement NMI IPI with H_SIGNAL_SYS_RESET
Nicholas Piggin
2
-1
/
+26
2017-04-28
powerpc: Add struct smp_ops_t.cause_nmi_ipi operation
Nicholas Piggin
8
-0
/
+10
2017-04-28
powerpc: Add NMI IPI infrastructure
Nicholas Piggin
5
-42
/
+226
2017-04-28
powerpc: Mark system reset as an NMI with nmi_enter/exit()
Nicholas Piggin
1
-0
/
+11
2017-04-28
powerpc/64s: Dedicated system reset interrupt stack
Nicholas Piggin
6
-4
/
+27
2017-04-28
powerpc/64s: Disallow system reset vs system reset reentrancy
Nicholas Piggin
6
-7
/
+51
2017-04-28
powerpc/64s: Fix system reset vs general interrupt reentrancy
Nicholas Piggin
4
-11
/
+19
2017-04-28
powerpc/64s: Exception macro for stack frame and initial register save
Nicholas Piggin
2
-15
/
+14
2017-04-28
powerpc/64s: Add exception macro that does not enable RI
Nicholas Piggin
2
-13
/
+19
2017-04-28
powerpc/cbe: Do not process external or decremeter interrupts from sreset
Nicholas Piggin
1
-4
/
+7
2017-04-28
powerpc/pasemi: Do not process external or decrementer interrupts from sreset
Nicholas Piggin
1
-4
/
+7
2017-04-27
powerpc/ftrace/64: Split further based on -mprofile-kernel
Naveen N. Rao
4
-305
/
+346
2017-04-27
powerpc: Split ftrace bits into a separate file
Naveen N. Rao
8
-493
/
+532
2017-04-27
powerpc/mm: Rename table dump file name
Christophe Leroy
1
-1
/
+1
2017-04-27
powerpc/mm: On PPC32, display 32 bits addresses in page table dump
Christophe Leroy
1
-0
/
+5
2017-04-27
powerpc/mm: Fix missing page attributes in page table dump
Christophe Leroy
2
-0
/
+10
2017-04-27
powerpc/mm: Fix page table dump build on PPC32
Christophe Leroy
1
-11
/
+48
2017-04-27
powerpc/mm/radix: Optimise tlbiel flush all case
Aneesh Kumar K.V
1
-2
/
+13
2017-04-27
powerpc/mm/radix: Optimise Page Walk Cache flush
Aneesh Kumar K.V
1
-2
/
+13
2017-04-26
powerpc/powernv: Fix oops on P9 DD1 in cause_ipi()
Michael Ellerman
2
-4
/
+11
2017-04-26
powerpc/powernv: Fix missing attr initialisation in opal_export_attrs()
Michael Ellerman
1
-1
/
+2
2017-04-26
powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd()
Michael Ellerman
1
-1
/
+1
2017-04-25
powerpc/mm: Ensure IRQs are off in switch_mm()
David Gibson
1
-2
/
+15
2017-04-25
powerpc/sysfs: Fix reference leak of cpu device_nodes present at boot
Tyrel Datwyler
1
-0
/
+6
2017-04-25
powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
Tyrel Datwyler
1
-1
/
+0
2017-04-25
powerpc/xmon: Deindent the SLB dumping logic
Michael Ellerman
1
-17
/
+22
2017-04-24
powerpc/kprobes: Prefer ftrace when probing function entry
Naveen N. Rao
1
-2
/
+15
2017-04-24
powerpc: Introduce a new helper to obtain function entry points
Naveen N. Rao
2
-3
/
+44
[next]