OSDN Git Service

tomoyo/tomoyo-test1.git
2019-10-24 Thomas BogendoerferMIPS: SGI-IP27: collect externs in new header file
2019-10-24 Rikard FalkebornMIPS: Loongson: Fix GENMASK misuse
2019-10-12 Paul BurtonMIPS: Make builtin_cmdline const & variable length
2019-10-12 Paul BurtonMIPS: Fix CONFIG_OF_EARLY_FLATTREE=n builds
2019-10-12 Paul BurtonMIPS: Always define builtin_cmdline
2019-10-10 Nathan Chancellormips: Fix unroll macro when building with Clang
2019-10-10 Paul BurtonMIPS: cmdline: Clean up boot_command_line initialization
2019-10-09 Paul BurtonMIPS: cmdline: Remove redundant Kconfig defaults
2019-10-09 Thomas BogendoerferMIPS: SGI-IP22/28: Use PROM for memory detection
2019-10-09 Thomas BogendoerferMIPS: SGI-IP22: set PHYS_OFFSET to memory start
2019-10-09 Thomas BogendoerferMIPS: fw: arc: workaround 64bit kernel/32bit ARC problems
2019-10-09 Thomas BogendoerferMIPS: Kconfig: always select ARC_MEMORY and ARC_PROMLIB...
2019-10-09 Thomas BogendoerferMIPS: fw: arc: use call_o32 to call ARC prom from 64bit...
2019-10-09 Thomas BogendoerferMIPS: fw: arc: remove unused ARC code
2019-10-09 Paul BurtonMIPS: Drop 32-bit asm string functions
2019-10-09 Paul BurtonMIPS: Provide unroll() macro, use it for cache ops
2019-10-08 Tiezhu YangMIPS: generic: Use __initconst for const init data
2019-10-07 Paul BurtonMIPS: futex: Restore \n after sync instructions
2019-10-07 Aurabindo Jayamohananmips: check for dsp presence only once before save...
2019-10-07 Thomas BogendoerferMIPS: PCI: use information from 1-wire PROM for IOC3...
2019-10-07 Thomas Bogendoerfernvmem: core: add nvmem_device_find
2019-10-07 Alexandre GRIVEAUXMIPS: CI20: DTS: Add Leds
2019-10-07 Alexandre GRIVEAUXMIPS: CI20: DTS: Add IW8103 Wifi + bluetooth
2019-10-07 Alexandre GRIVEAUXMIPS: CI20: DTS: Add I2C nodes
2019-10-07 Alexandre GRIVEAUXMIPS: JZ4780: DTS: Add I2C nodes
2019-10-07 Dmitry Korotinmips: Kconfig: Add ARCH_HAS_FORTIFY_SOURCE
2019-10-07 Huacai ChenMIPS: Loongson-3: Add CSR IPI support
2019-10-07 Huacai ChenMIPS: Loongson: Add Loongson-3A R4 basic support
2019-10-07 Huacai ChenMIPS: Loongson: Add CFUCFG&CSR support
2019-10-07 Mike Rapoportmips: sgi-ip27: switch from DISCONTIGMEM to SPARSEMEM
2019-10-07 Paul BurtonMIPS: Check Loongson3 LL/SC errata workaround correctness
2019-10-07 Paul BurtonMIPS: genex: Don't reload address unnecessarily
2019-10-07 Paul BurtonMIPS: genex: Add Loongson3 LL/SC workaround to ejtag_de...
2019-10-07 Paul BurtonMIPS: barrier: Make __smp_mb__before_atomic() a no...
2019-10-07 Paul BurtonMIPS: barrier: Remove loongson_llsc_mb()
2019-10-07 Paul BurtonMIPS: syscall: Emit Loongson3 sync workarounds within asm
2019-10-07 Paul BurtonMIPS: futex: Emit Loongson3 sync workarounds within asm
2019-10-07 Paul BurtonMIPS: cmpxchg: Omit redundant barriers for Loongson3
2019-10-07 Paul BurtonMIPS: cmpxchg: Emit Loongson3 sync workarounds within asm
2019-10-07 Paul BurtonMIPS: bitops: Use smp_mb__before_atomic in test_* ops
2019-10-07 Paul BurtonMIPS: bitops: Emit Loongson3 sync workarounds within asm
2019-10-07 Paul BurtonMIPS: bitops: Use BIT_WORD() & BITS_PER_LONG
2019-10-07 Paul BurtonMIPS: bitops: Abstract LL/SC loops
2019-10-07 Paul BurtonMIPS: bitops: Avoid redundant zero-comparison for non...
2019-10-07 Paul BurtonMIPS: bitops: Use the BIT() macro
2019-10-07 Paul BurtonMIPS: bitops: Allow immediates in test_and_{set,clear...
2019-10-07 Paul BurtonMIPS: bitops: Implement test_and_set_bit() in terms...
2019-10-07 Paul BurtonMIPS: bitops: ins start position is always an immediate
2019-10-07 Paul BurtonMIPS: bitops: Use MIPS_ISA_REV, not #ifdefs
2019-10-07 Paul BurtonMIPS: bitops: Only use ins for bit 16 or higher
2019-10-07 Paul BurtonMIPS: bitops: Handle !kernel_uses_llsc first
2019-10-07 Paul BurtonMIPS: atomic: Deduplicate 32b & 64b read, set, xchg...
2019-10-07 Paul BurtonMIPS: atomic: Unify 32b & 64b sub_if_positive
2019-10-07 Paul BurtonMIPS: atomic: Use _atomic barriers in atomic_sub_if_pos...
2019-10-07 Paul BurtonMIPS: atomic: Emit Loongson3 sync workarounds within asm
2019-10-07 Paul BurtonMIPS: atomic: Use one macro to generate 32b & 64b functions
2019-10-07 Paul BurtonMIPS: atomic: Handle !kernel_uses_llsc first
2019-10-07 Paul BurtonMIPS: atomic: Fix whitespace in ATOMIC_OP macros
2019-10-07 Paul BurtonMIPS: barrier: Clean up sync_ginv()
2019-10-07 Paul BurtonMIPS: barrier: Clean up __sync() definition
2019-10-07 Paul BurtonMIPS: barrier: Remove fast_mb() Octeon #ifdef'ery
2019-10-07 Paul BurtonMIPS: barrier: Clean up __smp_mb() definition
2019-10-07 Paul BurtonMIPS: barrier: Clean up rmb() & wmb() definitions
2019-10-07 Paul BurtonMIPS: barrier: Add __SYNC() infrastructure
2019-10-07 Paul BurtonMIPS: Use compact branch for LL/SC loops on MIPSr6+
2019-10-07 Paul BurtonMIPS: Unify sc beqz definition
2019-10-07 Stefan RoeseMIPS: ralink: Add GARDENA smart Gateway MT7688 board
2019-10-07 Stefan Roesedt-bindings: mips: Add gardena vendor prefix and board...
2019-10-07 Stefan Roesedt-bindings: mips: Add missing mt7688a-soc compatible
2019-10-07 Stefan RoeseMIPS: ralink: mt7628a.dtsi: Add I2C controller DT node
2019-10-07 Paul BurtonMIPS: r4k-bugs64: Drop CONFIG_CPU_MIPSR6 checks
2019-10-07 Paul BurtonMIPS: r4k-bugs64: Limit R4k bug checks to affected...
2019-10-07 Thomas BogendoerferMIPS: SGI-IP27: get rid of compact node ids
2019-10-07 Thomas BogendoerferMIPS: SGI-IP27: remove not used stuff inherited from...
2019-10-06 Linus TorvaldsLinux 5.4-rc2 v5.4-rc2
2019-10-06 Linus Torvaldself: don't use MAP_FIXED_NOREPLACE for elf executable...
2019-10-06 Linus TorvaldsMerge tag 'dma-mapping-5.4-1' of git://git.infradead...
2019-10-06 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2019-10-05 Linus TorvaldsMerge tag 'kbuild-fixes-v5.4' of git://git./linux/kerne...
2019-10-05 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2019-10-05 Linus TorvaldsMerge branch 'readdir' (readdir speedup and sanity...
2019-10-05 Linus TorvaldsMake filldir[64]() verify the directory entry filename...
2019-10-05 Linus TorvaldsConvert filldir[64]() from __put_user() to unsafe_put_u...
2019-10-05 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2019-10-05 Linus TorvaldsMerge tag 's390-5.4-3' of git://git./linux/kernel/git...
2019-10-05 Heiko CarstensKVM: s390: mark __insn32_query() as __always_inline
2019-10-05 Heiko CarstensKVM: s390: fix __insn32_query() inline assembly
2019-10-05 Andrey Smirnovdma-mapping: fix false positivse warnings in dma_common...
2019-10-05 Dmitry Goldinkheaders: make headers archive reproducible
2019-10-05 Masahiro Yamadakbuild: update compile-test header list for v5.4-rc2
2019-10-05 Masahiro Yamadakbuild: two minor updates for Documentation/kbuild...
2019-10-05 Masahiro Yamadascripts/setlocalversion: clear local variable to make...
2019-10-05 Jacob Kellernamespace: fix namespace.pl script to support relative...
2019-10-05 Masahiro Yamadavideo/logo: do not generate unneeded logo C files
2019-10-05 Masahiro Yamadavideo/logo: remove unneeded *.o pattern from clean...
2019-10-05 Masahiro Yamadaintegrity: remove pointless subdir-$(CONFIG_...)
2019-10-05 Masahiro Yamadaintegrity: remove unneeded, broken attempt to add ...
2019-10-05 Jakub Kicinskiselftests/net: add nettest to .gitignore
2019-10-05 Navid Emamdoostnet: qlogic: Fix memory leak in ql_alloc_large_buffers
2019-10-05 Eric Dumazetnfc: fix memory leak in llcp_sock_bind()
next