summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ftrace/samples: Add module to test multi direct modify interfaceJiri Olsa2021-12-092-0/+153
* ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa2021-12-081-0/+4
* ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa2021-12-081-1/+3
* tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)2021-12-081-0/+72
* tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)2021-12-081-0/+4
* 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
| * | | x86/64/mm: Map all kernel memory into trampoline_pgdJoerg Roedel2021-12-031-1/+11
| * | | objtool: Fix pv_ops noinstr validationPeter Zijlstra2021-12-032-0/+5
| * | | x86/tsc: Disable clocksource watchdog for TSC on qualified platormsFeng Tang2021-12-021-4/+24
| * | | x86/tsc: Add a timer to make sure TSC_adjust is always checkedFeng Tang2021-12-021-0/+41
| * | | x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()Marco Elver2021-12-011-1/+1