This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0eb0ce0a78e1 Merge tag 'spi-fix-v5.3-rc3' of git://git.kernel.org/pub/s [...] new 18ec54fdd6d1 x86/speculation: Prepare entry code for Spectre v1 swapgs [...] new a2059825986a x86/speculation: Enable Spectre v1 swapgs mitigations new 64dbc122b20f x86/entry/64: Use JMP instead of JMPQ new f36cf386e3fe x86/speculation/swapgs: Exclude ATOMs from speculation thr [...] new 7a30bdd99f37 Merge branch master from git://git.kernel.org/pub/scm/linu [...] new 4c92057661a3 Documentation: Add swapgs description to the Spectre v1 do [...] new 4368c4bc9d36 Merge branch 'x86/grand-schemozzle' of git://git.kernel.or [...] new 600ea54dbaec HID: logitech-dj: rename "gaming" receiver to "lightspeed" new 27fc32fd9417 HID: logitech-hidpp: add USB PID for a few more supported mice new d79f7badd118 HID: logitech-dj: add the Powerplay receiver new 65f11c72780f HID: Add 044f:b320 ThrustMaster, Inc. 2 in 1 DT new 6fb08f1a5f7e HID: logitech-dj: Really fix return value of logi_dj_recv_ [...] new 7bc74853fd61 HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on [...] new 693c3dab4e50 HID: wacom: fix bit shift for Cintiq Companion 2 new 01ec0a5f19c8 HID: holtek: test for sanity of intfdata new 49869d2ea9ee HID: Add quirk for HP X1200 PIXART OEM mouse new 1c703b53e5bf HID: input: fix a4tech horizontal wheel custom usage new 9c09b214f30e HID: hiddev: avoid opening a disconnected device new 6d4472d7bec3 HID: hiddev: do cleanup in failure of opening a device new e0f6974a54d3 HID: sony: Fix race condition between rumble and device remove. new f4eb1423e433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/hw-vuln/spectre.rst | 88 ++++++++++++++++++-- Documentation/admin-guide/kernel-parameters.txt | 8 +- arch/x86/entry/calling.h | 17 ++++ arch/x86/entry/entry_64.S | 21 ++++- arch/x86/include/asm/cpufeatures.h | 3 + arch/x86/kernel/cpu/bugs.c | 105 ++++++++++++++++++++++-- arch/x86/kernel/cpu/common.c | 44 ++++++---- drivers/hid/hid-a4tech.c | 30 ++++++- drivers/hid/hid-holtek-kbd.c | 9 +- drivers/hid/hid-ids.h | 5 +- drivers/hid/hid-logitech-dj.c | 10 ++- drivers/hid/hid-logitech-hidpp.c | 32 +++++++- drivers/hid/hid-quirks.c | 2 + drivers/hid/hid-sony.c | 15 +++- drivers/hid/hid-tmff.c | 12 +++ drivers/hid/usbhid/hiddev.c | 12 +++ drivers/hid/wacom_wac.c | 12 +-- 17 files changed, 366 insertions(+), 59 deletions(-)