summaryrefslogtreecommitdiff
path: root/include/linux/sh_timer.h
blob: 64638b058076e094ad785072912889640bcb7d85 (plain)
1
2
3
4
5
6
7
8
#ifndef __SH_TIMER_H__
#define __SH_TIMER_H__

struct sh_timer_config {
	unsigned int channels_mask;
};

#endif /* __SH_TIMER_H__ */
2-29rxrpc: Strip barriers and atomics off of timer trackingDavid Howells 2023-12-24rxrpc: Create a procfile to display outstanding client conn bundlesDavid Howells 2023-11-17rxrpc: Fix some minor issues with bundle tracingDavid Howells 2023-01-06rxrpc: Move client call connection to the I/O threadDavid Howells 2023-01-06rxrpc: Move the client conn cache management to the I/O threadDavid Howells 2023-01-06rxrpc: Remove call->state_lockDavid Howells 2023-01-06rxrpc: Set up a connection bundle from a call, not rxrpc_conn_parametersDavid Howells 2023-01-06rxrpc: Make the set of connection IDs per local endpointDavid Howells 2023-01-06rxrpc: Make the local endpoint hold a ref on a connected callDavid Howells 2023-01-06rxrpc: Stash the network namespace pointer in rxrpc_localDavid Howells 2022-12-19rxrpc: Fix security setting propagationDavid Howells 2022-12-01rxrpc: Remove the _bh annotation from all the spinlocksDavid Howells 2022-12-01rxrpc: Remove RCU from peer->error_targets listDavid Howells 2022-12-01rxrpc: Copy client call parameters into rxrpc_call earlierDavid Howells 2022-12-01rxrpc: Don't hold a ref for connection workqueueDavid Howells 2022-12-01rxrpc: Trace rxrpc_bundle refcountDavid Howells 2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracingDavid Howells 2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracingDavid Howells 2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracingDavid Howells 2022-12-01rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracingDavid Howells 2022-12-01rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundleDavid Howells 2022-12-01rxrpc: Remove the [_k]net() debugging macrosDavid Howells 2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-11-18rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]David Howells 2022-11-08rxrpc: Fix congestion managementDavid Howells 2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells 2021-11-29rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata