index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/cpu/vmware: Do not trace vmware_sched_clock()
Steven Rostedt (VMware)
2018-11-09
1
-1
/
+1
*
x86/vsmp: Remove dependency on pv_irq_ops
Eial Czerwacki
2018-11-06
1
-77
/
+7
*
x86/ldt: Remove unused variable in map_ldt_struct()
Kirill A. Shutemov
2018-11-06
1
-8
/
+0
*
x86/ldt: Unmap PTEs for the slot before freeing LDT pages
Kirill A. Shutemov
2018-11-06
1
-13
/
+38
*
acpi/nfit, x86/mce: Validate a MCE's address before using it
Vishal Verma
2018-11-06
1
-1
/
+2
*
acpi/nfit, x86/mce: Handle only uncorrectable machine checks
Vishal Verma
2018-11-06
1
-1
/
+2
*
x86/hyper-v: Enable PIT shutdown quirk
Michael Kelley
2018-11-04
1
-0
/
+11
*
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
2018-11-03
14
-26
/
+27
|
\
|
*
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
3
-3
/
+4
|
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
14
-15
/
+9
|
*
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
2018-10-31
1
-1
/
+1
|
*
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
2018-10-31
2
-2
/
+4
|
*
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
2018-10-31
3
-3
/
+4
|
*
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
2018-10-31
1
-1
/
+2
|
*
memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
Mike Rapoport
2018-10-31
1
-2
/
+2
|
*
memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...
Mike Rapoport
2018-10-31
1
-2
/
+4
|
*
memblock: replace alloc_bootmem_low with memblock_alloc_low
Mike Rapoport
2018-10-31
1
-1
/
+1
*
|
x86/compat: Adjust in_compat_syscall() to generic code under !COMPAT
Dmitry Safonov
2018-11-01
2
-7
/
+8
*
|
x86/paravirt: Remove unused _paravirt_ident_32
Juergen Gross
2018-10-30
3
-45
/
+19
*
|
x86/paravirt: Remove GPL from pv_ops export
Juergen Gross
2018-10-29
1
-1
/
+1
*
|
x86/traps: Use format string with panic() call
Rasmus Villemoes
2018-10-29
1
-1
/
+1
*
|
x86: Clean up 'sizeof x' => 'sizeof(x)'
Jordan Borgner
2018-10-29
6
-12
/
+12
|
|
|
\
|
\
|
\
*
-
-
-
.
\
Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...
Ingo Molnar
2018-10-29
2
-12
/
+21
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
x86/microcode: Make revision and processor flags world-readable
Jacek Tomaka
2018-09-02
1
-2
/
+2
|
*
|
|
x86/earlyprintk: Add a force option for pciserial device
Feng Tang
2018-10-02
1
-10
/
+19
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-10-26
1
-12
/
+3
|
\
\
\
\
|
*
|
|
|
Revert "x86/e820: put !E820_TYPE_RAM regions into memblock.reserved"
Masayoshi Mizuma
2018-10-26
1
-12
/
+3
*
|
|
|
|
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-10-26
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
x86: DT: use for_each_of_cpu_node iterator
Rob Herring
2018-09-28
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-24
4
-135
/
+80
|
\
\
\
\
|
*
|
|
|
signal/x86: Use force_sig_fault where appropriate
Eric W. Biederman
2018-09-21
3
-24
/
+8
|
*
|
|
|
signal/x86/traps: Simplify trap generation
Eric W. Biederman
2018-09-21
1
-61
/
+24
|
*
|
|
|
signal/x86/traps: Use force_sig instead of open coding it.
Eric W. Biederman
2018-09-21
1
-1
/
+1
|
*
|
|
|
signal/x86/traps: Use force_sig_bnderr
Eric W. Biederman
2018-09-21
1
-10
/
+9
|
*
|
|
|
signal/x86/traps: Move more code into do_trap_no_signal so it can be reused
Eric W. Biederman
2018-09-21
1
-16
/
+14
|
*
|
|
|
signal/x86/traps: Factor out show_signal
Eric W. Biederman
2018-09-19
1
-18
/
+19
|
*
|
|
|
signal/x86: Move mpx siginfo generation into do_bounds
Eric W. Biederman
2018-09-19
1
-5
/
+14
|
*
|
|
|
signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrap
Eric W. Biederman
2018-09-19
1
-15
/
+7
|
*
|
|
|
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
2018-09-19
1
-6
/
+5
|
*
|
|
|
signal: Properly deliver SIGSEGV from x86 uprobes
Eric W. Biederman
2018-09-11
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-10-23
1
-0
/
+22
|
\
\
\
\
|
*
|
|
|
x86/vdso: Enforce 64bit clocksource
Thomas Gleixner
2018-10-04
1
-0
/
+6
|
*
|
|
|
x86/time: Implement clocksource_arch_init()
Thomas Gleixner
2018-10-04
1
-0
/
+16
*
|
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
7
-43
/
+62
|
\
\
\
\
\
|
*
|
|
|
|
x86/speculation: Propagate information about RSB filling mitigation to sysfs
Jiri Kosina
2018-09-26
1
-1
/
+2
|
*
|
|
|
|
x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
Jiri Kosina
2018-09-26
1
-6
/
+51
|
*
|
|
|
|
x86/CPU: Fix unused variable warning when !CONFIG_IA32_EMULATION
zhong jiang
2018-09-15
1
-3
/
+2
|
*
|
|
|
|
x86/pti/64: Remove the SYSCALL64 entry trampoline
Andy Lutomirski
2018-09-12
4
-32
/
+3
|
*
|
|
|
|
x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space
Andy Lutomirski
2018-09-08
2
-3
/
+2
|
*
|
|
|
|
x86/entry/64: Document idtentry
Andy Lutomirski
2018-09-08
1
-0
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
[next]