summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings: reset: mt7986: Add reset-controller header fileSam Shih2022-05-081-0/+55
* dt-bindings: reset: mt8186: add reset-controller header fileRunyang Chen2022-05-081-0/+36
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-011-1/+9
|\
| * Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-1/+9
| |\
| | * KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-1/+9
* | | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-012-6/+7
|\ \ \
| * | | bug: Have __warn() prototype defined unconditionallyShida Zhang2022-04-261-5/+6
| * | | x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra2022-04-191-1/+1
* | | | Merge tag 'usb-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-301-1/+1
|\ \ \ \
| * | | | usb: typec: tcpm: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-211-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-291-0/+1
|\ \ \ \
| * | | | memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual ModeGeert Uytterhoeven2022-04-211-0/+1
| |/ / /
* | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-291-1/+4
|\ \ \ \
| * | | | dt-bindings: clk: mpfs: add defines for two new clocksConor Dooley2022-04-221-1/+4
| |/ / /
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-04-291-1/+1
|\ \ \ \
| * | | | elf: Fix the arm64 MTE ELF segment name and valueCatalin Marinas2022-04-281-1/+1
* | | | | Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-287-15/+22
|\ \ \ \ \
| * \ \ \ \ Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-282-1/+2
| |\ \ \ \ \
| | * | | | | Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-261-1/+1
| | * | | | | Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-261-0/+1
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-271-0/+1
| |\ \ \ \ \ \
| | * | | | | | xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-261-0/+1
| * | | | | | | net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior2022-04-261-12/+9
| | |/ / / / / | |/| | | | |
| * | | | | | tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-0/+1
| * | | | | | tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-0/+1
| * | | | | | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-252-2/+2
| * | | | | | tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-221-0/+6
* | | | | | | hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-04-271-1/+1
* | | | | | | Merge tag 'mtd/fixes-for-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-271-4/+2
|\ \ \ \ \ \ \
| * | | | | | | mtd: fix 'part' field data corruption in mtd_infoOleksandr Ocheretnyi2022-04-211-4/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'for-5.18/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | linux/fb.h: Spelling s/palette/palette/Geert Uytterhoeven2022-04-041-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-04-231-266/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-04-231-266/+0
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | dma-buf-map: remove renamed header fileKarol Herbst2022-04-131-266/+0
| | * | | | | | Merge drm-misc/drm-misc-next-fixes into drm-misc-fixesMaxime Ripard2022-04-053-0/+116
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-231-0/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Input: add Marine Navigation KeycodesShelby Heffron2022-04-171-0/+21
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-221-1/+25
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-0/+2
| * | | | | | | | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-1/+23
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'sound-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-04-221-0/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'asoc-fix-v5.18-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-04-19750-7992/+17155
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driverHeiner Kallweit2022-04-051-0/+4
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-225-0/+28
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache2022-04-211-0/+1
| * | | | | | | | mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-211-0/+8
| * | | | | | | | memcg: sync flush only if periodic flush is delayedShakeel Butt2022-04-211-0/+5
| * | | | | | | | mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-04-212-0/+14
* | | | | | | | | Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-213-6/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |