summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2018-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+15
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-14/+54
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+13
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds-2/+31
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds-0/+17
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-9/+0
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds-4/+5
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-24/+23
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-44/+82
2018-08-24Merge tag 'reset-for-4.19-2' of git://git.pengutronix.de/git/pza/linux into n...Olof Johansson-0/+17
2018-08-24i2c: ocores: update my email addressPeter Korsgaard-1/+1
2018-08-24i2c: remove deprecated attach_adapter callbackWolfram Sang-6/+0
2018-08-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds-164/+181
2018-08-23mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder-17/+20
2018-08-23docs/mm: make GFP flags descriptions usable as kernel-docMike Rapoport-137/+154
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi-10/+5
2018-08-23namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca-0/+2
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-6/+35
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-3/+16
2018-08-23Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds-2/+16
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds-10/+20
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-24/+0
2018-08-23Merge branch 'tlb-fixes'Linus Torvalds-14/+13
2018-08-23Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds-0/+12
2018-08-23Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds-0/+95
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-44/+761
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds-13/+107
2018-08-23mm: mmu_notifier fix for tlb_end_vmaNicholas Piggin-4/+13
2018-08-22x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra-10/+0
2018-08-22include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers-232/+127
2018-08-22sunrpc: Extract target name into svc_credChuck Lever-0/+3
2018-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+30
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+5
2018-08-22Merge tag 'f2fs-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-5/+0
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-105/+317
2018-08-22ipc/util.c: further variable name cleanupsManfred Spraul-1/+1
2018-08-22ipc: get rid of ids->tables_initialized hackDavidlohr Bueso-1/+0
2018-08-22signal: make get_signal() return boolChristian Brauner-1/+1
2018-08-22signal: make unhandled_signal() return boolChristian Brauner-1/+1
2018-08-22signal: make force_sigsegv() voidChristian Brauner-1/+1
2018-08-22autofs: add AUTOFS_EXP_FORCED flagIan Kent-3/+5
2018-08-22lib: add crc64 calculation routinesColy Li-0/+11
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson-2/+2
2018-08-22kernel: tracepoints: add support for relative referencesArd Biesheuvel-4/+15
2018-08-22PCI: Add support for relative addressing in quirk tablesArd Biesheuvel-0/+20
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel-11/+33
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel-13/+64
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel-1/+10
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov-0/+2
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes-1/+1