index
:
linux.git
arm64-uaccess
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/pasemi: Add Nemo board IRQ initroutine
Darren Stevens
2018-12-20
1
-0
/
+37
*
powerpc/pasemi: Add PCI initialisation for Nemo board.
Darren Stevens
2018-12-20
1
-0
/
+55
*
powerpc/mm: Make NULL pointer deferences explicit on bad page faults.
Christophe Leroy
2018-12-20
1
-8
/
+9
*
powerpc/ptrace: Combine SYSCALL_EMU & SYSCALL_TRACE handling
Dmitry V. Levin
2018-12-20
1
-23
/
+31
*
powerpc: use mm zones more sensibly
Christoph Hellwig
2018-12-20
9
-67
/
+26
*
cxl: drop the dma_set_mask callback from vphb
Christoph Hellwig
2018-12-20
1
-12
/
+0
*
powerpc/dma: split the two __dma_alloc_coherent implementations
Christoph Hellwig
2018-12-20
4
-26
/
+10
*
powerpc/dma: remove the unused dma_iommu_ops export
Christoph Hellwig
2018-12-20
1
-2
/
+0
*
powerpc/dma: remove the unused ISA_DMA_THRESHOLD export
Christoph Hellwig
2018-12-20
1
-1
/
+0
*
powerpc/dma: remove the unused ARCH_HAS_DMA_MMAP_COHERENT define
Christoph Hellwig
2018-12-20
1
-2
/
+0
*
crypto4xx_core: don't abuse __dma_sync_page
Christoph Hellwig
2018-12-20
1
-1
/
+1
*
powerpc/dma: properly wire up the unmap_page and unmap_sg methods
Christoph Hellwig
2018-12-20
1
-1
/
+8
*
powerpc: allow NOT_COHERENT_CACHE for amigaone
Christoph Hellwig
2018-12-20
1
-1
/
+2
*
powerpc/prom: fix early DEBUG messages
Christophe Leroy
2018-12-20
1
-3
/
+3
*
ocxl: Fix endiannes bug in ocxl_link_update_pe()
Greg Kurz
2018-12-20
1
-1
/
+1
*
powerpc/32: Avoid unsupported flags with clang
Joel Stanley
2018-12-20
1
-1
/
+8
*
raid6/ppc: Fix build for clang
Joel Stanley
2018-12-20
1
-0
/
+15
*
powerpc/perf: Remove l2 bus events from HW cache event array
Madhavan Srinivasan
2018-12-20
1
-6
/
+2
*
powerpc/perf: Add constraints for power9 l2/l3 bus events
Madhavan Srinivasan
2018-12-20
5
-15
/
+42
*
powerpc/perf: Fix unit_sel/cache_sel checks
Madhavan Srinivasan
2018-12-20
2
-9
/
+20
*
powerpc/perf: Cleanup cache_sel bits comment
Madhavan Srinivasan
2018-12-20
1
-10
/
+2
*
powerpc/perf: Update perf_regs structure to include SIER
Madhavan Srinivasan
2018-12-20
7
-1
/
+23
*
powerpc/perf: Fix thresholding counter data for unknown type
Madhavan Srinivasan
2018-12-20
1
-1
/
+6
*
powerpc/mm/hash: Handle user access of kernel address gracefully
Aneesh Kumar K.V
2018-12-20
1
-5
/
+19
*
powerpc/mm: add exec protection on powerpc 603
Christophe Leroy
2018-12-19
6
-25
/
+26
*
powerpc/mm: define an empty slice_init_new_context_exec()
Christophe Leroy
2018-12-19
2
-7
/
+9
*
powerpc/uaccess: fix warning/error with access_ok()
Christophe Leroy
2018-12-19
1
-1
/
+1
*
powerpc: remove remaining bits from CONFIG_APUS
Christophe Leroy
2018-12-19
2
-23
/
+2
*
powerpc/xmon: fix dump_segments()
Christophe Leroy
2018-12-19
1
-1
/
+1
*
powerpc/8xx: add exception frame marker
Christophe Leroy
2018-12-19
1
-0
/
+3
*
powerpc/book3s/32: fix number of bats in p/v_block_mapped()
Christophe Leroy
2018-12-19
1
-2
/
+2
*
powerpc/mm: Eliminate not possible mmu features at compile time
Christophe Leroy
2018-12-19
1
-5
/
+26
*
powerpc/smp: Use code patching to restore reset vector
Christophe Leroy
2018-12-19
2
-4
/
+2
*
powerpc/44x: use patch_sites for TLB handlers patching
Christophe Leroy
2018-12-19
3
-17
/
+11
*
powerpc/signal: Use code patching instead of hardcoding
Christophe Leroy
2018-12-19
3
-9
/
+11
*
powerpc/8xx: use modify_instruction_site()
Christophe Leroy
2018-12-19
1
-5
/
+1
*
powerpc/book3s/32: Use patch_site to patch hash functions
Christophe Leroy
2018-12-19
3
-39
/
+35
*
powerpc/book3s/32: Use MMU_FTR_HPTE_TABLE in head_32.S
Christophe Leroy
2018-12-19
2
-11
/
+5
*
powerpc/32: use patch_site_addr() in machine_init()
Christophe Leroy
2018-12-19
1
-2
/
+1
*
powerpc: add modify_instruction() and modify_instruction_site()
Christophe Leroy
2018-12-19
1
-0
/
+11
*
powerpc: simplify patch_instruction_site() and patch_branch_site()
Christophe Leroy
2018-12-19
2
-18
/
+10
*
powerpc/mm: remove unused variable
Christophe Leroy
2018-12-19
1
-2
/
+1
*
powerpc: implement CONFIG_DEBUG_VIRTUAL
Christophe Leroy
2018-12-19
3
-2
/
+14
*
lib: fix build failure in CONFIG_DEBUG_VIRTUAL test
Christophe Leroy
2018-12-17
1
-0
/
+1
*
powerpc/32: Move the old 6xx -mcpu logic before the TARGET_CPU logic
Mathieu Malaterre
2018-12-17
1
-4
/
+4
*
powerpc/ipic: Remove unused ipic_set_priority()
Michael Ellerman
2018-12-17
2
-29
/
+0
*
Merge branch 'fixes' into next
Michael Ellerman
2018-12-17
12
-20
/
+80
|
\
|
*
powerpc/ptrace: replace ptrace_report_syscall() with a tracehook call
Elvira Khabirova
2018-12-10
1
-1
/
+6
|
*
powerpc/mm: Fallback to RAM if the altmap is unusable
Oliver O'Halloran
2018-12-09
1
-3
/
+16
|
*
powerpc/papr_scm: Use ibm,unit-guid as the iset cookie
Oliver O'Halloran
2018-12-09
1
-0
/
+12
[next]