index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
Christophe Leroy
2018-10-14
7
-33
/
+24
*
powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.
Christophe Leroy
2018-10-14
6
-11
/
+10
*
soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
Christophe Leroy
2018-10-14
1
-1
/
+1
*
drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
Christophe Leroy
2018-10-13
1
-2
/
+1
*
drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
Christophe Leroy
2018-10-13
4
-16
/
+9
*
powerpc/32: Add ioremap_wt() and ioremap_coherent()
Christophe Leroy
2018-10-13
3
-0
/
+35
*
powerpc/rtas: Fix a potential race between CPU-Offline & Migration
Gautham R. Shenoy
2018-10-13
1
-0
/
+9
*
powerpc/cacheinfo: Report the correct shared_cpu_map on big-cores
Gautham R. Shenoy
2018-10-13
1
-2
/
+35
*
powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcores
Gautham R. Shenoy
2018-10-13
1
-1
/
+18
*
powerpc: Detect the presence of big-cores via "ibm, thread-groups"
Gautham R. Shenoy
2018-10-13
3
-0
/
+235
*
powerpc: Fix stackprotector detection for non-glibc toolchains
Michael Ellerman
2018-10-13
1
-1
/
+2
*
powerpc/xmon: Show the stack protector canary in xmon
Michael Ellerman
2018-10-13
1
-0
/
+3
*
powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entry
Joel Stanley
2018-10-13
2
-14
/
+5
*
powerpc/pseries/mobility: Extend start/stop topology update scope
Michael Bringmann
2018-10-13
3
-2
/
+11
*
powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
Joel Stanley
2018-10-13
1
-1
/
+5
*
powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
YueHaibing
2018-10-13
1
-33
/
+28
*
powerpc/eeh: Cleanup control flow in eeh_handle_normal_event()
Sam Bobroff
2018-10-13
1
-102
/
+94
*
powerpc/eeh: Cleanup eeh_ops.wait_state()
Sam Bobroff
2018-10-13
6
-108
/
+62
*
powerpc/eeh: Cleanup eeh_pe_state_mark()
Sam Bobroff
2018-10-13
6
-53
/
+46
*
powerpc/eeh: Cleanup unnecessary eeh_pe_state_mark_with_cfg()
Sam Bobroff
2018-10-13
2
-24
/
+4
*
powerpc/eeh: Cleanup eeh_enabled()
Sam Bobroff
2018-10-13
1
-5
/
+1
*
powerpc/eeh: Cleanup logic in eeh_rmv_from_parent_pe()
Sam Bobroff
2018-10-13
1
-2
/
+2
*
powerpc/eeh: Cleanup field names in eeh_rmv_data
Sam Bobroff
2018-10-13
1
-10
/
+11
*
powerpc/eeh: Cleanup list_head field names
Sam Bobroff
2018-10-13
6
-21
/
+19
*
powerpc/eeh: Cleanup eeh_add_virt_device()
Sam Bobroff
2018-10-13
1
-4
/
+3
*
powerpc/eeh: Cleanup unused field in eeh_dev
Sam Bobroff
2018-10-13
2
-2
/
+0
*
powerpc/eeh: Cleanup EEH_POSTPONED_PROBE
Sam Bobroff
2018-10-13
4
-27
/
+7
*
powerpc/eeh: Fix use of EEH_PE_KEEP on wrong field
Sam Bobroff
2018-10-13
1
-1
/
+1
*
powerpc/eeh: Fix null deref for devices removed during EEH
Sam Bobroff
2018-10-13
1
-0
/
+4
*
powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
Sam Bobroff
2018-10-13
1
-0
/
+5
*
powerpc/boot: Build boot wrapper with optimisations
Joel Stanley
2018-10-13
1
-1
/
+1
*
powerpc/boot: Disable vector instructions
Joel Stanley
2018-10-13
1
-2
/
+2
*
powerpc/boot: Fix opal console in boot wrapper
Joel Stanley
2018-10-13
1
-8
/
+0
*
powerpc/boot: Expose Kconfig symbols to wrapper
Joel Stanley
2018-10-13
3
-1
/
+8
*
powerpc: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
2018-10-13
15
-95
/
+0
*
powerpc/rtasd: Improve unknown error logging
Oliver O'Halloran
2018-10-13
1
-2
/
+4
*
powerpc: Disable -Wbuiltin-requires-header when setjmp is used
Joel Stanley
2018-10-13
2
-1
/
+7
*
powerpc: Fix signedness bug in update_flash_db()
Dan Carpenter
2018-10-13
1
-1
/
+1
*
powerpc/perf: Quiet IMC PMU registration message
Joel Stanley
2018-10-13
1
-1
/
+1
*
powerpc/process: Constify the number of insns printed by show instructions fu...
Christophe Leroy
2018-10-13
1
-7
/
+6
*
powerpc/process: Fix interleaved output in show_user_instructions()
Christophe Leroy
2018-10-13
1
-18
/
+19
*
powerpc/process: Add missing include of stacktrace.h
Christophe Leroy
2018-10-13
1
-0
/
+1
*
powerpc/process: Fix sparse address space warnings
Christophe Leroy
2018-10-13
1
-2
/
+2
*
powerpc/64: properly initialise the stackprotector canary on SMP.
Christophe Leroy
2018-10-13
1
-0
/
+8
*
Merge branch 'fixes' into next
Michael Ellerman
2018-10-09
29
-13
/
+77
|
\
|
*
powerpc/numa: Skip onlining a offline node in kdump path
Srikar Dronamraju
2018-10-05
1
-2
/
+3
|
*
powerpc: Don't print kernel instructions in show_user_instructions()
Michael Ellerman
2018-10-05
1
-0
/
+10
|
*
powerpc/lib: fix book3s/32 boot failure due to code patching
Christophe Leroy
2018-10-02
1
-8
/
+12
|
*
lib/xz: Put CRC32_POLY_LE in xz_private.h
Joel Stanley
2018-10-02
2
-1
/
+4
|
*
selftests/powerpc: Fix Makefiles for headers_install change
Michael Ellerman
2018-09-28
17
-0
/
+17
[next]