index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
ARM: dts: Delete bogus reference to the charlcd
Linus Walleij
1
-5
/
+0
2018-02-22
arm: dts: mt2701: Add reset-cells
Matthias Brugger
1
-0
/
+2
2018-02-22
arm: dts: mt7623: Update ethsys binding
Matthias Brugger
1
-0
/
+1
2018-02-22
ARM: dts: s5pv210: add interrupt-parent for ohci
Arnd Bergmann
1
-0
/
+1
2018-02-22
arm64: dts: msm8916: Add missing #phy-cells
Bjorn Andersson
1
-0
/
+1
2018-02-22
ARM: pxa/tosa-bt: add MODULE_LICENSE tag
Arnd Bergmann
1
-0
/
+4
2018-02-22
ARM: dts: exynos: fix RTC interrupt for exynos5410
Arnd Bergmann
1
-1
/
+0
2018-02-22
x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
Tony Luck
3
-10
/
+26
2018-02-22
arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
Will Deacon
1
-5
/
+9
2018-02-22
xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
Simon Gaiser
1
-0
/
+6
2018-02-22
MIPS: Fix incorrect mem=X@Y handling
Marcin Nowakowski
1
-4
/
+12
2018-02-22
MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
James Hogan
1
-5
/
+12
2018-02-22
MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
Corentin Labbe
1
-6
/
+6
2018-02-22
x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...
Masayoshi Mizuma
1
-1
/
+0
2018-02-22
arm64: Add missing Falkor part number for branch predictor hardening
Shanker Donthineni
2
-1
/
+12
2018-02-22
x86/entry/64: Fix CR3 restore in paranoid_exit()
Ingo Molnar
1
-0
/
+1
2018-02-22
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
4
-5
/
+5
2018-02-22
x86/spectre: Fix an error message
Dan Carpenter
1
-1
/
+1
2018-02-22
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
21
-52
/
+52
2018-02-22
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...
Andy Lutomirski
12
-25
/
+38
2018-02-22
x86/speculation: Add <asm/msr-index.h> dependency
Peter Zijlstra
1
-0
/
+1
2018-02-22
x86/speculation: Fix up array_index_nospec_mask() asm constraint
Dan Williams
1
-1
/
+1
2018-02-22
x86/debug: Use UD2 for WARN()
Peter Zijlstra
2
-10
/
+7
2018-02-22
x86/debug, objtool: Annotate WARN()-related UD2 as reachable
Josh Poimboeuf
1
-1
/
+5
2018-02-22
x86/entry/64: Remove the unused 'icebp' macro
Borislav Petkov
1
-4
/
+0
2018-02-22
x86/entry/64: Fix paranoid_entry() frame pointer warning
Josh Poimboeuf
1
-1
/
+2
2018-02-22
x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
Dominik Brodowski
1
-4
/
+4
2018-02-22
x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS...
Dominik Brodowski
2
-52
/
+10
2018-02-22
x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
Dominik Brodowski
2
-65
/
+6
2018-02-22
x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
Dominik Brodowski
2
-4
/
+38
2018-02-22
x86/entry/64: Interleave XOR register clearing with PUSH instructions
Dominik Brodowski
2
-30
/
+40
2018-02-22
x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO...
Dominik Brodowski
2
-26
/
+15
2018-02-22
x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions
Dominik Brodowski
2
-50
/
+19
2018-02-22
x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...
Dan Williams
2
-1
/
+24
2018-02-22
x86/speculation: Clean up various Spectre related details
Ingo Molnar
1
-17
/
+11
2018-02-22
KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap
KarimAllah Ahmed
1
-1
/
+2
2018-02-22
X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
KarimAllah Ahmed
1
-2
/
+2
2018-02-22
KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...
David Woodhouse
1
-5
/
+5
2018-02-22
Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
David Woodhouse
3
-13
/
+9
2018-02-22
x86/speculation: Correct Speculation Control microcode blacklist again
David Woodhouse
1
-5
/
+6
2018-02-22
x86/speculation: Update Speculation Control microcode blacklist
David Woodhouse
1
-4
/
+0
2018-02-22
x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
Nadav Amit
1
-1
/
+1
2018-02-22
powerpc/mm/radix: Split linear mapping on hot-unplug
Balbir Singh
1
-21
/
+74
2018-02-22
x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...
Dan Williams
1
-0
/
+30
2018-02-22
x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...
Dan Williams
1
-0
/
+13
2018-02-22
x86: PM: Make APM idle driver initialize polling state
Rafael J. Wysocki
1
-0
/
+1
2018-02-22
x86/xen: init %gs very early to avoid page faults with stack protector
Juergen Gross
1
-0
/
+16
2018-02-22
x86/kexec: Make kexec (mostly) work in 5-level paging mode
Kirill A. Shutemov
1
-0
/
+8
2018-02-22
x86/gpu: add CFL to early quirks
Lucas De Marchi
1
-0
/
+1
2018-02-22
arm: spear13xx: Fix spics gpio controller's warning
Viresh Kumar
1
-1
/
+1
[next]