summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-04-10SUNRPC: change svc_get() to return the svc.NeilBrown
2024-04-10exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman
2024-04-10exit: Implement kthread_exitEric W. Biederman
2024-04-10fanotify: wire up FAN_RENAME eventAmir Goldstein
2024-04-10fsnotify: generate FS_RENAME event with rich informationAmir Goldstein
2024-04-10fanotify: introduce group flag FAN_REPORT_TARGET_FIDAmir Goldstein
2024-04-10fsnotify: separate mark iterator type from object type enumAmir Goldstein
2024-04-10fsnotify: clarify object type argumentAmir Goldstein
2024-04-10SUNRPC: Change return value type of .pc_encodeChuck Lever
2024-04-10SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever
2024-04-10SUNRPC: Change return value type of .pc_decodeChuck Lever
2024-04-10SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever
2024-04-10NFS: Move NFS protocol display macros to global headerChuck Lever
2024-04-10fanotify: Allow users to request FAN_FS_ERROR eventsGabriel Krisman Bertazi
2024-04-10fanotify: Pre-allocate pool of error eventsGabriel Krisman Bertazi
2024-04-10fsnotify: Support FS_ERROR event typeGabriel Krisman Bertazi
2024-04-10fanotify: Require fid_mode for any non-fd eventGabriel Krisman Bertazi
2024-04-10fsnotify: Pass group argument to free_eventGabriel Krisman Bertazi
2024-04-10fsnotify: Protect fsnotify_handle_inode_event from no-inode eventsGabriel Krisman Bertazi
2024-04-10fsnotify: Retrieve super block from the data fieldGabriel Krisman Bertazi
2024-04-10fsnotify: Add wrapper around fsnotify_add_eventGabriel Krisman Bertazi
2024-04-10fsnotify: Add helper to detect overflow_eventGabriel Krisman Bertazi
2024-04-10fsnotify: clarify contract for create event hooksAmir Goldstein
2024-04-10fsnotify: pass dentry instead of inode dataAmir Goldstein
2024-04-10fsnotify: pass data_type to fsnotify_name()Amir Goldstein
2024-04-10arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra
2024-04-10x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-04-10dma-iommu: add iommu_dma_opt_mapping_size()John Garry
2024-04-10dma-mapping: add dma_opt_mapping_size()John Garry
2024-04-10minmax: add umin(a, b) and umax(a, b)David Laight
2024-04-10Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memoryMichael Kelley
2024-04-10ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)
2024-04-10nfs: fix UAF in direct writesJosef Bacik
2024-04-10phy: tegra: xusb: Add API to retrieve the port number of phyWayne Chang
2024-04-10PCI: Work around Intel I210 ROM BAR overlap defectBjorn Helgaas
2024-04-10timers: Rename del_timer_sync() to timer_delete_sync()Thomas Gleixner
2024-04-10timers: Use del_timer_sync() even on UPThomas Gleixner
2024-03-26rcu: add a helper to report consolidated flavor QSYan Zhai
2024-03-26modules: wait do_free_init correctlyChangbin Du
2024-03-26bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-26bpf: net: Change sk_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-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