aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
11 daysMerge branch 'v5.10/standard/base' into v5.10/standard/cn-sdkv5.4/octeonv5.10/standard/cn-sdkv5.4/octeonBruce Ashfield
11 daysMerge tag 'v5.10.216' into v5.10/standard/basev5.10/standard/baseBruce Ashfield
11 daysMerge tag 'v5.10.215' into v5.10/standard/baseBruce Ashfield
11 daysMerge tag 'v5.10.214' into v5.10/standard/baseBruce Ashfield
11 daysMerge tag 'v5.10.213' into v5.10/standard/baseBruce Ashfield
11 daysMerge tag 'v5.10.211' into v5.10/standard/baseBruce Ashfield
2024-05-02serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Randy Dunlap
2024-05-02ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu
2024-05-02tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson
2024-05-02serial: core: Provide port lock wrappersThomas Gleixner
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima
2024-05-02irqflags: Explicitly ignore lockdep_hrtimer_exit() argumentArnd Bergmann
2024-05-02af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima
2024-05-02Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-05-02ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc
2024-05-02geneve: fix header validation in geneve[6]_xmit_skbEric Dumazet
2024-05-02u64_stats: fix u64_stats_init() for lockdep when used repeatedly in one filePetr Tesarik
2024-04-13Input: allocate keycode for Display refresh rate toggleGergo Koteles
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-13tcp: properly terminate timers for kernel socketsEric Dumazet
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-13soc: fsl: qbman: Add CGR update functionSean Anderson
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-13mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin
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-26scsi: fc: Update formal FPIN descriptor definitionsShyam Sundar
2024-03-26remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier
2024-03-26drm: Don't treat 0 as -1 in drm_fixp2int_ceilHarry Wentland
2024-03-26bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2024-03-26net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva
2024-03-26net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva
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