summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-25dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan1-1/+3
2018-02-25drm/armada: fix leak of crtc structureRussell King1-12/+13
2018-02-25xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert1-0/+9
2018-02-25spi: sun4i: disable clocks in the remove functionTakuo Koguchi1-1/+1
2018-02-25ASoC: rockchip: disable clock on errorStefan Potyra1-5/+13
2018-02-25clk: fix a panic error caused by accessing NULL pointerCai Li1-2/+2
2018-02-25dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gustavo A. R. Silva1-1/+3
2018-02-25dmaengine: ioat: Fix error handling pathChristophe JAILLET1-1/+1
2018-02-25gianfar: Disable EEE autoneg by defaultClaudiu Manoil1-0/+5
2018-02-25509: fix printing uninitialized stack memory when OID is emptyEric Biggers1-2/+6
2018-02-25net: ethernet: arc: fix error handling in emac_rockchip_probeBranislav Radocaj1-2/+5
2018-02-25brcmfmac: Avoid build error with make W=1Andy Shevchenko1-1/+1
2018-02-25btrfs: Fix possible off-by-one in btrfs_search_path_in_treeNikolay Borisov1-1/+1
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel5-0/+22
2018-02-25net_sched: red: Avoid devision by zeroNogah Frankel1-1/+1
2018-02-25gianfar: fix a flooded alignment reports because of padding issue.Zumeng Chen1-2/+4
2018-02-25ARM: dts: Fix elm interrupt compiler warningTony Lindgren1-1/+1
2018-02-25s390/dasd: prevent prefix I/O errorStefan Haberland1-6/+10
2018-02-25powerpc/perf: Fix oops when grouping different pmu eventsRavi Bangoria1-2/+2
2018-02-25m68k: add missing SOFTIRQENTRY_TEXT linker sectionGreg Ungerer3-0/+6
2018-02-25ipvlan: Add the skb->mark as flow4's member to lookup routeGao Feng1-0/+1
2018-02-25scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon1-1/+1
2018-02-25sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long1-2/+4
2018-02-25RDMA/cma: Make sure that PSN is not over max allowedMoni Shoua1-0/+1
2018-02-25i40iw: Correct ARP index maskMustafa Ismail1-1/+1
2018-02-25pinctrl: sunxi: Fix A64 UART mux valueAndre Przywara1-1/+1
2018-02-25pinctrl: sunxi: Fix A80 interrupt pin bankAndre Przywara1-3/+3
2018-02-25media: s5k6aa: describe some function parametersMauro Carvalho Chehab1-0/+5
2018-02-25perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran1-5/+51
2018-02-25perf top: Fix window dimensions change handlingJiri Olsa1-3/+12
2018-02-25ARM: dts: am437x-cm-t43: Correct the dmas property of spi0Peter Ujfalusi1-2/+2
2018-02-25ARM: dts: am4372: Correct the interrupts_properties of McASPPeter Ujfalusi1-2/+4
2018-02-25ARM: dts: logicpd-somlv: Fix wl127x pinmuxAdam Ford1-5/+9
2018-02-25ARM: dts: logicpd-som-lv: Fix gpmc addresses for NAND and enetAdam Ford2-2/+3
2018-02-25ARM: dts: Fix omap4 hang with GPS connected to USB by using wakeupgenTony Lindgren1-2/+0
2018-02-25ARM: AM33xx: PRM: Remove am33xx_pwrdm_read_prev_pwrst functionKeerthy1-12/+0
2018-02-25ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_contextTony Lindgren5-35/+31
2018-02-25usb: build drivers/usb/common/ when USB_SUPPORT is setRandy Dunlap1-0/+1
2018-02-25usbip: keep usbip_device sockfd state in sync with tcp_socketShuah Khan2-0/+5
2018-02-25staging: iio: ad5933: switch buffer mode to softwareAlexandru Ardelean1-3/+1
2018-02-25staging: iio: adc: ad7192: fix external frequency settingAlexandru Ardelean1-8/+19
2018-02-25binder: check for binder_thread allocation failure in binder_poll()Eric Biggers1-0/+2
2018-02-25staging: android: ashmem: Fix a race condition in pin ioctlsBen Hutchings1-8/+11
2018-02-25dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lockPaolo Abeni1-29/+33
2018-02-25arm64: dts: add #cooling-cells to CPU nodesArnd Bergmann1-0/+2
2018-02-25ARM: 8743/1: bL_switcher: add MODULE_LICENSE tagArnd Bergmann1-0/+4
2018-02-25video: fbdev/mmp: add MODULE_LICENSEArnd Bergmann1-0/+5
2018-02-25ASoC: ux500: add MODULE_LICENSE tagArnd Bergmann2-0/+9
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers5-60/+75
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers13-9/+26