index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-07
MIPS: bitops: Use BIT_WORD() & BITS_PER_LONG
Paul Burton
3
-34
/
+25
2019-10-07
MIPS: bitops: Abstract LL/SC loops
Paul Burton
1
-204
/
+63
2019-10-07
MIPS: bitops: Avoid redundant zero-comparison for non-LLSC
Paul Burton
1
-6
/
+12
2019-10-07
MIPS: bitops: Use the BIT() macro
Paul Burton
1
-15
/
+16
2019-10-07
MIPS: bitops: Allow immediates in test_and_{set,clear,change}_bit
Paul Burton
1
-6
/
+6
2019-10-07
MIPS: bitops: Implement test_and_set_bit() in terms of _lock variant
Paul Burton
2
-79
/
+13
2019-10-07
MIPS: bitops: ins start position is always an immediate
Paul Burton
1
-3
/
+3
2019-10-07
MIPS: bitops: Use MIPS_ISA_REV, not #ifdefs
Paul Burton
1
-9
/
+4
2019-10-07
MIPS: bitops: Only use ins for bit 16 or higher
Paul Burton
1
-1
/
+1
2019-10-07
MIPS: bitops: Handle !kernel_uses_llsc first
Paul Burton
1
-108
/
+105
2019-10-07
MIPS: atomic: Deduplicate 32b & 64b read, set, xchg, cmpxchg
Paul Burton
1
-43
/
+27
2019-10-07
MIPS: atomic: Unify 32b & 64b sub_if_positive
Paul Burton
1
-106
/
+58
2019-10-07
MIPS: atomic: Use _atomic barriers in atomic_sub_if_positive()
Paul Burton
1
-2
/
+2
2019-10-07
MIPS: atomic: Emit Loongson3 sync workarounds within asm
Paul Burton
1
-6
/
+14
2019-10-07
MIPS: atomic: Use one macro to generate 32b & 64b functions
Paul Burton
1
-151
/
+45
2019-10-07
MIPS: atomic: Handle !kernel_uses_llsc first
Paul Burton
1
-50
/
+49
2019-10-07
MIPS: atomic: Fix whitespace in ATOMIC_OP macros
Paul Burton
1
-92
/
+92
2019-10-07
MIPS: barrier: Clean up sync_ginv()
Paul Burton
1
-1
/
+1
2019-10-07
MIPS: barrier: Clean up __sync() definition
Paul Burton
1
-14
/
+4
2019-10-07
MIPS: barrier: Remove fast_mb() Octeon #ifdef'ery
Paul Burton
1
-2
/
+2
2019-10-07
MIPS: barrier: Clean up __smp_mb() definition
Paul Burton
1
-8
/
+4
2019-10-07
MIPS: barrier: Clean up rmb() & wmb() definitions
Paul Burton
1
-14
/
+14
2019-10-07
MIPS: barrier: Add __SYNC() infrastructure
Paul Burton
3
-121
/
+219
2019-10-07
MIPS: Use compact branch for LL/SC loops on MIPSr6+
Paul Burton
1
-0
/
+4
2019-10-07
MIPS: Unify sc beqz definition
Paul Burton
3
-35
/
+24
2019-10-07
MIPS: ralink: Add GARDENA smart Gateway MT7688 board
Stefan Roese
1
-0
/
+197
2019-10-07
dt-bindings: mips: Add gardena vendor prefix and board description
Stefan Roese
2
-0
/
+15
2019-10-07
dt-bindings: mips: Add missing mt7688a-soc compatible
Stefan Roese
1
-0
/
+1
2019-10-07
MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node
Stefan Roese
1
-0
/
+16
2019-10-07
MIPS: r4k-bugs64: Drop CONFIG_CPU_MIPSR6 checks
Paul Burton
1
-7
/
+4
2019-10-07
MIPS: r4k-bugs64: Limit R4k bug checks to affected systems
Paul Burton
5
-12
/
+14
2019-10-07
MIPS: SGI-IP27: get rid of compact node ids
Thomas Bogendoerfer
20
-212
/
+81
2019-10-07
MIPS: SGI-IP27: remove not used stuff inherited from IRIX
Thomas Bogendoerfer
3
-13
/
+0
2019-10-07
Linux 5.4-rc2
Linus Torvalds
1
-2
/
+2
2019-10-06
elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings
Linus Torvalds
1
-10
/
+3
2019-10-06
Merge tag 'dma-mapping-5.4-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+2
2019-10-06
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
14
-144
/
+53
2019-10-05
Merge tag 'kbuild-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
15
-86
/
+41
2019-10-05
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
15
-80
/
+193
2019-10-05
Merge branch 'readdir' (readdir speedup and sanity checking)
Linus Torvalds
1
-35
/
+133
2019-10-05
Make filldir[64]() verify the directory entry filename is valid
Linus Torvalds
1
-0
/
+40
2019-10-05
Convert filldir[64]() from __put_user() to unsafe_put_user()
Linus Torvalds
1
-35
/
+93
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
99
-281
/
+539
2019-10-05
Merge tag 's390-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
17
-53
/
+83
2019-10-05
KVM: s390: mark __insn32_query() as __always_inline
Heiko Carstens
1
-1
/
+1
2019-10-05
KVM: s390: fix __insn32_query() inline assembly
Heiko Carstens
1
-3
/
+3
2019-10-05
dma-mapping: fix false positivse warnings in dma_common_free_remap()
Andrey Smirnov
1
-2
/
+2
2019-10-05
kheaders: make headers archive reproducible
Dmitry Goldin
2
-5
/
+13
2019-10-05
kbuild: update compile-test header list for v5.4-rc2
Masahiro Yamada
1
-10
/
+0
2019-10-05
kbuild: two minor updates for Documentation/kbuild/modules.rst
Masahiro Yamada
1
-2
/
+2
[prev]
[next]