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
2019-03-05
ARC: fix __ffs return value to avoid build warnings
Eugeniy Paltsev
1
-3
/
+3
2019-03-05
x86/mm/mem_encrypt: Fix erroneous sizeof()
Peng Hao
1
-2
/
+2
2019-03-05
irq/matrix: Spread managed interrupts on allocation
Dou Liyang
1
-5
/
+4
2019-03-04
Merge tag 'v4.19.26' into dev-4.19
Joel Stanley
59
-223
/
+642
2019-02-27
kvm: x86: Return LA57 feature based on hardware capability
Yu Zhang
1
-0
/
+4
2019-02-27
ARC: define ARCH_SLAB_MINALIGN = 8
Alexey Brodkin
1
-0
/
+11
2019-02-27
ARC: U-boot: check arguments paranoidly
Eugeniy Paltsev
2
-27
/
+64
2019-02-27
ARCv2: Enable unaligned access in early ASM code
Eugeniy Paltsev
1
-0
/
+10
2019-02-27
parisc: Fix ptrace syscall number modification
Dmitry V. Levin
1
-8
/
+21
2019-02-27
always clear the X2APIC_ENABLE bit for PV guest
Talons Lee
1
-4
/
+1
2019-02-27
powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.
Christophe Leroy
1
-1
/
+2
2019-02-27
MIPS: jazz: fix 64bit build
Thomas Bogendoerfer
1
-2
/
+3
2019-02-27
MIPS: ath79: Enable OF serial ports in the default config
Alban Bedel
1
-0
/
+1
2019-02-27
MIPS: eBPF: Always return sign extended 32b values
Paul Burton
1
-3
/
+6
2019-02-27
ARM: 8834/1: Fix: kprobes: optimized kprobes illegal instruction
Mathieu Desnoyers
1
-1
/
+1
2019-02-20
x86/a.out: Clear the dump structure initially
Borislav Petkov
1
-2
/
+4
2019-02-20
x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls
Hedi Berriche
2
-3
/
+28
2019-02-20
alpha: Fix Eiger NR_IRQS to 128
Meelis Roos
1
-3
/
+3
2019-02-20
alpha: fix page fault handling for r16-r18 targets
Sergei Trofimovich
1
-1
/
+1
2019-02-20
kvm: vmx: Fix entry number check for add_atomic_switch_msr()
Xiaoyao Li
1
-1
/
+2
2019-02-20
x86/kvm/nVMX: read from MSR_IA32_VMX_PROCBASED_CTLS2 only when it is available
Vitaly Kuznetsov
1
-3
/
+5
2019-02-20
riscv: Add pte bit to distinguish swap from invalid
Stefan O'Rear
2
-4
/
+10
2019-02-20
perf/x86: Add check_period PMU callback
Jiri Olsa
3
-2
/
+37
2019-02-20
ARM: OMAP5+: Fix inverted nirq pin interrupts with irq_set_type
Tony Lindgren
3
-5
/
+52
2019-02-20
kvm: sev: Fail KVM_SEV_INIT if already initialized
David Rientjes
1
-0
/
+3
2019-02-20
gpio: pl061: handle failed allocations
Nicholas Mc Guire
1
-1
/
+5
2019-02-20
ARM: dts: kirkwood: Fix polarity of GPIO fan lines
Linus Walleij
1
-2
/
+2
2019-02-20
ARM: dts: da850-lcdk: Correct the sound card name
Peter Ujfalusi
1
-1
/
+1
2019-02-20
ARM: dts: da850-lcdk: Correct the audio codec regulators
Peter Ujfalusi
1
-0
/
+36
2019-02-20
ARM: dts: da850-evm: Correct the sound card name
Peter Ujfalusi
1
-1
/
+1
2019-02-20
ARM: dts: da850-evm: Correct the audio codec regulators
Peter Ujfalusi
1
-4
/
+25
2019-02-20
riscv: fix trace_sys_exit hook
David Abdurachmanov
1
-1
/
+1
2019-02-20
ARM: fix the cockup in the previous patch
Russell King
1
-2
/
+2
2019-02-20
ARM: ensure that processor vtables is not lost after boot
Russell King
1
-0
/
+10
2019-02-20
ARM: spectre-v2: per-CPU vtables to work around big.Little systems
Russell King
4
-15
/
+61
2019-02-20
ARM: add PROC_VTABLE and PROC_TABLE macros
Russell King
2
-16
/
+27
2019-02-20
ARM: clean up per-processor check_bugs method call
Russell King
2
-2
/
+3
2019-02-20
ARM: split out processor lookup
Russell King
2
-12
/
+20
2019-02-20
ARM: make lookup_processor_type() non-__init
Russell King
1
-3
/
+3
2019-02-20
ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc
Julien Thierry
1
-1
/
+1
2019-02-20
ARM: 8797/1: spectre-v1.1: harden __copy_to_user
Julien Thierry
2
-2
/
+7
2019-02-20
ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization
Julien Thierry
3
-5
/
+38
2019-02-20
ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()
Julien Thierry
1
-6
/
+9
2019-02-20
ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit
Julien Thierry
1
-0
/
+8
2019-02-20
ARM: 8793/1: signal: replace __put_user_error with __put_user
Julien Thierry
1
-4
/
+4
2019-02-20
ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()
Julien Thierry
1
-2
/
+6
2019-02-20
ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state
Julien Thierry
3
-20
/
+17
2019-02-20
ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context
Julien Thierry
1
-4
/
+6
2019-02-20
ARM: 8789/1: signal: copy registers using __copy_to_user()
Julien Thierry
1
-22
/
+27
2019-02-15
powerpc/radix: Fix kernel crash with mremap()
Aneesh Kumar K.V
2
-15
/
+29
[prev]
[next]