summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-11padata: remove reorder_objectsDaniel Jordan1-2/+0
2019-12-11padata: remove cpumask change notifierDaniel Jordan1-11/+0
2019-12-11padata: validate cpumask without removed CPU during offlineDaniel Jordan1-0/+1
2019-12-11crypto: cipher - remove crt_u.cipher (struct cipher_tfm)Eric Biggers1-42/+6
2019-12-11crypto: compress - remove crt_u.compress (struct compress_tfm)Eric Biggers1-37/+6
2019-12-11crypto: skcipher - add crypto_skcipher_min_keysize()Eric Biggers1-0/+6
2019-12-11crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h>Eric Biggers2-10/+10
2019-12-11crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithmsEric Biggers1-0/+6
2019-12-11crypto: skcipher - remove crypto_skcipher::decryptEric Biggers1-2/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::encryptEric Biggers1-1/+0
2019-12-11crypto: skcipher - remove crypto_skcipher::setkeyEric Biggers1-7/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers1-3/+2
2019-12-11crypto: skcipher - remove crypto_skcipher::ivsizeEric Biggers1-2/+1
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook3-6/+4
2019-12-11crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu1-5/+29
2019-12-11isdn: capi: dead code removalArnd Bergmann4-623/+0
2019-12-11staging: remove isdn capi driversArnd Bergmann3-94/+0
2019-12-11i2c: add helper to check if a client has a driver attachedWolfram Sang1-0/+5
2019-12-11dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2-0/+112
2019-12-11simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro3-2/+3
2019-12-11io_uring: allow unbreakable linksJens Axboe1-0/+1
2019-12-11i2c: fix header file kernel-doc warningRandy Dunlap1-0/+1
2019-12-11i2c: remove i2c_new_dummy() APIWolfram Sang1-6/+0
2019-12-10drm/atomic: Update docs around locking and commit sequencingDaniel Vetter1-2/+11
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov1-0/+5
2019-12-10ALSA: hda: Use standard waitqueue for RIRB wakeupTakashi Iwai1-0/+1
2019-12-10bus: ti-sysc: Fix missing force mstandby quirk handlingTony Lindgren1-0/+1
2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-0/+1
2019-12-10ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto1-2/+2
2019-12-10ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto1-2/+2
2019-12-10ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto1-3/+0
2019-12-10ASoC: soc-core: find rtd via dai_link pointer at snd_soc_get_pcm_runtime()Kuninori Morimoto1-1/+1
2019-12-10ASoC: soc-core: remove snd_soc_get_dai_substream()Kuninori Morimoto1-2/+0
2019-12-10ASoC: soc-core: remove dai_link_listKuninori Morimoto1-7/+0
2019-12-10ASoC: SOF: ipc: channel map structuresSlawomir Blauciak1-0/+61
2019-12-10ASoC: SOF: Add asynchronous sample rate converter topology supportSeppo Ingalsuo3-1/+34
2019-12-10usb: host: ehci-sh: Remove unused platform data supportGeert Uytterhoeven1-16/+0
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar1-10/+5
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar1-0/+2
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar427-4772/+7385
2019-12-10dmaengine: Remove spaces before TABsGeert Uytterhoeven1-1/+1
2019-12-10net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang1-0/+1
2019-12-10dt-bindings: reset: meson8b: fix duplicate reset IDsMartin Blumenstingl1-3/+3
2019-12-10security,lockdown,selinux: implement SELinux lockdownStephen Smalley2-0/+4
2019-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+3
2019-12-10drm/panel: drop drm_device from drm_panelSam Ravnborg1-7/+0
2019-12-10drm/panel: decouple connector from drm_panelSam Ravnborg1-8/+1
2019-12-10drm/panel: add drm_connector argument to get_modes()Sam Ravnborg1-1/+2
2019-12-10drm: get drm_bridge_panel connector via helperSam Ravnborg1-0/+1
2019-12-10drm/panel: add backlight supportSam Ravnborg1-0/+25