Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
666be3144d5dcd9e124ffc5b0674c001bc69c71c
666be31
ANDROID: build: cuttlefish: Upgrade clang to newer version.
by Alistair Strachan
· 7 years ago
21e74a4
ANDROID: build: cuttlefish: Fix path to clang.
by Alistair Strachan
· 7 years ago
9c3041c
Merge 4.9.102 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
2272cdd
Linux 4.9.102
by Greg Kroah-Hartman
· 7 years ago
3394ef1
x86/bugs: Rename SSBD_NO to SSB_NO
by Konrad Rzeszutek Wilk
· 7 years ago
b965592
KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
by Tom Lendacky
· 7 years ago
b0ef8c7
x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
by Thomas Gleixner
· 7 years ago
0ec827f
x86/bugs: Rework spec_ctrl base and mask logic
by Thomas Gleixner
· 7 years ago
ec90464
x86/bugs: Remove x86_spec_ctrl_set()
by Thomas Gleixner
· 7 years ago
599288e
x86/bugs: Expose x86_spec_ctrl_base directly
by Thomas Gleixner
· 7 years ago
ea99935
x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
by Borislav Petkov
· 7 years ago
b7b8440
x86/speculation: Rework speculative_store_bypass_update()
by Thomas Gleixner
· 7 years ago
7c0b2dc
x86/speculation: Add virtualized speculative store bypass disable support
by Tom Lendacky
· 7 years ago
1189cbf
x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
by Thomas Gleixner
· 7 years ago
d0cb78f
x86/speculation: Handle HT correctly on AMD
by Thomas Gleixner
· 7 years ago
53c434e
x86/cpufeatures: Add FEATURE_ZEN
by Thomas Gleixner
· 7 years ago
5a63725
x86/cpu/AMD: Fix erratum 1076 (CPB bit)
by Borislav Petkov
· 7 years ago
f69e91f
x86/cpufeatures: Disentangle SSBD enumeration
by Thomas Gleixner
· 7 years ago
a7c3432
x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
by Thomas Gleixner
· 7 years ago
4a58908
x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
by Borislav Petkov
· 7 years ago
69e9b0b
KVM: SVM: Move spec control call after restore of GS
by Thomas Gleixner
· 7 years ago
3a68464
x86/cpu: Make alternative_msr_write work for 32-bit code
by Jim Mattson
· 7 years ago
6fdd277
x86/bugs: Fix the parameters alignment and missing void
by Konrad Rzeszutek Wilk
· 7 years ago
dbb264a
x86/bugs: Make cpu_show_common() static
by Jiri Kosina
· 7 years ago
eb7b562
x86/bugs: Fix __ssb_select_mitigation() return type
by Jiri Kosina
· 7 years ago
f79f0ef
Documentation/spec_ctrl: Do some minor cleanups
by Borislav Petkov
· 7 years ago
f8cd89f
proc: Use underscores for SSBD in 'status'
by Konrad Rzeszutek Wilk
· 7 years ago
bf3da84
x86/bugs: Rename _RDS to _SSBD
by Konrad Rzeszutek Wilk
· 7 years ago
05a85a3
x86/speculation: Make "seccomp" the default mode for Speculative Store Bypass
by Kees Cook
· 7 years ago
094c276
seccomp: Move speculation migitation control to arch code
by Thomas Gleixner
· 7 years ago
ab677c2
seccomp: Add filter flag to opt-out of SSB mitigation
by Kees Cook
· 7 years ago
c71def8
seccomp: Use PR_SPEC_FORCE_DISABLE
by Thomas Gleixner
· 7 years ago
036608d
prctl: Add force disable speculation
by Thomas Gleixner
· 7 years ago
ea055f7
x86/bugs: Make boot modes __ro_after_init
by Kees Cook
· 7 years ago
0a112f1
seccomp: Enable speculation flaw mitigations
by Kees Cook
· 7 years ago
51ef9af
proc: Provide details on speculation flaw mitigations
by Kees Cook
· 7 years ago
4272f52
nospec: Allow getting/setting on non-current task
by Kees Cook
· 7 years ago
a078e3e
x86/speculation: Add prctl for Speculative Store Bypass mitigation
by Thomas Gleixner
· 7 years ago
89c6e9b
x86/process: Allow runtime control of Speculative Store Bypass
by Thomas Gleixner
· 7 years ago
5ed7788
x86/process: Optimize TIF_NOTSC switch
by Thomas Gleixner
· 8 years ago
439f2ef8
x86/process: Correct and optimize TIF_BLOCKSTEP switch
by Kyle Huey
· 8 years ago
fd01e82
x86/process: Optimize TIF checks in __switch_to_xtra()
by Kyle Huey
· 8 years ago
4812ffb
prctl: Add speculation control prctls
by Thomas Gleixner
· 7 years ago
7a2d235
x86/speculation: Create spec-ctrl.h to avoid include hell
by Thomas Gleixner
· 7 years ago
99318ec
x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
by Konrad Rzeszutek Wilk
· 7 years ago
f854434
x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
by David Woodhouse
· 7 years ago
99b1311
x86/bugs: Whitelist allowed SPEC_CTRL MSR values
by Konrad Rzeszutek Wilk
· 7 years ago
19e3a2b
x86/bugs/intel: Set proper CPU features and setup RDS
by Konrad Rzeszutek Wilk
· 7 years ago
6f70a55
x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation
by Konrad Rzeszutek Wilk
· 7 years ago
a807141
x86/cpufeatures: Add X86_FEATURE_RDS
by Konrad Rzeszutek Wilk
· 7 years ago
24e4dd9
x86/bugs: Expose /sys/../spec_store_bypass
by Konrad Rzeszutek Wilk
· 7 years ago
cf21f58
x86/bugs, KVM: Support the combination of guest and host IBRS
by Konrad Rzeszutek Wilk
· 7 years ago
0f5dd65
x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
by Konrad Rzeszutek Wilk
· 7 years ago
3effee6
x86/bugs: Concentrate bug reporting into a separate function
by Konrad Rzeszutek Wilk
· 7 years ago
88659d5
x86/bugs: Concentrate bug detection into a separate function
by Konrad Rzeszutek Wilk
· 7 years ago
741c026
x86/nospec: Simplify alternative_msr_write()
by Linus Torvalds
· 7 years ago
298d5db
btrfs: fix reading stale metadata blocks after degraded raid1 mounts
by Liu Bo
· 7 years ago
944e0fc
x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen
by David Woodhouse
· 7 years ago
b2d748b
btrfs: fix crash when trying to resume balance without the resume flag
by Anand Jain
· 7 years ago
9229124
Btrfs: fix xattr loss after power failure
by Filipe Manana
· 7 years ago
21cc684
ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
by Masami Hiramatsu
· 7 years ago
b169045
ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
by Masami Hiramatsu
· 7 years ago
70b4b14
ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
by Masami Hiramatsu
· 7 years ago
f58b661
tick/broadcast: Use for_each_cpu() specially on UP kernels
by Dexuan Cui
· 7 years ago
10b408d
ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
by Masami Hiramatsu
· 7 years ago
dc7de9b
efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definition for mixed mode
by Ard Biesheuvel
· 7 years ago
7925d9d
x86/pkeys: Do not special case protection key 0
by Dave Hansen
· 7 years ago
a8330db
x86/pkeys: Override pkey when moving away from PROT_EXEC
by Dave Hansen
· 7 years ago
633b4eb
s390: remove indirect branch from do_softirq_own_stack
by Martin Schwidefsky
· 7 years ago
c79b01b
s390/qdio: don't release memory in qdio_setup_irq()
by Julian Wiedmann
· 7 years ago
a03e14f
s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero
by Hendrik Brueckner
· 7 years ago
252bbeb
s390/qdio: fix access to uninitialized qdio_q fields
by Julian Wiedmann
· 7 years ago
270693b
mm: don't allow deferred pages with NEED_PER_CPU_KM
by Pavel Tatashin
· 7 years ago
96c83fb
powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
by Nicholas Piggin
· 7 years ago
895c53e
i2c: designware: fix poll-after-enable regression
by Alexander Monakov
· 7 years ago
f32bb2a
netfilter: nf_tables: can't fail after linking rule into active rule list
by Florian Westphal
· 7 years ago
1af681d
tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all}
by Steven Rostedt (VMware)
· 7 years ago
20a3061
signals: avoid unnecessary taking of sighand->siglock
by Waiman Long
· 8 years ago
0c8b8d3
powerpc: Don't preempt_disable() in show_cpuinfo()
by Benjamin Herrenschmidt
· 7 years ago
9488d11
KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
by Andre Przywara
· 7 years ago
ad04996
spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
by Kamal Dasu
· 7 years ago
1c38432
spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
by Kamal Dasu
· 7 years ago
a436539
spi: pxa2xx: Allow 64-bit DMA
by Andy Shevchenko
· 7 years ago
c5d8237
ALSA: control: fix a redundant-copy issue
by Wenwen Wang
· 7 years ago
e303276
ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
by Hans de Goede
· 7 years ago
639a74b
ALSA: usb: mixer: volume quirk for CM102-A+/102S+
by Federico Cuello
· 7 years ago
0471d40
usbip: usbip_host: fix bad unlock balance during stub_probe()
by Shuah Khan (Samsung OSG)
· 7 years ago
f2a6d5f
usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
by Shuah Khan (Samsung OSG)
· 7 years ago
59ad4f5
usbip: usbip_host: run rebind from exit when module is removed
by Shuah Khan (Samsung OSG)
· 7 years ago
58c9c70
usbip: usbip_host: delete device from busid_table after rebind
by Shuah Khan (Samsung OSG)
· 7 years ago
dbab65b
usbip: usbip_host: refine probe and disconnect debug msgs to be useful
by Shuah Khan
· 7 years ago
d4e8148
UPSTREAM: dm bufio: avoid sleeping while holding the dm_bufio lock
by Douglas Anderson
· 8 years ago
aef17a5
Merge 4.9.101 into android-4.9
by Greg Kroah-Hartman
· 7 years ago
6ba89b5
Linux 4.9.101
by Greg Kroah-Hartman
· 7 years ago
04103c2
kernel/exit.c: avoid undefined behaviour when calling wait4()
by zhongjiang
· 8 years ago
a164009
futex: futex_wake_op, fix sign_extend32 sign bits
by Jiri Slaby
· 7 years ago
6f1abf8
proc: do not access cmdline nor environ from file-backed areas
by Willy Tarreau
· 7 years ago
61e8f66
nfp: TX time stamp packets before HW doorbell is rung
by Jakub Kicinski
· 7 years ago
f21ad10
l2tp: revert "l2tp: fix missing print session offset info"
by James Chapman
· 7 years ago
eddf1b6
Revert "ARM: dts: imx6qdl-wandboard: Fix audio channel swap"
by Greg Kroah-Hartman
· 7 years ago
Next »