Fork of reMarkable kernel https://github.com/reMarkable/linux
Go to file
David S. Miller 88efe190f3 Merge branch 'dsa-mv88e6xxx-port-macros-cosmetics'
Vivien Didelot says:

====================
net: dsa: mv88e6xxx: port macros cosmetics

This patch series brings no functional changes.

It prefixes all common port registers macros with MV88E6XXX_PORT.
If registers or some bits differs between switch models, a reference
model is chosen (e.g. MV88E6390_PORT_MAC_CTL_SPEED_10000.)

The register names are documented as found in the datasheets.

Avoid BIT() and shifts defines and prefer a better representation of the
Marvell switch registers with ordered, hexadecimal, 16-bit values.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-13 11:23:13 -04:00
arch bpf, arm64: take advantage of stack_depth tracking 2017-06-11 18:18:32 -04:00
block block: Avoid that blk_exit_rl() triggers a use-after-free 2017-06-01 13:07:55 -06:00
certs
crypto
Documentation rxrpc: Provide a cmsg to specify the amount of Tx data for a call 2017-06-07 17:15:46 +01:00
drivers net: dsa: mv88e6xxx: prefix remaining port macros 2017-06-13 11:23:12 -04:00
firmware
fs rxrpc: Provide a cmsg to specify the amount of Tx data for a call 2017-06-07 17:15:46 +01:00
include udp: avoid a cache miss on dequeue 2017-06-12 10:01:29 -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
mm mm: consider memblock reservations for deferred memory initialization sizing 2017-06-02 15:07:38 -07:00
net udp: try to avoid 2 cache miss on dequeue 2017-06-12 10:01:29 -04:00
samples samples/bpf: add tests for more perf event types 2017-06-04 21:58:15 -04:00
scripts scripts/gdb: make lx-dmesg command work (reliably) 2017-06-02 15:07:38 -07:00
security
sound sound fixes for 4.12-rc4 2017-06-02 09:40:47 -07:00
tools bpf: add bpf_set_hash helper for tc progs 2017-06-10 19:05:47 -04:00
usr initramfs: fix disabling of initramfs (and its compression) 2017-06-02 15:07:37 -07:00
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 Linux 4.12-rc4 2017-06-04 16:47:43 -07:00
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.