summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.2.2v6.2.2Greg Kroah-Hartman2023-03-031-1/+1
* USB: core: Don't hold device lock while reading the "descriptors" sysfs fileAlan Stern2023-03-032-8/+2
* usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDOSaranya Gopal2023-03-031-1/+0
* arm64: dts: uniphier: Fix property name in PXs3 USB nodeKunihiko Hayashi2023-03-032-2/+2
* usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K2023-03-031-4/+19
* USB: serial: option: add support for VW/Skoda "Carstick LTE"Florian Zumbiehl2023-03-031-0/+4
* usb: dwc3: pci: add support for the Intel Meteor Lake-MHeikki Krogerus2023-03-031-0/+4
* wifi: rtw88: usb: drop now unnecessary URB size checkSascha Hauer2023-03-031-14/+1
* wifi: rtw88: usb: send Zero length packets if necessarySascha Hauer2023-03-031-0/+1
* wifi: rtw88: usb: Set qsel correctlySascha Hauer2023-03-031-1/+1
* scripts/tags.sh: fix incompatibility with PCRE2Carlos Llamas2023-03-031-1/+1
* drm/amd/display: Properly reuse completion structureStylon Wang2023-03-031-0/+3
* drm/amd/display: Move DCN314 DOMAIN power control to DMCUBNicholas Kazlauskas2023-03-034-1/+52
* vc_screen: don't clobber return value in vcs_readThomas Weißschuh2023-03-031-3/+4
* bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau2023-03-031-2/+2
* crypto: arm64/sm4-gcm - Fix possible crash in GCM cryptionHerbert Xu2023-03-031-26/+25
* ALSA: hda: cs35l41: Correct error condition handlingVitaly Rodionov2023-03-031-2/+2
* Linux 6.2.1v6.2.1Greg Kroah-Hartman2023-02-251-1/+1
* bpf: add missing header file includeLinus Torvalds2023-02-251-0/+1
* randstruct: disable Clang 15 supportEric Biggers2023-02-251-0/+3
* ext4: Fix function prototype mismatch for ext4_feat_ktypeKees Cook2023-02-251-1/+6
* platform/x86: nvidia-wmi-ec-backlight: Add force module parameterHans de Goede2023-02-251-1/+5
* platform/x86/amd/pmf: Add depends on CONFIG_POWER_SUPPLYShyam Sundar S K2023-02-251-0/+1
* audit: update the mailing list in MAINTAINERSPaul Moore2023-02-251-1/+1
* wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner2023-02-251-0/+1
* HID: mcp-2221: prevent UAF in delayed workBenjamin Tissoires2023-02-251-0/+3
* x86/static_call: Add support for Jcc tail-callsPeter Zijlstra2023-02-251-3/+47
* x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructionsPeter Zijlstra2023-02-251-15/+47
* x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra2023-02-252-30/+39
* uaccess: Add speculation barrier to copy_from_user()Dave Hansen2023-02-253-2/+11
* Linux 6.2v6.2Linus Torvalds2023-02-191-1/+1
* Merge tag 'x86-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-181-2/+1
|\
| * x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...Juergen Gross2023-02-141-2/+1
* | Merge tag 'timers-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-181-4/+29
|\ \
| * | alarmtimer: Prevent starvation by small intervals and SIG_IGNThomas Gleixner2023-02-141-4/+29
| |/
* | Merge tag 'irq-urgent-2023-02-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-181-0/+12
|\ \
| * | PCI/MSI: Provide missing stubs for CONFIG_PCI_MSI=nReinette Chatre2023-02-131-0/+12
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-02-184-16/+28
|\ \
| * | kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman2023-02-161-2/+1
| * | perf/x86: Refuse to export capabilities for hybrid PMUsSean Christopherson2023-02-151-5/+7
| * | KVM: x86/pmu: Disable vPMU support on hybrid CPUs (host PMUs)Sean Christopherson2023-02-151-7/+19
| * | Documentation/hw-vuln: Fix rST warningPaolo Bonzini2023-02-151-2/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-02-183-15/+9
|\ \ \
| * | | arm64: perf: reject CHAIN events at creation timeMark Rutland2023-02-161-0/+8
| * | | arm_pmu: fix event CPU filteringMark Rutland2023-02-163-15/+1
* | | | Merge tag 'block-6.2-2023-02-17' of git://git.kernel.dk/linuxLinus Torvalds2023-02-181-0/+8
|\ \ \ \
| * \ \ \ Merge tag 'nvme-6.2-2022-02-17' of git://git.infradead.org/nvme into block-6.2Jens Axboe2023-02-171-0/+8
| |\ \ \ \
| | * | | | nvme-pci: refresh visible attrs for cmb attributesKeith Busch2023-02-171-0/+8
| |/ / / /
* | | | | Merge tag 'mm-hotfixes-stable-2023-02-17-15-16-2' of git://git.kernel.org/pub...Linus Torvalds2023-02-179-7/+38
|\ \ \ \ \
| * | | | | nilfs2: fix underflow in second superblock position calculationsRyusuke Konishi2023-02-173-1/+23