index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/eeh: Do early EEH init only when required
Oliver O'Halloran
2020-03-25
3
-3
/
+5
*
powerpc/eeh: Remove eeh_add_device_tree_late()
Oliver O'Halloran
2020-03-25
4
-34
/
+0
*
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
2020-03-25
6
-35
/
+2
*
powerpc/64: Prevent stack protection in early boot
Michael Ellerman
2020-03-25
3
-3
/
+9
*
powerpc/64: Setup a paca before parsing device tree etc.
Daniel Axtens
2020-03-25
3
-10
/
+31
*
cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_work_fn
Pratik Rajesh Sampat
2020-03-25
1
-5
/
+8
*
selftests/powerpc: Turn off timeout setting for benchmarks, dscr, signal, tm
Po-Hsu Lin
2020-03-25
8
-0
/
+12
*
powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...
Aneesh Kumar K.V
2020-03-25
4
-2
/
+21
*
PCI: rpaphp: Remove unused variable 'value'
Chen Zhou
2020-03-25
1
-2
/
+1
*
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
2020-03-25
3
-18
/
+13
*
powerpc/kasan: Fix kasan_remap_early_shadow_ro()
Christophe Leroy
2020-03-25
1
-1
/
+1
*
powerpc/kprobes: Remove redundant code
Christophe Leroy
2020-03-25
1
-48
/
+33
*
powerpc/64s: Fix section mismatch warnings from boot code
Michael Ellerman
2020-03-25
1
-1
/
+3
*
powerpc/xmon: Lower limits on nidump and ndump
Michael Ellerman
2020-03-25
1
-3
/
+4
*
powerpc/prom_init: Pass the "os-term" message to hypervisor
Alexey Kardashevskiy
2020-03-25
1
-0
/
+3
*
powerpc: Replace setup_irq() by request_irq()
afzal mohammed
2020-03-25
6
-55
/
+29
*
powerpc/cell: Use fallthrough;
Joe Perches
2020-03-25
1
-1
/
+1
*
powerpc/sstep: Fix DS operand in ld encoding to appropriate value
Balamuruhan S
2020-03-25
1
-2
/
+3
*
powerpc/pseries: Fix of_read_drc_info_cell() to point at next record
Tyrel Datwyler
2020-03-25
1
-1
/
+1
*
selftests/powerpc: Don't rely on segfault to rerun the test
Gustavo Luiz Duarte
2020-03-25
1
-39
/
+35
*
selftests/powerpc: Add tm-signal-pagefault test
Gustavo Luiz Duarte
2020-03-20
3
-1
/
+287
*
powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAP
Michael Ellerman
2020-03-20
1
-1
/
+1
*
selftests/powerpc: Add a test of sigreturn vs VDSO
Michael Ellerman
2020-03-20
3
-1
/
+129
*
powerpc/lib: Fix emulate_step() std test
Nicholas Piggin
2020-03-18
1
-1
/
+1
*
powerpc/64s/radix: Fix CONFIG_SMP=n build
Nicholas Piggin
2020-03-18
2
-1
/
+7
*
selftests/powerpc: Add tlbie_test in .gitignore
Christophe Leroy
2020-03-17
1
-0
/
+1
*
powerpc/pmac/smp: Drop unnecessary volatile qualifier
YueHaibing
2020-03-17
1
-2
/
+2
*
powerpc/pmac/smp: Avoid unused-variable warnings
Ilie Halip
2020-03-17
1
-4
/
+4
*
powerpc/fsl_booke: Avoid creating duplicate tlb1 entry
Laurentiu Tudor
2020-03-17
1
-1
/
+11
*
tty: evh_bytechan: Fix out of bounds accesses
Stephen Rothwell
2020-03-17
1
-3
/
+18
*
cpufreq: powernv: Fix unsafe notifiers
Oliver O'Halloran
2020-03-13
1
-6
/
+5
*
cpufreq: powernv: Fix use-after-free
Oliver O'Halloran
2020-03-13
1
-0
/
+6
*
powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS references
Joe Lawrence
2020-03-13
2
-29
/
+0
*
powerpc/32: Fix missing NULL pmd check in virt_to_kpte()
Christophe Leroy
2020-03-13
1
-1
/
+3
*
Merge branch 'fixes' into next
Michael Ellerman
2020-03-10
21
-105
/
+326
|
\
|
*
powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()
Michael Ellerman
2020-03-05
1
-0
/
+2
|
*
powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systems
Desnes A. Nunes do Rosario
2020-02-28
1
-1
/
+3
|
*
powerpc: Include .BTF section
Naveen N. Rao
2020-02-24
1
-0
/
+6
|
*
powerpc/watchpoint: Don't call dar_within_range() for Book3S
Ravi Bangoria
2020-02-24
1
-5
/
+7
|
*
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S
Christophe Leroy
2020-02-19
1
-2
/
+2
|
*
powerpc/xmon: Fix whitespace handling in getstring()
Oliver O'Halloran
2020-02-18
1
-0
/
+5
|
*
powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACK
Christophe Leroy
2020-02-18
1
-0
/
+8
|
*
powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK
Christophe Leroy
2020-02-18
1
-2
/
+7
|
*
powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK
Christophe Leroy
2020-02-18
7
-45
/
+212
|
*
powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery
Gustavo Luiz Duarte
2020-02-18
3
-28
/
+39
|
*
powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss
Christophe Leroy
2020-02-17
1
-1
/
+1
|
*
powerpc/hugetlb: Fix 8M hugepages on 8xx
Christophe Leroy
2020-02-17
1
-0
/
+5
|
*
powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size
Christophe Leroy
2020-02-17
1
-11
/
+18
|
*
powerpc/eeh: Fix deadlock handling dead PHB
Sam Bobroff
2020-02-17
1
-10
/
+11
*
|
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
2020-03-04
3
-18
/
+0
[next]