mainlining shenanigans
Go to file
Arnd Bergmann 3e730e8581 Qualcomm ARM Based Driver Updates for v4.21 Part 2 - Redo
* Fix SCM compilation error
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJcE8+2AAoJEFKiBbHx2RXVWvYQAL31XfV+aoSM8QHmozvyBOOD
 VEi29a5V1Su1EpNlIBT91v29wDew/O0knWNbtQnMbFMnQFcplb6S2iW3W+/1OfdN
 qtfpQEbnZCUARMto0ICuDiw9ltk3Lcl7qDJaftgRCJwy/3VJ7Dk3udBWCRb6vGke
 zIDjBad1uZvjwJvP8vflfu6hMpZpnTLlci1MnXVWdZ2aiFRxsOYhYzbEh11+XPSF
 M+HrYdUJTpxsS7KpoAXTHvsYPiJekod57fwCo3T1wbZmPBJAwDuFSpdcBdW/+n8e
 Jx5Wc5VfJSMx3T0F/Uer/YRQB1RxtLE5KU04eui8CkMpzaJ7gyrXywamOcnK0yNE
 UPkyqV+YWbJHOX9/yn/t2y484vMfHgIYIWxuDOQRb39KLZ0kruddMIDsexVd+k3i
 wWCWRQnbxYwCcfh2dTjloJblyWfWMZDtEOrya9tj3BTCFfPRuc1SUPdPWt+oh+A3
 dbNqqOeB6m/hhJGwgHQxqN1rVwjVe+JUbdULZapqZ9esUAfck+h2RSUZItr2FPZl
 ZH5y8GCNNNhHM0rTqYS+FXpHHjS25E2OKhC5InuzB4mVok1lR2d+TH9Vc0cNxztx
 i511zw5LAELpiPV+mANwBFFgZGo6vn7+NLR3y7dFSuNPCL5JNt1RTLhKy7QEgRBn
 5yv1sf3Qo9pVTxwFcElK
 =CGYP
 -----END PGP SIGNATURE-----

Merge tag 'qcom-drivers-for-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into next/drivers

Qualcomm ARM Based Driver Updates for v4.21 Part 2 - Redo

* Fix SCM compilation error

* tag 'qcom-drivers-for-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux:
  firmware: qcom: scm: fix compilation error when disabled

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2018-12-20 16:11:34 +01:00
arch Few more omap driver fixes and improvments for v4.21 merge window 2018-12-12 14:20:55 -08:00
block for-linus-20181109 2018-11-09 16:31:51 -06:00
certs
crypto KEYS: asym_tpm: Add support for the sign operation [ver #2] 2018-10-26 09:30:47 +01:00
Documentation ARM: Xilinx Zynq SoC patches for v5.0 2018-12-20 16:10:36 +01:00
drivers ARM: Xilinx Zynq SoC patches for v5.0 2018-12-20 16:10:36 +01:00
firmware
fs for-4.20-rc1-tag 2018-11-11 16:54:38 -06:00
include Qualcomm ARM Based Driver Updates for v4.21 Part 2 - Redo 2018-12-20 16:11:34 +01:00
init memblock: stop using implicit alignment to SMP_CACHE_BYTES 2018-10-31 08:54:16 -07:00
ipc ipc: IPCMNI limit check for semmni 2018-10-31 08:54:14 -07:00
kernel Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-11-11 16:37:41 -06:00
lib lib/raid6: Fix arm64 test build 2018-11-06 17:12:44 +00:00
LICENSES This is a fairly typical cycle for documentation. There's some welcome 2018-10-24 18:01:11 +01:00
mm memory_hotplug: cond_resched in __remove_pages 2018-11-03 10:09:38 -07:00
net act_mirred: clear skb->tstamp on redirect 2018-11-11 10:21:31 -08:00
samples VFIO updates for v4.20 2018-10-31 11:01:38 -07:00
scripts builddeb: Fix inclusion of dtbs in debian package 2018-11-11 23:04:53 +09:00
security + Features/Improvements 2018-11-02 10:04:26 -07:00
sound ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks 2018-11-06 16:33:53 +01:00
tools perf/urgent improvements and fixes: 2018-11-06 20:03:11 +01:00
usr
virt Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacks" 2018-10-26 16:25:19 -07:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: Update email for Punit Agrawal 2018-11-05 10:02:11 +00:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux 2018-11-10 06:57:34 -06:00
Makefile Linux 4.20-rc2 2018-11-11 17:12:31 -06:00
README

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

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

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.