summaryrefslogtreecommitdiffstats
path: root/drivers/misc/ad525x_dpot-spi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-02arm64: ftrace: fix function_graph tracer panicLi Bin1-2/+20
2015-10-02dmapool: fix overflow condition in pool_find_page()Robin Murphy1-1/+1
2015-10-02thermal: avoid division by zero in power allocatorAndrea Arcangeli1-0/+10
2015-10-02memcg: remove pcp_counter_lockGreg Thelen2-2/+0
2015-10-02kprobes: use _do_fork() in samples to make them work againPetr Mladek3-12/+12
2015-10-02drivers/input/joystick/Kconfig: zhenhua.c needs BITREVERSEAndrew Morton1-0/+1
2015-10-02memcg: make mem_cgroup_read_stat() unsignedGreg Thelen1-12/+18
2015-10-02memcg: fix dirty page migrationGreg Thelen2-1/+32
2015-10-02dax: fix NULL pointer in __dax_pmd_fault()Ross Zwisler1-1/+12
2015-10-02mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-02mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-02userfaultfd: remove kernel header include from uapi headerAndre Przywara1-2/+0
2015-10-02arch/x86/include/asm/efi.h: fix build failureAndrey Ryabinin1-0/+2
2015-10-01arm64: Fix THP protection change logicSteve Capper1-2/+2
2015-10-01Use WARN_ON_ONCE for missing X86_FEATURE_NRIPSDirk Müller1-1/+1
2015-10-01Update KVM homepage UrlDirk Müller1-2/+2
2015-10-01Revert "KVM: SVM: use NPT page attributes"Paolo Bonzini1-96/+5
2015-10-01Revert "KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask"Paolo Bonzini1-8/+7
2015-10-01Revert "KVM: SVM: Sync g_pat with guest-written PAT value"Paolo Bonzini1-10/+0
2015-10-01Revert "KVM: x86: apply guest MTRR virtualization on host reserved pages"Paolo Bonzini2-5/+13
2015-10-01blk-mq: factor out a helper to iterate all tags for a request_queueChristoph Hellwig4-20/+25
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig8-34/+32
2015-10-01dmaengine: pxa_dma: fix residue corner caseRobert Jarzmik1-0/+10
2015-10-01dmaengine: pxa_dma: fix the no-requestor caseRobert Jarzmik1-6/+14
2015-10-01dmaengine: zxdma: Fix off-by-one for testing valid pchan requestAxel Lin1-1/+1
2015-10-01dmaengine: at_xdmac: clean used descriptorLudovic Desroches1-1/+10
2015-10-01dmaengine: at_xdmac: change block increment addressing modeMaxime Ripard1-2/+2
2015-09-30Initialize msg/shm IPC objects before doing ipc_addid()Linus Torvalds3-17/+18
2015-09-30mmc: core: fix dead loop of mmc_retuneChaotian Jing1-2/+4
2015-09-30dmaengine: dw: properly read DWC_PARAMS registerAndy Shevchenko1-2/+2
2015-09-30dmaengine: xgene-dma: Fix overwritting DMA tx ringRameshwar Prasad Sahu1-26/+11
2015-09-30dmaengine: fix balance of privatecntPeter Ujfalusi1-1/+9
2015-09-30dmaengine: sun4i: fix unsafe list iterationEmilio López1-3/+3
2015-09-30net: Initialize flow flags in input pathDavid Ahern2-0/+2
2015-09-30net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8
2015-09-30testptp: Silence compiler warnings on ppc64Thomas Huth1-0/+1
2015-09-30net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes1-3/+4
2015-09-30dsa: mv88e6xxx: Enable forwarding for unknown to the CPU portAndrew Lunn1-0/+2
2015-09-30skbuff: Fix skb checksum partial check.Pravin B Shelar2-5/+6
2015-09-30Input: psmouse - fix data race in __ps2_commandDmitry Vyukov1-8/+14
2015-09-30net: ipv6: Add RT6_LOOKUP_F_IFACE flag if oif is setDavid Ahern1-1/+2
2015-09-29net sysfs: Print link speed as signed integerAlexander Stein1-2/+1
2015-09-29bna: fix error handlingAndrzej Hajda1-6/+7
2015-09-29af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole1-1/+14
2015-09-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole1-1/+5
2015-09-29blk-mq: fix deadlock when reading cpu_listAkinobu Mita2-4/+7
2015-09-29blk-mq: avoid inserting requests before establishing new mappingAkinobu Mita3-19/+52
2015-09-29blk-mq: fix q->mq_usage_counter access raceAkinobu Mita1-3/+4
2015-09-29blk-mq: Fix use after of free q->mq_mapAkinobu Mita1-5/+3
2015-09-29blk-mq: fix sysfs registration/unregistration raceAkinobu Mita4-12/+27