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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-21
ARM: at91: remove at91sam9261/at91sam9g10 legacy board support
Nicolas Ferre
6
-2282
/
+0
2014-11-19
ARM: at91: remove at91sam9260/at91sam9g20 legacy board support
Nicolas Ferre
5
-2024
/
+0
2014-11-19
ARM: at91: remove at91sam9260/at91sam9g20 legacy boards files
Nicolas Ferre
13
-3316
/
+0
2014-11-19
ARM: at91: remove at91sam9263 legacy board support
Nicolas Ferre
6
-2606
/
+0
2014-11-19
ARM: at91/at91sam9g45: remove useless header file
Nicolas Ferre
1
-1
/
+0
2014-11-13
ARM: at91: move sdramc/ddrsdr header to include/soc/at91
Alexandre Belloni
5
-276
/
+3
2014-11-13
ARM: at91: remove CONFIG_MACH_SAMA5_DT
Alexandre Belloni
3
-11
/
+2
2014-11-13
ARM: at91: remove unused CONFIG_ARCH_AT91SAM9G45 option
Nicolas Ferre
2
-10
/
+0
2014-11-10
ARM: at91: remove useless init_time for DT-only SoCs
Boris Brezillon
2
-14
/
+0
2014-11-10
ARM: at91: fix build breakage due to legacy board removals
Olof Johansson
2
-0
/
+2
2014-11-03
ARM: at91: remove at91sam9rl legacy board support
Nicolas Ferre
6
-2079
/
+0
2014-11-03
ARM: at91: remove at91sam9g45/9m10 legacy board support
Nicolas Ferre
6
-3091
/
+0
2014-11-03
ARM: at91: remove no-MMU at91x40 support
Nicolas Ferre
14
-396
/
+4
2014-10-26
Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
15
-40
/
+94
2014-10-26
Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Olof Johansson
2
-8
/
+7
2014-10-25
ARM: dts: imx28-evk: Let i2c0 run at 100kHz
Fabio Estevam
1
-1
/
+0
2014-10-25
ARM: i.MX6: Fix "emi" clock name typo
Steve Longerbeam
1
-7
/
+7
2014-10-24
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
21
-574
/
+29
2014-10-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
12
-31
/
+159
2014-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
11
-62
/
+70
2014-10-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-81
/
+261
2014-10-24
Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
5
-63
/
+31
2014-10-24
arm64: Fix memblock current_limit with 64K pages and 48-bit VA
Catalin Marinas
1
-4
/
+8
2014-10-24
sparc64: Implement __get_user_pages_fast().
David S. Miller
1
-0
/
+30
2014-10-24
sparc64: Fix register corruption in top-most kernel stack frame during boot.
David S. Miller
10
-62
/
+40
2014-10-24
arm64: ASLR: Don't randomise text when randomise_va_space == 0
Arun Chandran
3
-7
/
+3
2014-10-24
MIPS: SEAD3: Fix I2C device registration.
Ralf Baechle
1
-7
/
+1
2014-10-24
KVM: x86: Wrong assertion on paging_tmpl.h
Nadav Amit
1
-1
/
+1
2014-10-24
KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag
Nadav Amit
1
-3
/
+4
2014-10-24
KVM: x86: Emulator does not decode clflush well
Nadav Amit
1
-3
/
+17
2014-10-24
KVM: emulate: avoid accessing NULL ctxt->memopp
Paolo Bonzini
1
-1
/
+1
2014-10-24
MIPS: SEAD3: Nuke PIC32 I2C driver.
Ralf Baechle
3
-526
/
+0
2014-10-24
KVM: x86: Decoding guest instructions which cross page boundary may fail
Nadav Amit
1
-2
/
+4
2014-10-24
kvm: x86: don't kill guest on unknown exit reason
Michael S. Tsirkin
2
-6
/
+6
2014-10-24
kvm: vmx: handle invvpid vm exit gracefully
Petr Matousek
2
-1
/
+10
2014-10-24
KVM: x86: Handle errors when RIP is set during far jumps
Nadav Amit
1
-30
/
+88
2014-10-24
KVM: x86: Emulator fixes for eip canonical checks on near branches
Nadav Amit
1
-24
/
+54
2014-10-24
KVM: x86: Fix wrong masking on relative jump/call
Nadav Amit
1
-5
/
+22
2014-10-24
KVM: x86: Improve thread safety in pit
Andy Honig
1
-0
/
+2
2014-10-24
KVM: x86: Prevent host from panicking on shared MSR writes.
Andy Honig
3
-6
/
+14
2014-10-24
KVM: x86: Check non-canonical addresses upon WRMSR
Nadav Amit
4
-3
/
+42
2014-10-24
Merge tag 'socfpga_fixes_for_3.18' of git://git.rocketboards.org/linux-socfpg...
Olof Johansson
9
-23
/
+65
2014-10-24
Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferr...
Olof Johansson
1
-2
/
+3
2014-10-24
Merge tag 'zynq-dt-fixes-for-3.18' of https://github.com/Xilinx/linux-xlnx in...
Olof Johansson
1
-7
/
+17
2014-10-24
ARM: multi_v7_defconfig: enable CONFIG_MMC_DW_ROCKCHIP
Olof Johansson
1
-0
/
+1
2014-10-24
ARM: sunxi_defconfig: enable CONFIG_REGULATOR_FIXED_VOLTAGE
Olof Johansson
1
-0
/
+1
2014-10-24
MIPS: ftrace: Fix a microMIPS build problem
Markos Chandras
1
-2
/
+2
2014-10-24
MIPS: MSP71xx: Fix build error
Stefan Hengelein
1
-2
/
+2
2014-10-24
Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-9
/
+3
2014-10-24
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-101
/
+122
[next]