summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-07-28net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr1-1/+1
2023-07-28net: convert some netlink netdev iterators to depend on the xarrayJakub Kicinski1-0/+3
2023-07-28iommufd: Add iommufd_access_replace() APINicolin Chen1-0/+1
2023-07-28lib/string_choices: Add str_write_read() helperAndy Shevchenko1-0/+1
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman1-2/+6
2023-07-28cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman2-24/+30
2023-07-28can: rx-offload: add can_rx_offload_get_echo_skb_queue_tail()Marc Kleine-Budde1-1/+4
2023-07-28can: rx-offload: rename rx_offload_get_echo_skb() -> can_rx_offload_get_echo_...Marc Kleine-Budde1-3/+3
2023-07-28net: stmmac: Make ptp_clk_freq_config variable type explicitAndrew Halaney1-1/+3
2023-07-28firmware: qcom_scm: Add missing extern specifierGuru Das Srinagesh1-1/+1
2023-07-28bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song1-4/+10
2023-07-28bpf: Support new sign-extension load insnsYonghong Song1-0/+3
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 Kicinski2-8/+1
2023-07-27mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn3-8/+59
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-27backlight: corgi_lcd: fix missing prototypeArnd Bergmann1-0/+2
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-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/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-26net: skbuff: remove unused HAVE_HW_TIME_STAMP feature definePeter Seiderer1-2/+0
2023-07-26usb: phy: add usb phy notify port status APIStanley Chang1-0/+13
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
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby1-1/+1
2023-07-25vfio: Compile vfio_group infrastructure optionallyYi Liu1-3/+22
2023-07-25vfio: Add VFIO_DEVICE_BIND_IOMMUFDYi Liu1-2/+3
2023-07-25iommufd: Add iommufd_ctx_from_fd()Yi Liu1-0/+1
2023-07-25vfio: Add cdev for vfio_deviceYi Liu1-0/+4
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu1-0/+3
2023-07-25iommufd/device: Add iommufd_access_detach() APINicolin Chen1-0/+1
2023-07-25vfio-iommufd: Add detach_ioas support for physical VFIO devicesYi Liu1-1/+7
2023-07-25vfio: Refine vfio file kAPIs for KVMYi Liu1-0/+1
2023-07-25vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdevYi Liu1-0/+14
2023-07-25vfio: Add helper to search vfio_device in a dev_setYi Liu1-0/+3
2023-07-25vfio: Mark cdev usage in vfio_deviceYi Liu1-0/+5
2023-07-25iommufd: Add helper to retrieve iommufd_ctx and devidYi Liu1-0/+3
2023-07-25iommufd: Add iommufd_ctx_has_group()Yi Liu1-0/+2