aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray1-0/+65
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray4-0/+78
2019-12-04kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches1-1/+3
2019-12-04kernel/profile.c: use cpumask_available to check for NULL cpumaskNathan Chancellor1-3/+3
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni3-28/+1
2019-12-04kernel/notifier.c: remove notifier_chain_cond_register()Xiaoming Ni1-16/+1
2019-12-04kernel/notifier.c: intercept duplicate registrations to avoid infinite loopsXiaoming Ni1-1/+4
2019-12-04auxdisplay: charlcd: deduplicate simple_strtoul()Andy Shevchenko1-27/+7
2019-12-04kernel.h: update comment about simple_strto<foo>() functionsAndy Shevchenko1-5/+14
2019-12-04scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in commit messageJoe Perches1-1/+37
2019-12-04arch/Kconfig: fix indentationKrzysztof Kozlowski1-11/+11
2019-12-04linux/scc.h: make uapi linux/scc.h self-containedMasahiro Yamada2-1/+1
2019-12-04linux/build_bug.h: change type to intRikard Falkeborn1-2/+2
2019-12-04.gitattributes: use 'dts' diff driver for dts filesStephen Boyd1-0/+2
2019-12-04include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerAlessio Balsini1-4/+2
2019-12-04fs/proc/Kconfig: fix indentationKrzysztof Kozlowski1-4/+4
2019-12-04include/linux/proc_fs.h: fix confusing macro arg nameMiaohe Lin1-2/+2
2019-12-04fs/proc/internal.h: shuffle "struct pde_opener"Alexey Dobriyan1-1/+1
2019-12-04fs/proc/generic.c: delete useless "len" variableAlexey Dobriyan1-4/+2
2019-12-04proc: change ->nlink under proc_subdir_lockAlexey Dobriyan1-16/+15
2019-12-04mm/memory.c: replace is_zero_pfn with is_huge_zero_pmd for thpYu Zhao1-1/+1
2019-12-04mm/memcontrol: use vmstat names for printing statisticsKonstantin Khlebnikov3-36/+29
2019-12-04mm/vmstat: add helpers to get vmstat item names for each enum typeKonstantin Khlebnikov3-37/+73
2019-12-04mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache destructionRoman Gushchin1-0/+12
2019-12-04mm/kasan/common.c: fix compile errorzhong jiang1-0/+1
2019-12-03firmware: dmi: Add dmi_memdev_handleJean Delvare2-0/+18
2019-12-03firmware: dmi: Remember the memory typeJean Delvare2-1/+26
2019-12-02platform/chrome: wilco_ec: fix use after free issueWen Yang1-1/+1
2019-12-01openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-01openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-01net: phy: realtek: fix using paged operations with RTL8105e / RTL8208Heiner Kallweit1-0/+9
2019-12-01r8169: fix resume on cable plug-inHeiner Kallweit1-0/+1
2019-12-01r8169: fix jumbo configuration for RTL8168evlHeiner Kallweit1-1/+1
2019-12-01mm/page_io.c: annotate refault stalls from swap_readpageMinchan Kim1-2/+13
2019-12-01mm/Kconfig: fix trivial help text punctuationRandy Dunlap1-1/+1
2019-12-01mm/Kconfig: fix indentationKrzysztof Kozlowski1-19/+19
2019-12-01mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder4-9/+0
2019-12-01mm: fix typos in comments when calling __SetPageUptodate()Wei Yang2-2/+2
2019-12-01mm: fix struct member name in function commentsHao Lee1-1/+1
2019-12-01mm/shmem.c: cast the type of unmap_start to u64Chen Jun1-1/+1
2019-12-01mm: shmem: use proper gfp flags for shmem_writepage()Yang Shi1-1/+2
2019-12-01mm/shmem.c: make array 'values' static const, makes object smallerColin Ian King1-1/+1
2019-12-01userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORKMike Rapoport1-7/+11
2019-12-01fs/userfaultfd.c: wp: clear VM_UFFD_MISSING or VM_UFFD_WP during userfaultfd_register()Andrea Arcangeli1-1/+2
2019-12-01userfaultfd: wrap the common dst_vma check into an inlined functionWei Yang1-24/+32
2019-12-01userfaultfd: remove unnecessary WARN_ON() in __mcopy_atomic_hugetlb()Wei Yang1-5/+0
2019-12-01userfaultfd: use vma_pagesize for all huge page size calculationWei Yang1-3/+4
2019-12-01mm/madvise.c: use PAGE_ALIGN[ED] for range checkingWei Yang1-2/+2
2019-12-01mm/madvise.c: replace with page_size() in madvise_inject_error()Yunfeng Ye1-4/+4
2019-12-01mm/mmap.c: make vma_merge() comment more easy to understandWei Yang1-9/+12