aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-09-13ALSA: hda - Enable runtime PM only for discrete GPUGravatar Takashi Iwai 1-0/+3
2018-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+15
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-14/+54
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+13
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Gravatar Linus Torvalds 4-2/+31
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-7/+0
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 2-4/+5
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-44/+82
2018-08-24i2c: ocores: update my email addressGravatar Peter Korsgaard 1-1/+1
2018-08-24i2c: remove deprecated attach_adapter callbackGravatar Wolfram Sang 1-6/+0
2018-08-23Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-164/+181
2018-08-23mm: Change return type int to vm_fault_t for fault handlersGravatar Souptick Joarder 6-17/+20
2018-08-23docs/mm: make GFP flags descriptions usable as kernel-docGravatar Mike Rapoport 1-137/+154
2018-08-23mm: soft-offline: close the race against page allocationGravatar Naoya Horiguchi 2-10/+5
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesGravatar Salvatore Mesoraca 1-0/+2
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 7-6/+35
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-3/+16
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxGravatar Linus Torvalds 2-8/+16
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Gravatar Linus Torvalds 1-0/+12
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-0/+10
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 7-13/+107
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveGravatar Nick Desaulniers 4-232/+127
2018-08-22sunrpc: Extract target name into svc_credGravatar Chuck Lever 1-0/+3
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-0/+21
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-5/+0
2018-08-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 31-96/+287
2018-08-22ipc/util.c: further variable name cleanupsGravatar Manfred Spraul 1-1/+1
2018-08-22ipc: get rid of ids->tables_initialized hackGravatar Davidlohr Bueso 1-1/+0
2018-08-22signal: make get_signal() return boolGravatar Christian Brauner 1-1/+1
2018-08-22signal: make unhandled_signal() return boolGravatar Christian Brauner 1-1/+1
2018-08-22signal: make force_sigsegv() voidGravatar Christian Brauner 1-1/+1
2018-08-22lib: add crc64 calculation routinesGravatar Coly Li 1-0/+11
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEGravatar Chris Wilson 2-2/+2
2018-08-22kernel: tracepoints: add support for relative referencesGravatar Ard Biesheuvel 1-4/+15
2018-08-22PCI: Add support for relative addressing in quirk tablesGravatar Ard Biesheuvel 1-0/+20
2018-08-22init: allow initcall tables to be emitted using relative referencesGravatar Ard Biesheuvel 1-11/+33
2018-08-22module: use relative references for __ksymtab entriesGravatar Ard Biesheuvel 2-11/+54
2018-08-22module: allow symbol exports to be disabledGravatar Ard Biesheuvel 1-1/+10
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutGravatar Dmitry Vyukov 2-0/+2
2018-08-22linux/compiler.h: don't use boolGravatar Rasmus Villemoes 1-1/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tGravatar Sebastian Andrzej Siewior 1-2/+3
2018-08-22bdi: use refcount_t for reference counting instead atomic_tGravatar Sebastian Andrzej Siewior 2-3/+4
2018-08-22kernel.h: documentation for roundup() vs round_up()Gravatar Kees Cook 1-1/+34
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreGravatar Omar Sandoval 1-0/+2
2018-08-22proc/kcore: don't grab lock for kclist_add()Gravatar Omar Sandoval 1-1/+1
2018-08-22proc: spread "const" a bitGravatar Alexey Dobriyan 1-1/+1
2018-08-22mm: fix comment for NODEMASK_ALLOCGravatar Oscar Salvador 1-1/+1
2018-08-22/proc/meminfo: add percpu populated pages countGravatar Dennis Zhou (Facebook) 1-0/+2
2018-08-22mm, oom: introduce memory.oom.groupGravatar Roman Gushchin 1-0/+18
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugGravatar Oscar Salvador 2-1/+2