aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-09[RFC] PCI: rcar: Add bus notifier so we can limit the DMA rangercar/pci-gen3/nextPhil Edworthy1-0/+28
2018-06-09PCI: rcar: Add the suspend/resume for pcie-rcar driverKazufumi Ikeda1-8/+74
2018-06-09PCI: rcar: Support runtime PM, link state L1 handlingPhil Edworthy1-0/+24
2018-06-09PCI: rcar: Add the initialization of PCIe link in resume_noirqKazufumi Ikeda1-0/+20
2018-06-09PCI: rcar: Clean up PHY init on failureMarek Vasut1-1/+5
2018-06-09PCI: rcar: Shut the PHY down in failpathMarek Vasut1-2/+8
2018-06-08Add linux-next specific files for 20180608Stephen Rothwell5-0/+12364
2018-06-08Merge branch 'akpm/master'Stephen Rothwell37-115/+329
2018-06-08sparc64: NG4 memset 32 bits overflowPavel Tatashin1-13/+13
2018-06-08drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer overflowAndi Kleen1-2/+2
2018-06-08kernel/kexec_file.c: load kernel at top of system RAM if requiredBaoquan He1-0/+2
2018-06-08kernel/kexec_file.c: add walk_system_ram_res_rev()AKASHI Takahiro2-0/+66
2018-06-08lib/test_printf.c: call wait_for_random_bytes() before plain %p testsThierry Escande1-0/+7
2018-06-08selftests: cgroup: add test for memory.low corner casesRoman Gushchin1-0/+115
2018-06-08mm, memcg: don't skip memory guarantee calculationsRoman Gushchin1-7/+8
2018-06-08mm, memcg: propagate memory effective protection on setting memory.min/lowRoman Gushchin1-2/+12
2018-06-08hexagon: drop the unused variable zero_page_maskAnshuman Khandual2-4/+0
2018-06-08hexagon: fix printk format warning in setup.cRandy Dunlap1-1/+1
2018-06-08mm-fix-oom_kill-event-handling-fixAndrew Morton1-1/+1
2018-06-08mm: fix oom_kill event handlingRoman Gushchin3-7/+27
2018-06-08treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner9-13/+13
2018-06-08mm: use octal not symbolic permissionsJoe Perches15-66/+63
2018-06-08Merge branch 'akpm-current/current'Stephen Rothwell199-2636/+4309
2018-06-08Merge remote-tracking branch 'ntb/ntb-next'Stephen Rothwell8-813/+1001
2018-06-08Merge remote-tracking branch 'nvdimm/libnvdimm-for-next'Stephen Rothwell51-500/+1320
2018-06-08ipc: use new return type vm_fault_tSouptick Joarder1-1/+1
2018-06-08sysvipc/sem: mitigate semnum index against spectre v1Davidlohr Bueso1-4/+14
2018-06-08fault-injection: reorder config entriesMikulas Patocka1-18/+18
2018-06-08arm: port KCOV to armDmitry Vyukov4-1/+16
2018-06-08sched/core / kcov: avoid kcov_area during task switchMark Rutland4-2/+20
2018-06-08kcov-prefault-the-kcov_area-fix-fix-fixAndrew Morton1-2/+3
2018-06-08kcov-prefault-the-kcov_area-fix-fixAndrew Morton1-0/+4
2018-06-08kcov-prefault-the-kcov_area-fixAndrew Morton1-2/+1
2018-06-08kcov: prefault the kcov_areaMark Rutland1-0/+12
2018-06-08kcov: ensure irq code sees a valid areaMark Rutland1-1/+2
2018-06-08kernel/relay.c: change return type to vm_fault_tSouptick Joarder1-1/+1
2018-06-08bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6
2018-06-08exofs-avoid-vla-in-structures-v2Kees Cook2-7/+7
2018-06-08exofs: avoid VLA in structuresKees Cook3-66/+114
2018-06-08coredump: fix spam with zero VMA processAlexey Dobriyan1-8/+8
2018-06-08fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block()OGAWA Hirofumi1-1/+6
2018-06-08checkpatch: add a --strict test for structs with bool member definitionsJoe Perches1-0/+7
2018-06-08proc-skip-branch-in-proc-lookup-fixAndrew Morton1-1/+1
2018-06-08proc: skip branch in /proc/*/* lookupAlexey Dobriyan1-6/+3
2018-06-08mm/page_owner: align with pageblock_nr pageszhong jiang1-1/+1
2018-06-08mm/page_owner: align with pageblock_nr_pagesMarc-André Lureau1-1/+1
2018-06-08mm: don't expose page to fast gup before it's readyYu Zhao2-3/+3
2018-06-08mm: add strictlimit knobMaxim Patlasov2-0/+43
2018-06-08cgroup: list groupoom in cgroup featuresRoman Gushchin1-1/+2
2018-06-08mm-oom-docs-describe-the-cgroup-aware-oom-killer-fix-2-fixAndrew Morton1-5/+5
2018-06-08oom, memcg: clarify root memcg oom accountingMichal Hocko1-2/+9
2018-06-08mm-oom-docs-describe-the-cgroup-aware-oom-killer-fixRoman Gushchin1-0/+9
2018-06-08mm, oom, docs: describe the cgroup-aware OOM killerRoman Gushchin1-0/+58
2018-06-08mm, oom: add cgroup v2 mount option for cgroup-aware OOM killerRoman Gushchin3-0/+18
2018-06-08mm, oom: return error on access to memory.oom_group if groupoom is disabledRoman Gushchin1-0/+6
2018-06-08mm, oom: introduce memory.oom_groupRoman Gushchin3-14/+127
2018-06-08mm-oom-cgroup-aware-oom-killer-fix-2Andrew Morton1-1/+1
2018-06-08mm-oom-cgroup-aware-oom-killer-fixAndrew Morton1-6/+4
2018-06-08mm, oom: cgroup-aware OOM killerRoman Gushchin4-20/+262
2018-06-08mm: implement mem_cgroup_scan_tasks() for the root memory cgroupRoman Gushchin1-4/+3
2018-06-08mm, oom: refactor oom_kill_process()Roman Gushchin1-58/+65
2018-06-08list_lru-prefetch-neighboring-list-entries-before-acquiring-lock-fixAndrew Morton1-3/+2
2018-06-08mm/list_lru.c: prefetch neighboring list entries before acquiring lockWaiman Long1-1/+9
2018-06-08mm: Fix race between swapoff and mincoreHuang Ying1-2/+10
2018-06-08mm, swap: fix race between swapoff and some swap operationsHuang Ying2-1/+24
2018-06-08mm, swap: fix race between swapoff and some swap operationsHuang Ying4-37/+123
2018-06-08mm/sparse.c: add a new parameter 'data_unit_size' for alloc_usemap_and_memmapBaoquan He1-3/+7
2018-06-08mm/sparsemem.c: defer the ms->section_mem_map clearingBaoquan He2-5/+8
2018-06-08mm/sparse.c: add a static variable nr_present_sectionsBaoquan He1-0/+7
2018-06-08mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams1-2/+2
2018-06-08mm, hmm: replace hmm_devmem_pages_create() with devm_memremap_pages()Dan Williams2-174/+49
2018-06-08mm, hmm: use devm semantics for hmm_devmem_{add, remove}Dan Williams3-100/+32
2018-06-08mm, devm_memremap_pages: handle errors allocating final devres actionDan Williams2-2/+7
2018-06-08mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams1-1/+1
2018-06-08mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He1-4/+10
2018-06-08mm: check for SIGKILL inside dup_mmap() loopTetsuo Handa1-0/+8
2018-06-08namei-allow-restricted-o_creat-of-fifos-and-regular-files-fixSalvatore Mesoraca1-1/+2
2018-06-08namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca4-3/+105
2018-06-08fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-06-08block: restore /proc/partitions to not display non-partitionable removable de...Josh Hunt1-1/+1
2018-06-08ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge1-18/+59
2018-06-08ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1
2018-06-08ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge1-2/+2
2018-06-08ocfs2-without-quota-support-try-to-avoid-calling-quota-recovery-checkpatch-fixesAndrew Morton1-1/+1
2018-06-08ocfs2: without quota support, avoid calling quota recoveryGuozhonghua1-17/+34
2018-06-08ocfs2: remove ocfs2_is_o2cb_active()Gang He3-10/+1
2018-06-08prctl: add PR_[GS]ET_PDEATHSIG_PROCJürg Billeter9-0/+28
2018-06-08arm: arch/arm/include/asm/page.h needs personality.hAndrew Morton1-0/+2
2018-06-08mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt8-130/+51
2018-06-08mm-fix-race-between-kmem_cache-destroy-create-and-deactivate-v2-fixAndrew Morton1-1/+2
2018-06-08mm-fix-race-between-kmem_cache-destroy-create-and-deactivate-v2Shakeel Butt6-18/+58
2018-06-08mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt8-32/+90
2018-06-08memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai1-4/+11
2018-06-08Merge remote-tracking branch 'rtc/rtc-next'Stephen Rothwell43-841/+904
2018-06-08Merge remote-tracking branch 'coresight/next'Stephen Rothwell16-218/+1219
2018-06-08Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell1-24/+0
2018-06-08Merge remote-tracking branch 'y2038/y2038'Stephen Rothwell86-431/+546
2018-06-08Merge remote-tracking branch 'kselftest/next'Stephen Rothwell3-2/+17
2018-06-08Merge remote-tracking branch 'random/dev'Stephen Rothwell4-11/+53
2018-06-08Merge remote-tracking branch 'userns/for-next'Stephen Rothwell0-0/+0
2018-06-08Merge remote-tracking branch 'pwm/for-next'Stephen Rothwell10-12/+66
2018-06-08Merge remote-tracking branch 'gpio/for-next'Stephen Rothwell54-293/+647
2018-06-08Merge remote-tracking branch 'rpmsg/for-next'Stephen Rothwell29-309/+445
2018-06-08Merge remote-tracking branch 'vhost/linux-next'Stephen Rothwell10-42/+439
2018-06-08Merge remote-tracking branch 'libata/for-next'Stephen Rothwell0-0/+0
2018-06-08Merge remote-tracking branch 'scsi/for-next'Stephen Rothwell152-2017/+7234
2018-06-08Merge remote-tracking branch 'slave-dma/next'Stephen Rothwell31-425/+631
2018-06-08Merge remote-tracking branch 'mux/for-next'Stephen Rothwell3-20/+89
2018-06-08Merge remote-tracking branch 'staging/staging-next'Stephen Rothwell1006-227723/+16823
2018-06-08Merge remote-tracking branch 'extcon/extcon-next'Stephen Rothwell2-17/+7
2018-06-08Merge remote-tracking branch 'usb-chipidea-next/ci-for-usb-next'Stephen Rothwell0-0/+0
2018-06-08Merge remote-tracking branch 'hsi/for-next'Stephen Rothwell1-1/+1
2018-06-08Merge remote-tracking branch 'chrome-platform/for-next'Stephen Rothwell1-1/+9
2018-06-08Merge remote-tracking branch 'drivers-x86/for-next'Stephen Rothwell19-76/+560
2018-06-08Merge remote-tracking branch 'xen-tip/linux-next'Stephen Rothwell10-36/+332
2018-06-08Merge remote-tracking branch 'kvm-ppc/kvm-ppc-next'Stephen Rothwell38-1195/+2283
2018-06-08Merge remote-tracking branch 'kvm/linux-next'Stephen Rothwell66-609/+1586
2018-06-08Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell36-1162/+1332
2018-06-08Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell135-545/+6721
2018-06-08Merge remote-tracking branch 'spi/for-next'Stephen Rothwell0-0/+0
2018-06-08Merge remote-tracking branch 'vfio/next'Stephen Rothwell13-116/+2621
2018-06-08Merge remote-tracking branch 'iommu/next'Stephen Rothwell12-116/+122
2018-06-08Merge remote-tracking branch 'watchdog/master'Stephen Rothwell10-60/+100
2018-06-08Merge remote-tracking branch 'tpmdd/next'Stephen Rothwell4-184/+135
2018-06-08Merge remote-tracking branch 'integrity/next-integrity'Stephen Rothwell3-26/+16
2018-06-08Merge remote-tracking branch 'apparmor/apparmor-next'Stephen Rothwell15-74/+313
2018-06-08Merge remote-tracking branch 'security/next-testing'Stephen Rothwell31-308/+696
2018-06-08Merge remote-tracking branch 'regulator/for-next'Stephen Rothwell49-1846/+1990
2018-06-08Merge remote-tracking branch 'battery/for-next'Stephen Rothwell20-406/+147
2018-06-08Merge remote-tracking branch 'backlight/for-backlight-next'Stephen Rothwell15-25/+430
2018-06-08Merge remote-tracking branch 'mfd/for-mfd-next'Stephen Rothwell63-992/+1574
2018-06-08Merge remote-tracking branch 'md/for-next'Stephen Rothwell6-70/+144
2018-06-08Merge remote-tracking branch 'pcmcia/pcmcia-next'Stephen Rothwell6-59/+5
2018-06-08Merge remote-tracking branch 'device-mapper/for-next'Stephen Rothwell6-1/+2369
2018-06-08Merge remote-tracking branch 'block/for-next'Stephen Rothwell0-0/+0
2018-06-08Merge remote-tracking branch 'input/next'Stephen Rothwell17-89/+312
2018-06-08Merge remote-tracking branch 'modules/modules-next'Stephen Rothwell1-3/+1
2018-06-08Merge remote-tracking branch 'sound-asoc/for-next'Stephen Rothwell0-0/+0
2018-06-08Merge remote-tracking branch 'regmap/for-next'Stephen Rothwell0-0/+0
2018-06-08Merge remote-tracking branch 'imx-drm/imx-drm/next'Stephen Rothwell4-12/+36
2018-06-08Merge remote-tracking branch 'sunxi-drm/sunxi-drm/for-next'Stephen Rothwell0-0/+0
2018-06-08Merge remote-tracking branch 'drm-msm/msm-next'Stephen Rothwell13-352/+177
2018-06-08Merge remote-tracking branch 'drm-misc/for-linux-next'Stephen Rothwell2-7/+8
2018-06-08Merge remote-tracking branch 'drm-intel/for-linux-next'Stephen Rothwell15-70/+66
2018-06-08Merge remote-tracking branch 'mtd/mtd/next'Stephen Rothwell46-536/+773
2018-06-08Merge remote-tracking branch 'nfc-next/master'Stephen Rothwell4-11/+11
2018-06-08Merge remote-tracking branch 'thermal/next'Stephen Rothwell28-1039/+901
2018-06-07autofs: small cleanup in autofs_getpath()Dan Carpenter1-3/+3
2018-06-07autofs: clean up includesIan Kent6-30/+2
2018-06-07autofs: comment on selinux changes needed for module autoloadIan Kent1-0/+6
2018-06-07autofs: update MAINTAINERS entry for autofsIan Kent1-2/+2
2018-06-07autofs: use autofs instead of autofs4 in documentationIan Kent5-13/+13
2018-06-07autofs: rename autofs documentation filesIan Kent2-1/+0
2018-06-07autofs: create autofs Kconfig and MakefileIan Kent5-0/+37
2018-06-07autofs: delete fs/autofs4 source filesIan Kent8-3619/+0
2018-06-07autofs: update fs/autofs4/MakefileIan Kent1-1/+3
2018-06-07autofs: update fs/autofs4/KconfigIan Kent1-10/+22
2018-06-07autofs: copy autofs4 to autofsIan Kent8-0/+3618
2018-06-07autofs4: use autofs instead of autofs4 everywhereIan Kent8-319/+319
2018-06-07autofs4: merge auto_fs.h and auto_fs4.hIan Kent4-164/+161
2018-06-07fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo1-3/+9
2018-06-07checkpatch: improve patch recognitionJoe Perches1-0/+8
2018-06-07lib/ucs2_string.c: add MODULE_LICENSE()Randy Dunlap1-0/+2
2018-06-07lib/mpi: headers cleanupVasily Averin2-131/+5
2018-06-07lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lockSebastian Andrzej Siewior1-42/+21
2018-06-07lib/idr.c: remove simple_ida_lockMatthew Wilcox1-5/+5
2018-06-07lib/bitmap.c: micro-optimization for __bitmap_complement()Yury Norov1-4/+1
2018-06-07get_maintainer: improve patch recognitionJoe Perches1-1/+12
2018-06-07kernel/hung_task.c: show all hung tasks before panicTetsuo Handa1-4/+7
2018-06-07include/linux/types.h: use fixed width types without double-underscore prefixMasahiro Yamada1-14/+14
2018-06-07include/linux/types.h: define aligned_ types based on uapi headerMasahiro Yamada1-3/+3
2018-06-07int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi headerMasahiro Yamada1-11/+8
2018-06-07tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!)Alexey Dobriyan8-32/+451
2018-06-07proc: use "unsigned int" for /proc/*/stackAlexey Dobriyan1-1/+2
2018-06-07proc: use "unsigned int" for sigqueue lengthAlexey Dobriyan1-1/+1
2018-06-07proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan3-5/+5
2018-06-07proc: smaller RCU section in ->getattr()Alexey Dobriyan1-1/+1
2018-06-07proc: deduplicate /proc/*/cmdline implementationAlexey Dobriyan1-33/+20
2018-06-07proc: simpler iterations for /proc/*/cmdlineAlexey Dobriyan1-19/+14
2018-06-07proc: somewhat simpler code for /proc/*/cmdlineAlexey Dobriyan1-15/+9
2018-06-07proc: more "unsigned int" in /proc/*/cmdlineAlexey Dobriyan1-17/+12
2018-06-07mm: remove page_is_poisoned() from linux/mm.hSahara1-2/+0
2018-06-07mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu1-4/+19
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko2-6/+5
2018-06-07include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye1-2/+2
2018-06-07mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov1-2/+1
2018-06-07mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-07userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport3-9/+41
2018-06-07mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo2-5/+6
2018-06-07mm/shmem.c: use new return type vm_fault_tSouptick Joarder1-6/+6
2018-06-07slub: remove 'reserved' file from sysfsMatthew Wilcox1-7/+0
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox2-22/+20
2018-06-07slab,slub: remove rcu_head size checksMatthew Wilcox2-27/+2
2018-06-07mm: add hmm_data to struct pageMatthew Wilcox2-12/+8
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox2-4/+3
2018-06-07mm: improve struct page documentationMatthew Wilcox1-21/+19
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox2-52/+47
2018-06-07mm: move lru union within struct pageMatthew Wilcox2-55/+55
2018-06-07mm: use page->deferred_listMatthew Wilcox2-6/+3
2018-06-07mm: combine first three unions in struct pageMatthew Wilcox1-33/+33