index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
cavium-octeon
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-05
Merge tag 'mips_6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
3
-18
/
+19
2025-08-29
MIPS: octeon: Replace deprecated strcpy() in octeon_model_get_string_buffer()
Thorsten Blum
1
-15
/
+16
2025-08-29
MIPS: octeon: Replace memset(0) + deprecated strcpy() with strscpy_pad()
Thorsten Blum
1
-2
/
+2
2025-08-29
mips/octeon/smp: Remove space before newline
Colin Ian King
1
-1
/
+1
2025-08-26
mips: cavium-octeon: Move octeon-crypto.c into parent dir
Eric Biggers
3
-7
/
+1
2025-08-26
lib/crypto: mips/md5: Migrate optimized code into library
Eric Biggers
2
-216
/
+0
2025-07-14
lib/crypto: mips/sha1: Migrate optimized code into library
Eric Biggers
2
-147
/
+0
2025-07-04
lib/crypto: sha256: Consolidate into single module
Eric Biggers
3
-73
/
+0
2025-07-04
lib/crypto: sha256: Remove sha256_is_arch_optimized()
Eric Biggers
1
-6
/
+0
2025-07-04
lib/crypto: sha256: Propagate sha256_block_state type to implementations
Eric Biggers
1
-1
/
+1
2025-06-30
lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library
Eric Biggers
2
-167
/
+0
2025-06-30
mips: cavium-octeon: Move octeon-crypto.h into asm directory
Eric Biggers
6
-234
/
+5
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-12
/
+13
2025-05-16
MIPS: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
1
-12
/
+13
2025-05-05
crypto: arch/sha256 - Export block functions as GPL only
Herbert Xu
1
-2
/
+2
2025-05-05
crypto: mips/sha256 - implement library instead of shash
Eric Biggers
2
-108
/
+33
2025-04-23
crypto: mips/octeon-sha512 - Use API partial block handling
Herbert Xu
1
-114
/
+43
2025-04-23
crypto: mips/octeon-sha256 - Use API partial block handling
Herbert Xu
1
-125
/
+38
2025-04-23
crypto: mips/octeon-sha1 - Use API partial block handling
Herbert Xu
1
-107
/
+31
2025-04-23
crypto: mips/octeon-md5 - Use API partial block handling
Herbert Xu
1
-57
/
+64
2025-04-04
irqdomain: Rename irq_set_default_host() to irq_set_default_domain()
Jiri Slaby (SUSE)
1
-3
/
+3
2024-01-17
Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
7
-8
/
+8
2024-01-08
MIPS: Fix typos
Bjorn Helgaas
7
-8
/
+8
2023-12-13
mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXEC
Baoquan He
1
-2
/
+2
2023-09-07
Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
3
-2
/
+5
2023-09-01
Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-553
/
+0
2023-08-18
range.h: Move resource API and constant to respective files
Andy Shevchenko
1
-1
/
+1
2023-08-15
mips: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
1
-1
/
+1
2023-08-04
usb: dwc3: dwc3-octeon: Convert to glue driver
Ladislav Michl
3
-553
/
+0
2023-07-28
MIPS: More explicit DT include clean-ups
Rob Herring
2
-0
/
+4
2023-07-25
MIPS: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-06-30
Merge tag 'mips_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-313
/
+316
2023-06-23
MIPS: OCTEON: octeon-usb: cleanup divider calculation
Ladislav Michl
1
-13
/
+18
2023-06-23
MIPS: OCTEON: octeon-usb: introduce dwc3_octeon_{read,write}q
Ladislav Michl
1
-40
/
+59
2023-06-23
MIPS: OCTEON: octeon-usb: move gpio config to separate function
Ladislav Michl
1
-20
/
+25
2023-06-23
MIPS: OCTEON: octeon-usb: use bitfields for shim register
Ladislav Michl
1
-55
/
+41
2023-06-23
MIPS: OCTEON: octeon-usb: use bitfields for host config register
Ladislav Michl
1
-45
/
+38
2023-06-23
MIPS: OCTEON: octeon-usb: use bitfields for control register
Ladislav Michl
1
-171
/
+159
2023-06-23
MIPS: OCTEON: octeon-usb: add all register offsets
Ladislav Michl
1
-14
/
+21
2023-05-15
MIPS: SMP_CPS: Switch to hotplug core state synchronization
Thomas Gleixner
1
-0
/
+1
2023-04-29
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2023-04-28
Merge tag 'mips_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2
-21
/
+17
2023-04-18
Change DEFINE_SEMAPHORE() to take a number argument
Peter Zijlstra
1
-1
/
+1
2023-04-05
MIPS: Octeon: Disable CVMSEG by default on other platforms
Jiaxun Yang
1
-1
/
+2
2023-03-27
MIPS: octeon: Fix compile error
Thomas Bogendoerfer
1
-1
/
+1
2023-03-24
MIPS: octeon: Use of_address_to_resource()
Rob Herring
1
-20
/
+15
2023-03-08
mips/cpu: Expose play_dead()'s prototype definition
Josh Poimboeuf
1
-0
/
+1
2023-01-27
MIPS: OCTEON: octeon-usb: Consolidate error messages
Ladislav Michl
1
-22
/
+20
2022-12-10
MIPS: OCTEON: warn only once if deprecated link status is being used
Ladislav Michl
2
-2
/
+2
2022-12-08
MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()
Xu Panda
1
-2
/
+1
[next]