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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-18
dma-mapping, powerpc: simplify the arch dma_set_mask override
Christoph Hellwig
3
-12
/
+13
2019-02-18
powerpc/dma: remove max_direct_dma_addr
Christoph Hellwig
2
-23
/
+3
2019-02-18
powerpc/dma: move pci_dma_dev_setup_swiotlb to fsl_pci.c
Christoph Hellwig
1
-11
/
+0
2019-02-18
powerpc/dma: remove get_pci_dma_ops
Christoph Hellwig
1
-6
/
+0
2019-02-18
powerpc/dma: remove the iommu fallback for coherent allocations
Christoph Hellwig
1
-66
/
+2
2019-02-18
powerpc/pci: remove the dma_set_mask pci_controller ops methods
Christoph Hellwig
1
-7
/
+0
2019-02-18
powerpc/dma: stop overriding dma_get_required_mask
Christoph Hellwig
1
-29
/
+0
2019-02-18
powerpc/cell: use the generic iommu bypass code
Christoph Hellwig
1
-3
/
+4
2019-02-18
powerpc/dma: handle iommu bypass in dma_iommu_ops
Christoph Hellwig
2
-17
/
+72
2019-02-18
powerpc/dma: untangle vio_dma_mapping_ops from dma_iommu_ops
Christoph Hellwig
1
-1
/
+1
2019-02-10
Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
Thomas Gleixner
1
-27
/
+94
2019-02-10
Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038
Thomas Gleixner
1
-0
/
+13
2019-02-07
y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
1
-0
/
+20
2019-02-07
y2038: rename old time and utime syscalls
Arnd Bergmann
1
-5
/
+14
2019-02-07
y2038: use time32 syscall names on 32-bit
Arnd Bergmann
1
-22
/
+60
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
1
-26
/
+26
2019-02-07
powerpc/ptrace: Mitigate potential Spectre v1
Breno Leitao
1
-1
/
+7
2019-02-05
powerpc/32: Include .branch_lt in data section
Joel Stanley
1
-0
/
+1
2019-02-05
powerpc/eeh: Correct retries in eeh_pe_reset_full()
Sam Bobroff
1
-14
/
+18
2019-02-05
powerpc/eeh: Improve recovery of passed-through devices
Sam Bobroff
2
-29
/
+50
2019-02-05
powerpc/eeh: Add include_passed to eeh_clear_pe_frozen_state()
Sam Bobroff
1
-9
/
+11
2019-02-05
powerpc/eeh: Add include_passed to eeh_pe_state_clear()
Sam Bobroff
4
-59
/
+49
2019-02-05
powerpc/eeh: remove sw_state from eeh_unfreeze_pe()
Sam Bobroff
3
-10
/
+13
2019-02-05
powerpc/eeh: Cleanup eeh_pe_clear_frozen_state()
Sam Bobroff
1
-27
/
+13
2019-01-31
powerpc/livepatch: return -ERRNO values in save_stack_trace_tsk_reliable()
Joe Lawrence
1
-7
/
+7
2019-01-31
powerpc/livepatch: small cleanups in save_stack_trace_tsk_reliable()
Joe Lawrence
1
-26
/
+14
2019-01-31
powerpc/livepatch: relax reliable stack tracer checks for first-frame
Joe Lawrence
1
-8
/
+24
2019-01-31
powerpc/64s: Clear on-stack exception marker upon exception return
Nicolai Stange
1
-0
/
+7
2019-01-30
powerpc/kernel/time: Remove duplicate header
Brajeswar Ghosh
1
-1
/
+0
2019-01-30
powerpc/traps: Fix the message printed when stack overflows
Christophe Leroy
1
-2
/
+2
2019-01-28
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
3
-11
/
+6
2019-01-25
arch: add split IPC system calls where needed
Arnd Bergmann
1
-0
/
+13
2019-01-22
powerpc: Adopt nvram module for PPC64
Finn Thain
1
-156
/
+2
2019-01-22
powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM
Finn Thain
1
-11
/
+0
2019-01-22
powerpc: Replace nvram_* extern declarations with standard header
Finn Thain
1
-24
/
+1
2019-01-15
powerpc/syscalls: Fix syscall tracing
Michael Ellerman
1
-7
/
+0
2019-01-15
powerpc/64s: Add MMU type to __die() output
Michael Ellerman
1
-1
/
+3
2019-01-15
powerpc: Show PAGE_SIZE in __die() output
Michael Ellerman
1
-1
/
+2
2019-01-15
powerpc: Stop using pr_cont() in __die()
Michael Ellerman
1
-18
/
+8
2019-01-15
powerpc: Use ALIGN instead of BLOCK
Joel Stanley
1
-2
/
+2
2019-01-14
powerpc/irq: drop arch_early_irq_init()
Christophe Leroy
1
-5
/
+0
2019-01-14
powerpc: use a CONSOLE_LOGLEVEL_DEBUG macro
Sergey Senozhatsky
1
-1
/
+1
2019-01-11
powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEM
Breno Leitao
1
-3
/
+4
2019-01-11
powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.
Christophe Leroy
1
-1
/
+2
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-2
/
+0
2019-01-04
Merge branch 'master' into fixes
Michael Ellerman
15
-62
/
+56
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
8
-20
/
+18
2019-01-01
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
2
-3
/
+3
2019-01-01
Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Linus Torvalds
1
-4
/
+4
2018-12-31
Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-4
/
+9
[prev]
[next]