Go to file
Kees Cook cd07f958e8 scsi: cxgbi: Convert timers to use timer_setup()
In preparation for unconditionally passing the struct timer_list pointer to
all timer callbacks, switch to using the new timer_setup() and from_timer()
to pass the timer pointer explicitly.

Cc: Karen Xie <kxie@chelsio.com>
Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
2017-11-01 11:27:05 -07:00
arch timer: Remove expires and data arguments from DEFINE_TIMER 2017-10-05 15:01:20 +02:00
block
certs
crypto
Documentation dt-bindings: timer: renesas, cmt: Fix SoC-specific compatible values 2017-10-19 23:48:53 +02:00
drivers scsi: cxgbi: Convert timers to use timer_setup() 2017-11-01 11:27:05 -07:00
firmware
fs timer: Remove expires and data arguments from DEFINE_TIMER 2017-10-05 15:01:20 +02:00
include timer: Add parenthesis around timer_setup() macro arguments 2017-11-01 19:05:05 +01:00
init
ipc
kernel clockevents: Update clockevents device next_event on stop 2017-11-01 18:20:17 +01:00
lib timer: Remove expires and data arguments from DEFINE_TIMER 2017-10-05 15:01:20 +02:00
mm
net timer: Remove expires and data arguments from DEFINE_TIMER 2017-10-05 15:01:20 +02:00
samples
scripts
security timer: Remove expires and data arguments from DEFINE_TIMER 2017-10-05 15:01:20 +02:00
sound timer: Remove expires and data arguments from DEFINE_TIMER 2017-10-05 15:01:20 +02:00
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Fix path and add bindings to timers 2017-10-19 23:49:04 +02:00
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.