No description
Find a file
Ganesh Goudar 38b6ec5008 cxgb4: handle serial flash interrupt
If SF bit is not cleared in PL_INT_CAUSE, subsequent non-data
interrupts are not raised.  Enable SF bit in Global Interrupt
Mask and handle it as non-fatal and hence eventually clear it.

Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-13 15:57:32 -04:00
arch ibmvnic: Client-initiated failover 2017-06-13 12:53:35 -04:00
block
certs
crypto
Documentation
drivers cxgb4: handle serial flash interrupt 2017-06-13 15:57:32 -04:00
firmware
fs
include of_mdio: move of_mdio_parse_addr to header file 2017-06-13 14:00:16 -04:00
init
ipc
kernel bpf: reset id on spilled regs in clear_all_pkt_pointers 2017-06-10 19:05:45 -04:00
lib networking: use skb_put_zero() 2017-06-13 13:54:03 -04:00
mm
net networking: use skb_put_zero() 2017-06-13 13:54:03 -04:00
samples
scripts
security
sound
tools selftests/bpf: make correct use of exit codes in bpf selftests 2017-06-13 13:58:56 -04:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS wireless-drivers-next patches for 4.13 2017-06-12 10:14:29 -04: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.