aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul1-1/+1
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso1-1/+0
2018-08-22signal: make get_signal() return boolChristian Brauner1-1/+1
2018-08-22signal: make unhandled_signal() return boolChristian Brauner1-1/+1
2018-08-22signal: make force_sigsegv() voidChristian Brauner1-1/+1
2018-08-22autofs: add AUTOFS_EXP_FORCED flagIan Kent1-3/+5
2018-08-22lib: add crc64 calculation routinesColy Li1-0/+11
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson2-2/+2
2018-08-22kernel: tracepoints: add support for relative referencesArd Biesheuvel1-4/+15
2018-08-22PCI: Add support for relative addressing in quirk tablesArd Biesheuvel1-0/+20
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel1-11/+33
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel3-13/+64
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-1/+10
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2-0/+2
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes1-1/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior1-2/+3
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2-3/+4
2018-08-22kernel.h: documentation for roundup() vs round_up()Kees Cook1-1/+34
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov1-3/+13
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval1-0/+2
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval1-1/+1
2018-08-22proc: spread "const" a bitAlexey Dobriyan1-1/+1
2018-08-22mm: fix comment for NODEMASK_ALLOCOscar Salvador1-1/+1
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)1-0/+2
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin1-0/+18
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2-1/+2
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2-15/+20
2018-08-22mm: remove zone_id() and make use of zone_idx() in is_dev_zone()Oscar Salvador1-19/+12
2018-08-22mm: zero out the vma in vma_init()Andrew Morton1-0/+1
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko4-12/+30
2018-08-22mm, swap, get_swap_pages: use entry_size instead of cluster in parameterHuang Ying1-1/+1
2018-08-22mm: struct shrinker: make flags of unsigned typeKirill Tkhai1-2/+2
2018-08-22mm: struct shrink_control: keep int fields togetherKirill Tkhai1-3/+3
2018-08-22fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline1-7/+1
2018-08-22ata: libahci_platform: add reset control supportKunihiko Hayashi1-0/+2
2018-08-22ata: add an extra argument to ahci_platform_get_resources()Kunihiko Hayashi1-1/+1
2018-08-22Merge tag 'acpi-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-2/+8
2018-08-22vmlinux.lds.h: remove stale <linux/export.h> includeMasahiro Yamada1-2/+0
2018-08-22export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR()Masahiro Yamada1-7/+0
2018-08-22y2038: Provide aliases for compat helpersArnd Bergmann1-0/+15
2018-08-22Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini4-1/+30
2018-08-21ida: Remove old APIMatthew Wilcox1-17/+4
2018-08-21ida: Add new APIMatthew Wilcox1-3/+56
2018-08-21Merge tag 'ovl-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds3-34/+24
2018-08-21Merge tag 'for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds2-0/+3
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-18/+15
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds7-50/+59
2018-08-21net_sched: remove unused tcfa_capabCong Wang1-2/+0
2018-08-21net_sched: remove list_head from tc_actionCong Wang2-12/+14
2018-08-21net_sched: remove unused tcf_idr_check()Cong Wang1-2/+0