summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner1-2/+4
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2-1/+34
2019-11-20futex: Move futex exit handling into futex codeThomas Gleixner2-15/+16
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai8-30/+29
2019-10-09Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2019-10-08leds: core: Fix leds.h structure documentationDan Murphy1-3/+2
2019-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+33
2019-10-08mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka1-0/+4
2019-10-08mm, memcg: make scan aggression always exclude protectionChris Down1-13/+12
2019-10-08mm, memcg: make memory.emin the baseline for utilisation determinationChris Down1-6/+13
2019-10-08mm, memcg: proportional memory.{low,min} reclaimChris Down1-0/+20
2019-10-08memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He1-0/+3
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds1-2/+4
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-5/+15
2019-10-05net: phy: extract pause modeRussell King1-0/+1
2019-10-05net: phy: extract link partner advertisement readingRussell King1-0/+1
2019-10-05net: phy: fix write to mii-ctrl1000 registerRussell King1-0/+9
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2019-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+1
2019-10-02net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean1-1/+3
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-4/+1
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai2-0/+77
2019-09-30kvm: x86, powerpc: do not allow clearing largepages debugfs entryPaolo Bonzini1-0/+2
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+7
2019-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds1-29/+0
2019-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-27/+23
2019-09-29Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2-6/+8
2019-09-29Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes1-4/+8
2019-09-29Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes1-2/+0
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-27/+29
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-2/+89
2019-09-28Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+56
2019-09-28Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-6/+14
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2019-09-27Merge tag 'pwm/for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2019-09-27sk_buff: drop all skb extensions on free and skb scrubbingFlorian Westphal1-0/+9
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-6/+7
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-70/+118
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-2/+2
2019-09-26mm: introduce MADV_PAGEOUTMinchan Kim1-0/+1
2019-09-26mm: introduce MADV_COLDMinchan Kim1-0/+1
2019-09-26kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson1-0/+2
2019-09-26uaccess: add missing __must_check attributesKees Cook2-11/+12
2019-09-26kexec: restore arch_kexec_kernel_image_probe declarationVasily Gorbik1-0/+2
2019-09-26cpumask: nicer for_each_cpumask_and() signatureAlexey Dobriyan1-7/+7
2019-09-26fork: improve error message for corrupted page tablesSai Praneeth Prakhya1-0/+4
2019-09-26lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd1-7/+15
2019-09-26kernel-doc: core-api: include string.h into core-apiJoe Perches1-2/+3
2019-09-26augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse1-12/+12
2019-09-26augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2-21/+37