index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
Age
Commit message (
Expand
)
Author
Lines
2017-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-0
/
+6
2017-05-01
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-393
/
+64
2017-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+1
2017-04-26
Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...
Al Viro
-393
/
+67
2017-04-20
MIPS: PCI: Use generic pci_mmap_resource_range()
David Woodhouse
-1
/
+1
2017-04-18
PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>
David Woodhouse
-3
/
+0
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-10
/
+29
2017-04-13
Merge branch '4.11-fixes' into mips-for-linux-next
Ralf Baechle
-0
/
+1
2017-04-12
MIPS: Fix modversioning of _mcount symbol
James Cowgill
-0
/
+1
2017-04-12
MIPS: mach-rm: Remove recursive include of cpu-feature-overrides.h
Marcin Nowakowski
-2
/
+0
2017-04-12
MIPS: uasm: Remove needless ISA abstraction
Paul Burton
-59
/
+28
2017-04-10
MIPS: Delete redundant definition of SMP_CACHE_BYTES.
Ralf Baechle
-4
/
+1
2017-04-10
MIPS: Delete unused definition of SMP_CACHE_SHIFT.
Ralf Baechle
-1
/
+0
2017-04-10
MIPS: Don't unnecessarily include kmalloc.h into <asm/cache.h>.
Ralf Baechle
-2
/
+0
2017-04-10
MIPS: Octeon: Remove unused PCIERCX types and macros.
Steven J. Hill
-3016
/
+209
2017-04-10
MIPS: Octeon: Remove unused SLI types and macros.
Steven J. Hill
-3467
/
+74
2017-04-10
MIPS: Octeon: Remove unused L2C types and macros.
Steven J. Hill
-3828
/
+239
2017-04-10
MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.
Alex Belits
-5
/
+109
2017-04-10
MIPS: uasm: Add support for LHU.
David Daney
-0
/
+1
2017-04-10
MIPS: Enable GENERIC_CPU_AUTOPROBE
Marcin Nowakowski
-0
/
+26
2017-04-08
New getsockopt option to get socket cookie
Chenbo Feng
-0
/
+2
2017-04-07
kvm: make KVM_COALESCED_MMIO_PAGE_OFFSET public
Paolo Bonzini
-1
/
+2
2017-04-06
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
-10
/
+29
2017-04-06
mips: switch to RAW_COPY_USER
Al Viro
-248
/
+26
2017-04-06
mips: get rid of tail-zeroing in primitives
Al Viro
-17
/
+2
2017-04-06
mips: make copy_from_user() zero tail explicitly
Al Viro
-7
/
+7
2017-04-06
mips: clean and reorder the forest of macros...
Al Viro
-71
/
+49
2017-04-06
mips: consolidate __invoke_... wrappers
Al Viro
-100
/
+44
2017-04-06
mips: sanitize __access_ok()
Al Viro
-15
/
+6
2017-04-06
Merge commit 'fc69910f329d' into uaccess.mips
Al Viro
-0
/
+1
2017-04-02
Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Al Viro
-0
/
+3
2017-03-28
new helper: uaccess_kernel()
Al Viro
-5
/
+5
2017-03-28
KVM: MIPS/VZ: Handle Octeon III guest.PRid register
James Hogan
-0
/
+2
2017-03-28
MIPS: Add Octeon III register accessors & definitions
James Hogan
-0
/
+36
2017-03-28
KVM: MIPS/VZ: Support hardware guest timer
James Hogan
-0
/
+14
2017-03-28
KVM: MIPS/VZ: Emulate MAARs when necessary
James Hogan
-3
/
+22
2017-03-28
KVM: MIPS/VZ: Support guest hardware page table walker
James Hogan
-0
/
+8
2017-03-28
KVM: MIPS/VZ: Support guest segmentation control
James Hogan
-0
/
+6
2017-03-28
KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig
James Hogan
-0
/
+4
2017-03-28
KVM: MIPS/VZ: Support guest CP0_BadInstr[P]
James Hogan
-0
/
+4
2017-03-28
KVM: MIPS: Implement VZ support
James Hogan
-0
/
+43
2017-03-28
KVM: MIPS/TLB: Add VZ TLB management
James Hogan
-0
/
+13
2017-03-28
KVM: MIPS/Entry: Update entry code to support VZ
James Hogan
-0
/
+5
2017-03-28
KVM: MIPS: Abstract guest CP0 register access for VZ
James Hogan
-88
/
+255
2017-03-28
KVM: MIPS: Add guest exit exception callback
James Hogan
-0
/
+1
2017-03-28
KVM: MIPS: Add hardware_{enable,disable} callback
James Hogan
-1
/
+2
2017-03-28
KVM: MIPS: Add callback to check extension
James Hogan
-0
/
+1
2017-03-28
KVM: MIPS: Init timer frequency from callback
James Hogan
-1
/
+1
2017-03-28
KVM: MIPS: Extend counters & events for VZ GExcCodes
James Hogan
-0
/
+10
2017-03-28
KVM: MIPS: Implement HYPCALL emulation
James Hogan
-1
/
+8
[prev]
[next]