summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-28Merge tag 'nf-next-23-07-27' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-7/+3
2023-07-28net: flower: fix stack-out-of-bounds in fl_set_key_cfm()Eric Dumazet1-1/+3
2023-07-28bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song1-4/+10
2023-07-28bpf: Support new sign-extension load insnsYonghong Song2-0/+4
2023-07-28Merge tag 'drm-misc-fixes-2023-07-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-5/+0
2023-07-28net: datalink: Remove unused declarationsYueHaibing1-2/+0
2023-07-28net: Remove unused declaration dev_restart()YueHaibing1-2/+0
2023-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-28/+22
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn3-8/+59
2023-07-27Merge tag 'net-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-11/+16
2023-07-27net/mlx5: Allocate command stats with xarrayShay Drory1-1/+1
2023-07-27net/mlx5: Re-organize mlx5_cmd structShay Drory1-10/+11
2023-07-27net/mlx5: Devcom, Infrastructure changesRoi Dayan1-2/+2
2023-07-27seq_file: seq_show_option_n() is used for precise sizesKees Cook1-3/+4
2023-07-27mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann1-0/+4
2023-07-27Merge tag 'memory-controller-drv-fixes-6.5' of https://git.kernel.org/pub/scm...Arnd Bergmann1-0/+3
2023-07-27backlight: corgi_lcd: fix missing prototypeArnd Bergmann1-0/+2
2023-07-27netlink: allow be16 and be32 types in all uint policy checksFlorian Westphal1-7/+3
2023-07-27arch: Register fchmodat2, usually as syscall 452Palmer Dabbelt1-1/+4
2023-07-27fs: Add fchmodat2()Alexey Gladkov1-0/+2
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+2
2023-07-27net: phy: smsc: add WoL support to LAN8740/LAN8742 PHYsTristram Ha1-0/+34
2023-07-27of: fix htmldocs build warningsStephen Rothwell1-4/+3
2023-07-26kunit: Add ability to filter attributesRae Moar1-0/+31
2023-07-26kunit: Add module attributeRae Moar1-5/+8
2023-07-26kunit: Add speed attributeRae Moar1-1/+31
2023-07-26kunit: Add test attributes API structureRae Moar2-0/+52
2023-07-26coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual1-0/+47
2023-07-26coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual1-0/+12
2023-07-26iommufd: Add IOMMU_HWPT_ALLOCJason Gunthorpe1-0/+26
2023-07-26iommufd/selftest: Test iommufd_device_replace()Nicolin Chen1-0/+1
2023-07-26perf: Remove unused extern declaration arch_perf_get_page_size()YueHaibing1-4/+0
2023-07-26perf: Remove unused PERF_PMU_CAP_HETEROGENEOUS_CPUS capabilityJames Clark1-4/+3
2023-07-26perf/mem: Add PERF_MEM_LVLNUM_NA to PERF_MEM_NARavi Bangoria1-1/+2
2023-07-26perf/mem: Introduce PERF_MEM_LVLNUM_UNCRavi Bangoria1-1/+2
2023-07-26net: skbuff: remove unused HAVE_HW_TIME_STAMP feature definePeter Seiderer1-2/+0
2023-07-26xen/evtchn: Introduce new IOCTL to bind static evtchnRahul Singh2-1/+19
2023-07-26usb: phy: add usb phy notify port status APIStanley Chang1-0/+13
2023-07-26af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima1-1/+5
2023-07-26scsi: iscsi: Remove unused extern declaration iscsi_lookup_iface()YueHaibing1-1/+0
2023-07-26scsi: ufs: Fix residual handlingBart Van Assche1-0/+6
2023-07-26scsi: RDMA/srp: Fix residual handlingBart Van Assche0-0/+0
2023-07-25bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assignLorenz Bauer4-12/+103
2023-07-25net: remove duplicate sk_lookup helpersLorenz Bauer2-0/+16
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer2-6/+20
2023-07-25net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2-0/+12
2023-07-25drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()YueHaibing1-5/+0
2023-07-25serial: make uart_insert_char() accept u8sJiri Slaby1-1/+1
2023-07-25serial: convert uart sysrq handling to u8Jiri Slaby1-8/+8
2023-07-25tty: sysrq: switch the rest of keys to u8Jiri Slaby1-8/+8