summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-04-13SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo
2024-04-13objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf
2024-04-13driver core: Introduce device_link_wait_removal()Herve Codina
2024-04-13udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart
2024-04-13mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka
2024-04-13vfio: Introduce interface to flush virqfd inject workqueueAlex Williamson
2024-04-13x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-04-13Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley
2024-04-13nfs: fix UAF in direct writesJosef Bacik
2024-04-13phy: tegra: xusb: Add API to retrieve the port number of phyWayne Chang
2024-04-13PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas
2024-04-13PCI: Cache PCIe Device Capabilities registerAmey Narkhede
2024-04-13PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley
2024-04-13block: introduce zone_write_granularity limitDamien Le Moal
2024-04-13timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner
2024-04-13timers: Use del_timer_sync() even on UPThomas Gleixner
2024-03-26rcu: add a helper to report consolidated flavor QSYan Zhai
2024-03-26remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier
2024-03-26bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-26PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-03-26block: add a new set_read_only methodChristoph Hellwig
2024-03-26fs/select: rework stack allocation hack for clangArnd Bergmann
2024-03-26RDMA/mlx5: Fix fortify source warning while accessing Eth segmentLeon Romanovsky
2024-03-26bpf: Defer the free of inner map when necessaryHou Tao
2024-03-26rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith
2024-03-15mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2024-03-15hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardeningAndres Beltran
2024-03-15Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardeningAndres Beltran
2024-03-15lsm: fix default return value of the socket_getpeersec_*() hooksOndrej Mosnacek
2024-03-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore
2024-03-15bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-01fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaioBart Van Assche
2024-03-01drm/syncobj: make lockdep complain on WAIT_FOR_SUBMIT v3Christian König
2024-03-01net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2024-03-01task_stack, x86/cea: Force-inline stack helpersBorislav Petkov
2024-02-23PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson
2024-02-23PM: runtime: add devm_pm_runtime_enable helperDmitry Baryshkov
2024-02-23netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2024-02-23serial: Add rs485_supported to uart_portIlpo Järvinen
2024-02-23hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2024-02-23dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVFrank Li
2024-02-23PCI: add INTEL_HDA_ARL to pci_ids.hPierre-Louis Bossart
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao
2024-02-23x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe
2024-02-23mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla
2024-02-23mm: use __pfn_to_section() instead of open coding itRolf Eike Beer