aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bcma (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-01mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose1-1/+1
2019-06-01include/linux/generic-radix-tree.h: fix kerneldoc commentJonathan Corbet1-1/+1
2019-06-01kernel/signal.c: trace_signal_deliver when signal_group_exitZhenliang Wei1-0/+2
2019-06-01drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not usedQian Cai1-1/+2
2019-06-01spdxcheck.py: fix directory structuresVincenzo Frascino1-3/+4
2019-06-01kasan: initialize tag to 0xff in __kasan_kmallocNathan Chancellor1-1/+1
2019-06-01z3fold: fix sheduling while atomicVitaly Wool1-5/+6
2019-06-01scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not setFabiano Rosas1-1/+2
2019-06-01mm/gup: continue VM_FAULT_RETRY processing even for pre-faultsMike Rapoport1-7/+8
2019-06-01ocfs2: fix error path kobject memory leakTobin C. Harding1-0/+1
2019-06-01memcg: make it work on sparse non-0-node systemsJiri Slaby2-5/+4
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down4-4/+36
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný2-4/+11
2019-06-01prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný1-26/+25
2019-06-01kernel/fork.c: make max_threads symbol staticKefeng Wang1-1/+1
2019-06-01arch/arm/boot/compressed/decompress.c: fix build error due to lz4 changesSebastian Andrzej Siewior1-0/+1
2019-06-01arch/parisc/configs/c8000_defconfig: remove obsoleted CONFIG_DEBUG_SLAB_LEAKDavid Rientjes1-1/+0
2019-06-01mm/vmalloc.c: fix typo in commentAndrew Morton1-1/+1
2019-06-01lib/sort.c: fix kernel-doc notation warningsRandy Dunlap1-6/+9
2019-06-01mm: fix Documentation/vm/hmm.rst Sphinx warningsRandy Dunlap1-3/+5
2019-06-01treewide: fix typos of SPDX-License-IdentifierMasahiro Yamada5-5/+5
2019-06-01crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)1-1/+1
2019-06-01MAINTAINERS: add I2C DT bindings to ARM platformsWolfram Sang1-0/+11
2019-06-01MAINTAINERS: add DT bindings to i2c driversWolfram Sang1-0/+7
2019-05-31net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean2-19/+3
2019-05-31block: print offending values when cloned rq limits are exceededJohn Pittman1-2/+5
2019-05-31blk-mq: Document the blk_mq_hw_queue_to_node() argumentsBart Van Assche1-1/+5
2019-05-31blk-mq: Fix spelling in a source code commentBart Van Assche1-2/+2
2019-05-31block: Fix bsg_setup_queue() kernel-doc headerBart Van Assche1-0/+1
2019-05-31block: Fix rq_qos_wait() kernel-doc headerBart Van Assche1-3/+4
2019-05-31block: Fix blk_mq_*_map_queues() kernel-doc headersBart Van Assche3-5/+5
2019-05-31block: Fix throtl_pending_timer_fn() kernel-doc headerBart Van Assche1-1/+1
2019-05-31block: Convert blk_invalidate_devt() header into a non-kernel-doc headerBart Van Assche1-2/+2
2019-05-31block/partitions/ldm: Convert a kernel-doc header into a non-kernel-doc headerBart Van Assche1-1/+1
2019-05-31leds: avoid flush_work in atomic contextPavel Machek2-5/+5
2019-05-31Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington2-4/+4
2019-05-31fs/adfs: fix filename fixup handling for "/" and "//" namesRussell King1-4/+11
2019-05-31fs/adfs: move append_filetype_suffix() into adfs_object_fixup()Russell King2-18/+8
2019-05-31fs/adfs: remove truncated filename hashingRussell King1-10/+5
2019-05-31fs/adfs: factor out filename fixupRussell King3-21/+24
2019-05-31fs/adfs: factor out object fixupsRussell King4-33/+24
2019-05-31fs/adfs: factor out filename case loweringRussell King1-22/+12
2019-05-31fs/adfs: factor out filename comparisonRussell King1-42/+26
2019-05-31ovl: doc: add non-standard corner casesMiklos Szeredi1-2/+14
2019-05-31pstore/ram: Run without kernel crash dump regionKees Cook2-14/+25
2019-05-31MAINTAINERS: add Vasily Gorbik and Christian Borntraeger for s390Heiko Carstens1-0/+4
2019-05-31MAINTAINERS: Farewell Martin SchwidefskyHeiko Carstens2-2/+8
2019-05-31pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih1-1/+3
2019-05-31nds32: add new emulations for floating point instructionVincent Chen15-5/+393
2019-05-31nds32: Avoid IEX status being incorrectly modifiedVincent Chen9-46/+58