summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bitfield.h: Fix "type of reg too small for mask" testPeter Zijlstra2021-12-111-1/+18
* x86: Add straight-line-speculation mitigationPeter Zijlstra2021-12-0910-7/+38
* x86/alternative: Relax text_poke_bp() constraintPeter Zijlstra2021-12-091-15/+34
* objtool: Add straight-line-speculation validationPeter Zijlstra2021-12-085-6/+27
* x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-0811-14/+19
* x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-08106-349/+349
* x86/lib/atomic64_386_32: Rename thingsPeter Zijlstra2021-12-081-38/+46
* x86: Use -mindirect-branch-cs-prefix for RETPOLINE buildsPeter Zijlstra2021-12-081-0/+1
* x86: Move RETPOLINE*_CFLAGS to arch MakefilePeter Zijlstra2021-12-082-11/+11
* x86/csum: Rewrite/optimize csum_partial()Eric Dumazet2021-12-081-92/+91
* Linux 5.16-rc4v5.16-rc4Linus Torvalds2021-12-051-1/+1
* Merge tag 'for-5.16/parisc-6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-12-055-26/+30
|\
| * parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller2021-12-041-22/+8
| * parisc: Fix "make install" on newer debian releasesHelge Deller2021-12-041-0/+1
| * parisc/agp: Annotate parisc agp init functions with __initHelge Deller2021-11-301-3/+3
| * parisc: Enable sata sil, audit and usb support on 64-bit defconfigHelge Deller2021-11-301-1/+13
| * parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller2021-11-301-0/+5
* | Merge tag 'usb-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-12-054-27/+21
|\ \
| * | usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()Zhou Qingyang2021-12-031-0/+3
| * | usb: cdns3: gadget: fix new urb never complete if ep cancel previous requestsFrank Li2021-12-031-16/+4
| * | usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan2021-12-031-4/+0
| * | USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst2021-12-031-0/+3
| * | xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman2021-12-031-7/+14
| |/
* | Merge tag 'tty-5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-12-0512-33/+95
|\ \
| * | serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper2021-12-031-0/+13
| * | serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan2021-11-251-13/+17
| * | serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan2021-11-251-1/+8
| * | serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner2021-11-252-7/+5
| * | Revert "tty: serial: fsl_lpuart: drop earlycon entry for i.MX8QXP"Alexander Stein2021-11-251-0/+1
| * | serial: tegra: Change lower tolerance baud rate limit for tegra20 and tegra30Patrik John2021-11-251-2/+2
| * | serial: liteuart: relax compile-test dependenciesJohan Hovold2021-11-251-1/+1
| * | serial: liteuart: fix minor-number leak on probe errorsJohan Hovold2021-11-251-3/+14
| * | serial: liteuart: fix use-after-free and memleak on unbindJohan Hovold2021-11-251-0/+1
| * | serial: liteuart: Fix NULL pointer dereference in ->remove()Ilia Sergachev2021-11-251-0/+2
| * | vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki2021-11-251-5/+9
| * | tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann2021-11-251-0/+3
| * | serial: pl011: Add ACPI SBSA UART match idPierre Gondois2021-11-251-0/+1
| * | serial: core: fix transmit-buffer reset and memleakJohan Hovold2021-11-251-1/+12
| * | MAINTAINERS: Add rpmsg tty driver maintainerArnaud Pouliquen2021-11-251-0/+6
* | | Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-12-052-1/+9
|\ \ \
| * | | timers/nohz: Last resort update jiffies on nohz_full IRQ entryFrederic Weisbecker2021-12-022-1/+9
| | |/ | |/|
* | | Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-12-053-8/+15
|\ \ \
| * | | sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef2021-12-041-1/+1
| * | | preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney2021-12-041-2/+2
| * | | sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker2021-12-022-5/+12
| |/ /
* | | Merge tag 'x86_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-12-0510-43/+159
|\ \ \
| * | | x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan2021-12-032-0/+24
| * | | x86/entry: Use the correct fence macro after swapgs in kernel CR3Lai Jiangshan2021-12-031-7/+8
| * | | x86/entry: Add a fence for kernel entry SWAPGS in paranoid_entry()Lai Jiangshan2021-12-031-11/+5
| * | | x86/sev: Fix SEV-ES INS/OUTS instructions for word, dword, and qwordMichael Sterritt2021-12-031-18/+39