No description
77606b136a
* refs/heads/tmp-bafa20f: Linux 4.19.60 x86/entry/32: Fix ENDPROC of common_spurious drm/udl: move to embedding drm device inside udl device. drm/udl: Replace drm_dev_unref with drm_dev_put drm/udl: introduce a macro to convert dev to udl. regmap-irq: do not write mask register if mask_base is zero crypto/NX: Set receive window credits to max number of CRBs in RxFIFO crypto: talitos - fix hash on SEC1. crypto: talitos - move struct talitos_edesc into talitos.h s390/qdio: don't touch the dsci in tiqdio_add_input_queues() s390/qdio: (re-)initialize tiqdio list entries s390: fix stfle zero padding ARC: hide unused function unw_hdr_alloc x86/irq: Seperate unused system vectors from spurious entry again x86/irq: Handle spurious interrupt after shutdown gracefully x86/ioapic: Implement irq_get_irqchip_state() callback genirq: Add optional hardware synchronization for shutdown genirq: Fix misleading synchronize_irq() documentation genirq: Delay deactivation in free_irq() linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL pinctrl: mediatek: Update cur_mask in mask/mask ops cpu/hotplug: Fix out-of-bounds read when setting fail state pinctrl: mediatek: Ignore interrupts that are wake only during resume HID: multitouch: Add pointstick support for ALPS Touchpad HID: chicony: add another quirk for PixArt mouse x86/boot/64: Add missing fixup_pointer() for next_early_pgt access x86/boot/64: Fix crash if kernel image crosses page table boundary dm verity: use message limit for data block corruption message dm table: don't copy from a NULL pointer in realloc_argv() pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call order ARM: dts: imx6ul: fix PWM[1-4] interrupts sis900: fix TX completion ppp: mppe: Add softdep to arc4 be2net: fix link failure after ethtool offline test x86/apic: Fix integer overflow on 10 bit left shift of cpu_khz afs: Fix uninitialised spinlock afs_volume::cb_break_lock ARM: omap2: remove incorrect __init annotation ARM: dts: gemini Fix up DNS-313 compatible string perf/core: Fix perf_sample_regs_user() mm check efi/bgrt: Drop BGRT status field reserved bits check clk: ti: clkctrl: Fix returning uninitialized data irqchip/gic-v3-its: Fix command queue pointer comparison bug firmware: improve LSM/IMA security behaviour drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header Input: synaptics - enable SMBUS on T480 thinkpad trackpad e1000e: start network tx queue only when link is up Revert "e1000e: fix cyclic resets at link up with active tx" ANDROID: overlayfs: override_creds=off option bypass creator_cred (part deux) ANDROID: f2fs: add android fsync tracepoint ANDROID: f2fs: fix wrong android tracepoint Conflicts: include/linux/cpuhotplug.h Change-Id: I8bdec8958ec0a3212ef8a8872bf7b079b4781b3a Signed-off-by: Ivaylo Georgiev <irgeorgiev@codeaurora.org> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
techpack | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Android.bp | ||
AndroidKernel.mk | ||
build.config.cuttlefish.aarch64 | ||
build.config.cuttlefish.x86_64 | ||
build.config.goldfish.arm | ||
build.config.goldfish.arm64 | ||
build.config.goldfish.mips | ||
build.config.goldfish.mips64 | ||
build.config.goldfish.x86 | ||
build.config.goldfish.x86_64 | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README | ||
verity_dev_keys.x509 |
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. 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.