summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-12/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | MIPS: ath79: ar9331: add ar9331-switch nodeOleksij Rempel2019-12-202-1/+131
| | |_|/ | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-282-19/+3
|\ \ \ \
| * | | | crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emitJason A. Donenfeld2020-01-161-16/+2
| * | | | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
| |/ / /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-5/+5
|\ \ \ \
| * \ \ \ Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-254-12/+9
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/rt, MIPS: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-5/+5
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
| | | |_|/ | | |/| |
* | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \ \ \
| * | | | | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-272-2/+4
|\ \ \ \ \
| * | | | | MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernelThomas Gleixner2020-01-161-0/+4
| * | | | | mips: vdso: Remove unused VDSO_HAS_32BIT_FALLBACKVincenzo Frascino2020-01-141-2/+0
| | |/ / / | |/| | |
* | | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-0636-56/+55
* | | | | MIPS: define ioremap_nocache to ioremapChristoph Hellwig2020-01-061-23/+2
|/ / / /
* | | | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-048-18/+72
|\ \ \ \ | |_|_|/ |/| | |
| * | | MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton2020-01-021-1/+19
| * | | MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin2019-12-182-2/+2
| * | | MIPS: BPF: Disable MIPS32 eBPF JITPaul Burton2019-12-181-1/+1
| * | | MIPS: Prevent link failure with kcov instrumentationJouni Hogander2019-12-181-0/+3
| * | | mips: Fix gettimeofday() in the vdso libraryVincenzo Frascino2019-12-022-13/+20
| * | | MIPS: Fix boot on Fuloong2 systemsGuenter Roeck2019-11-271-1/+2
| * | | mips: cacheinfo: report shared CPU mapVladimir Kondratiev2019-11-261-1/+26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-221-4/+5
|\ \ \ \
| * | | | bpf, mips: Limit to 33 tail callsPaul Chaignon2019-12-111-4/+5
| | |/ / | |/| |
* / | | MIPS: OCTEON: Replace SIZEOF_FIELD() macroPankaj Bharadiya2019-12-091-8/+1
|/ / /
* | | arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* | | arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+1
| |/ |/|
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+0
|\ \
| * | asm-generic: Make msi.h a mandatory include/asm headerMichal Simek2019-11-261-1/+0
* | | Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-12-031-1/+1
|\ \ \
| * | | rtc: ds1685: add indirect access method and remove plat_read/plat_writeThomas Bogendoerfer2019-10-161-1/+1
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-12-022-4/+8
|\ \ \ \
| * | | | crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld2019-11-272-4/+8
* | | | | Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-016-20/+20
|\ \ \ \ \
| * | | | | y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-152-4/+4
| * | | | | y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann2019-11-151-8/+8
| * | | | | y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-153-8/+8
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-0110-10/+0
|\ \ \ \ \ \
| * | | | | | sysctl: Remove the sysctl system callEric W. Biederman2019-11-2610-10/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-286-40/+25
|\ \ \ \ \ \
| * | | | | | dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-8/+8
| * | | | | | dma-direct: unify the dma_capable definitionsChristoph Hellwig2019-11-201-8/+0
| * | | | | | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-203-16/+15
| * | | | | | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-112-8/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-0/+1
|\ \ \ \ \ \
| * | | | | | tracing: Enable syscall optimization for MIPSHassan Naveed2019-11-221-0/+1
| |/ / / / /