index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-24
MIPS: Use !pci_is_root_bus(bus) in ops-bridge.c
Joshua Kinard
1
-2
/
+2
2018-06-24
MIPS: Schedule on CPUs we need to lose FPU for a mode switch
Paul Burton
3
-47
/
+42
2018-06-24
MIPS: lantiq: remove unnecessary of_platform_default_populate call
Rob Herring
1
-8
/
+0
2018-06-24
MIPS: generic: remove unnecessary of_platform_populate call
Rob Herring
1
-13
/
+0
2018-06-24
MIPS: bmips: remove unnecessary call to register "simple-bus"
Rob Herring
1
-7
/
+0
2018-06-24
MIPS: netlogic: remove unnecessary of_platform_bus_probe call
Rob Herring
1
-14
/
+0
2018-06-24
MIPS: octeon: use of_platform_populate to probe devices
Rob Herring
1
-1
/
+1
2018-06-24
MIPS: Fix ejtag handler on SMP
Heiher
1
-0
/
+46
2018-06-24
MIPS: boot: merge build rules of vmlinux.*.itb by using pattern rule
Masahiro Yamada
1
-18
/
+9
2018-06-24
MIPS: boot: add missing targets for vmlinux.*.its
Masahiro Yamada
1
-0
/
+6
2018-06-24
MIPS: boot: fix build rule of vmlinux.its.S
Masahiro Yamada
1
-2
/
+4
2018-06-24
MIPS: boot: do not include $(cpp_flags) for preprocessing ITS
Masahiro Yamada
1
-6
/
+6
2018-06-24
Revert "MIPS: boot: Define __ASSEMBLY__ for its.S build"
Masahiro Yamada
1
-1
/
+0
2018-06-24
MIPS: Octeon: assign bool true/false not 1/0
Nicholas Mc Guire
1
-1
/
+1
2018-06-24
MIPS: remove unneeded includes from dma-mapping.h
Christoph Hellwig
2
-8
/
+1
2018-06-24
MIPS: remove the old dma-default implementation
Christoph Hellwig
5
-460
/
+1
2018-06-24
MIPS: bmips: use generic dma noncoherent ops
Christoph Hellwig
4
-84
/
+21
2018-06-24
MIPS: jazz: split dma mapping operations from dma-default
Christoph Hellwig
4
-65
/
+144
2018-06-24
MIPS: ath25: use generic dma noncoherent ops
Christoph Hellwig
4
-72
/
+25
2018-06-24
MIPS: IP32: use generic dma noncoherent ops
Christoph Hellwig
4
-94
/
+39
2018-06-24
MIPS: loongson64: use generic dma noncoherent ops
Christoph Hellwig
5
-71
/
+20
2018-06-24
MIPS: use generic dma noncoherent ops for simple noncoherent platforms
Christoph Hellwig
8
-28
/
+216
2018-06-24
MIPS: move coherentio setup to setup.c
Christoph Hellwig
2
-23
/
+24
2018-06-24
MIPS: IP27: use dma_direct_ops
Christoph Hellwig
3
-71
/
+15
2018-06-24
MIPS: use dma_direct_ops for coherent I/O
Christoph Hellwig
2
-15
/
+2
2018-06-24
MIPS: loongson: remove loongson-3 handling from dma-coherence.h
Christoph Hellwig
1
-15
/
+1
2018-06-24
MIPS: loongson: untangle dma implementations
Christoph Hellwig
5
-24
/
+6
2018-06-24
MIPS: Octeon: move swiotlb declarations out of dma-coherence.h
Christoph Hellwig
4
-22
/
+3
2018-06-24
MIPS: Octeon: remove mips dma-default stubs
Christoph Hellwig
1
-48
/
+0
2018-06-24
MIPS: make the default mips dma implementation optional
Christoph Hellwig
9
-2
/
+59
2018-06-24
MIPS: remove the mips_dma_map_ops indirection
Christoph Hellwig
2
-6
/
+4
2018-06-24
MIPS: consolidate the swiotlb implementations
Christoph Hellwig
8
-153
/
+84
2018-06-24
MIPS: loongson: remove loongson_dma_supported
Christoph Hellwig
1
-8
/
+1
2018-06-24
MIPS: Octeon: refactor swiotlb code
Christoph Hellwig
3
-94
/
+71
2018-06-24
MIPS: Octeon: unexport __phys_to_dma and __dma_to_phys
Christoph Hellwig
1
-3
/
+0
2018-06-24
MIPS: remove CONFIG_DMA_COHERENT
Christoph Hellwig
5
-24
/
+6
2018-06-24
MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefs
Christoph Hellwig
3
-6
/
+6
2018-06-24
MIPS: remove a dead ifdef from mach-ath25/dma-coherence.h
Christoph Hellwig
1
-5
/
+0
2018-06-24
MIPS: kexec: fix typos
Yegor Yefremov
1
-2
/
+2
2018-06-24
MIPS: Make elf2ecoff work on 64bit host machines
Thomas Bogendoerfer
2
-44
/
+48
2018-06-21
atomics/treewide: Make unconditional inc/dec ops optional
Mark Rutland
1
-38
/
+0
2018-06-21
atomics/treewide: Make test ops optional
Mark Rutland
1
-84
/
+0
2018-06-21
atomics/treewide: Make atomic64_fetch_add_unless() optional
Mark Rutland
1
-24
/
+0
2018-06-21
atomics/treewide: Make atomic_fetch_add_unless() optional
Mark Rutland
1
-24
/
+0
2018-06-21
atomics/treewide: Make atomic64_inc_not_zero() optional
Mark Rutland
1
-2
/
+0
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-2
/
+2
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-2
/
+2
2018-06-21
MIPS/kprobes: Don't call the ->break_handler() in MIPS kprobes code
Masami Hiramatsu
1
-14
/
+7
2018-06-21
MIPS/kprobes: Remove jprobe implementation
Masami Hiramatsu
2
-58
/
+0
2018-06-20
sched/swait: Rename to exclusive
Peter Zijlstra
1
-2
/
+2
[prev]
[next]