summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-09bpf: Add some comments to stack representationAndrei Matei1-0/+14
2023-12-08KVM: clean up directives to compile out irqfdsPaolo Bonzini1-0/+2
2023-12-08KVM: remove deprecated UAPIsPaolo Bonzini1-90/+0
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini2-9/+8
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini1-29/+1
2023-12-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-1/+9
2023-12-08Merge tag 'drm-fixes-2023-12-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2023-12-08netlink: Return unsigned value for nla_len()Kees Cook1-1/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight3-7/+9
2023-12-08Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds3-5/+3
2023-12-08ASoC: wm8996: Convert to GPIO descriptorsLinus Walleij1-3/+0
2023-12-08ASoC: wm5100: Convert to GPIO descriptorsLinus Walleij1-4/+0
2023-12-08ASoC: wm2200: Convert to GPIO descriptorsLinus Walleij1-2/+0
2023-12-08ASoC: wm1250-ev1: Convert to GPIO descriptorsLinus Walleij1-24/+0
2023-12-08ASoC: wm0010: Convert to GPIO descriptorsLinus Walleij1-6/+0
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)1-6/+7
2023-12-08tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)1-4/+4
2023-12-08tty: core: the rest to u8Jiri Slaby (SUSE)1-2/+2
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)2-3/+3
2023-12-08tty: switch tty_port::xmit_* to u8Jiri Slaby (SUSE)1-2/+2
2023-12-08tty: serial: amba: cleanup whitespaceThéo Lebrun1-14/+14
2023-12-08tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)1-38/+0
2023-12-08ethtool: Implement ethtool_puts()justinstitt@google.com1-0/+13
2023-12-08net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2-6/+10
2023-12-08Merge tag 'mlx5-fixes-2023-12-04' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-1/+8
2023-12-08drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_stateDmitry Baryshkov1-3/+2
2023-12-08Merge tag 'gpio-remove-gpiochip_is_requested-for-v6.8-rc1' into gpio/for-nextBartosz Golaszewski1-9/+30
2023-12-08gpiolib: remove gpiochip_is_requested()Bartosz Golaszewski1-1/+0
2023-12-08gpiolib: use gpiochip_dup_line_label() in for_each helpersBartosz Golaszewski1-8/+29
2023-12-08gpiolib: provide gpiochip_dup_line_label()Bartosz Golaszewski1-0/+1
2023-12-08Merge branch 'icc-x1e80100' of https://git.kernel.org/pub/scm/linux/kernel/gi...Bjorn Andersson1-0/+207
2023-12-08Merge branch '20231205061002.30759-4-quic_sibis@quicinc.com' into arm64-for-6.8Bjorn Andersson1-0/+485
2023-12-08Merge branch '20231205061002.30759-4-quic_sibis@quicinc.com' into clk-for-6.8Bjorn Andersson1-0/+485
2023-12-08dt-bindings: clock: qcom: Add X1E80100 GCC clocksRajendra Nayak1-0/+485
2023-12-08crypto: algif_skcipher - Fix stream cipher chainingHerbert Xu1-0/+2
2023-12-08crypto: skcipher - Make use of internal stateHerbert Xu1-0/+33
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu1-9/+75
2023-12-08crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song1-0/+12
2023-12-08crypto: hisilicon/qm - add a function to set qm algsWenkai Lin1-1/+7
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu1-0/+3
2023-12-08Merge branch 'icc-sm8650' of https://git.kernel.org/pub/scm/linux/kernel/git/...Bjorn Andersson1-0/+154
2023-12-08Merge branch '20231106-topic-sm8650-upstream-clocks-v3-5-761a6fadb4c0@linaro....Bjorn Andersson5-0/+437
2023-12-08Merge tag 'drm-misc-fixes-2023-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+2
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-47/+100
2023-12-08Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-8/+22
2023-12-08KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BITPaul Durrant1-0/+1
2023-12-08cgroup: Move rcu_head up near the top of cgroup_rootWaiman Long1-4/+4
2023-12-07cxl: Add Support for Get TimestampDavidlohr Bueso1-0/+1
2023-12-07spi: Add support for stacked/parallel memoriesMark Brown1-10/+41