aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-12CIP: Bump version suffix to -cip28 after Renesas patchesHEADv4.4.154-cip28masterBen Hutchings1-1/+1
2018-09-12ARM: dts: iwg22d-sodimm: Sound DMA support via DVC on DTSBiju Das1-2/+25
2018-09-12ARM: dts: iwg22d-sodimm: Sound DMA support via SRC on DTSBiju Das1-2/+2
2018-09-12ARM: dts: iwg22d-sodimm: Sound DMA support via BUSIF on DTSBiju Das1-5/+0
2018-09-12ARM: dts: iwg22d-sodimm: Sound DMA support on DTSBiju Das1-2/+2
2018-09-12ARM: dts: iwg22d-sodimm: Sound PIO supportBiju Das1-0/+46
2018-09-12ARM: dts: iwg22d-sodimm: Enable SGTL5000 audio codecBiju Das1-0/+28
2018-09-12ARM: dts: r8a7745: Add sound supportBiju Das1-0/+171
2018-09-12ARM: dts: r8a7745: Add audio DMAC supportBiju Das1-0/+30
2018-09-12ARM: dts: r8a7745: Add audio clocksBiju Das1-0/+21
2018-09-12dmaengine: rcar-dmac: use TCRB instead of TCR for residueKuninori Morimoto1-1/+21
2018-09-12dmaengine: rcar-dmac: ensure CHCR DE bit is actually 0 after clearingKuninori Morimoto1-0/+22
2018-09-12dmaengine: rcar-dmac: Fix residue reporting for pending descriptorsLaurent Pinchart1-2/+29
2018-09-12dmaengine: rcar-dmac: Fixed active descriptor initializingMuhammad Hamza Farooq1-0/+2
2018-09-12dmaengine: rcar-dmac: warn if transfer cannot start as TE = 1Niklas Söderlund1-1/+1
2018-09-12dmaengine: rcar-dmac: use result of updated get_residue in tx_statusMuhammad Hamza Farooq1-0/+4
2018-09-12dmaengine: rcar-dmac: use list_add() on rcar_dmac_desc_put()Kuninori Morimoto1-1/+1
2018-09-12dmaengine: rcar-dmac: clear pertinence number of channelsKuninori Morimoto1-1/+1
2018-09-12rcar: src: skip disabled-SRC nodesSergei Shtylyov1-0/+4
2018-09-12CIP: Bump version suffix to -cip27 after merge from stablev4.4.154-cip27Ben Hutchings1-1/+1
2018-09-12x86/mm/pat: Fix L1TF stable backport for CPA, 2nd callJiri Slaby1-1/+1
2018-09-12enic: do not call enic_change_mtu in enic_probeGovindarajulu Varadarajan1-1/+2
2018-09-12vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev1-1/+1
2018-09-12Revert "Smack: Mark inode instant in smack_task_to_inode"Ben Hutchings1-1/+0
2018-09-12x86/speculation/l1tf: Fix up pte->pfn conversion for PAEMichal Hocko1-1/+1
2018-09-12drm/drivers: add support for using the arch wc mapping API.Dave Airlie6-0/+38
2018-09-12x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie3-0/+42
2018-09-12net: lan78xx: Fix misplaced tasklet_schedule() callBen Hutchings1-2/+2
2018-09-12mtd: ubi: wl: Fix error return code in ubi_wl_init()Wei Yongjun1-2/+6
2018-09-12Merge tag 'v4.4.154' into HEADBen Hutchings670-2984/+7426
2018-09-12CIP: Bump version suffix to -cip26 after Renesas patchesv4.4.138-cip26Ben Hutchings1-1/+1
2018-09-12ASoC: rsnd: Refactor rsnd_src_probe() to allow backporting a fixFabrizio Castro1-109/+52
2018-09-05Linux 4.4.154v4.4.154Greg Kroah-Hartman1-1/+1
2018-09-05cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer1-1/+1
2018-09-05iscsi target: fix session creation failure handlingMike Christie1-14/+21
2018-09-05scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche1-2/+18
2018-09-05scsi: sysfs: Introduce sysfs_{un,}break_active_protection()Bart Van Assche2-0/+58
2018-09-05MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Paul Burton1-3/+3
2018-09-05MIPS: Correct the 64-bit DSP accumulator register sizeMaciej W. Rozycki3-3/+3
2018-09-05kprobes: Make list and blacklist root user read onlyMasami Hiramatsu1-2/+2
2018-09-05s390/pci: fix out of bounds access during irq setupSebastian Ott1-0/+2
2018-09-05s390/qdio: reset old sbal_state flagsJulian Wiedmann2-4/+2
2018-09-05s390: fix br_r1_trampoline for machines without exrlMartin Schwidefsky1-2/+0
2018-09-05x86/spectre: Add missing family 6 check to microcode checkAndi Kleen1-0/+3
2018-09-05x86/irqflags: Mark native_restore_fl extern inlineNick Desaulniers1-1/+2
2018-09-05pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()Dan Carpenter1-1/+1
2018-09-05ASoC: sirf: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-4/+3
2018-09-05ASoC: dpcm: don't merge format from invalid codec daiJerome Brunet1-0/+8
2018-09-05udl-kms: fix crash due to uninitialized memoryMikulas Patocka1-1/+1
2018-09-05udl-kms: handle allocation failureMikulas Patocka1-10/+18
2018-09-05udl-kms: change down_interruptible to downMikulas Patocka1-6/+1
2018-09-05fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai1-0/+1
2018-09-05fuse: Fix oops at process_init_reply()Miklos Szeredi1-14/+11
2018-09-05fuse: umount should wait for all requestsMiklos Szeredi3-4/+22
2018-09-05fuse: fix unlocked access to processing queueMiklos Szeredi1-1/+7
2018-09-05fuse: fix double request_end()Miklos Szeredi1-2/+3
2018-09-05fuse: Don't access pipe->buffers without pipe_lock()Andrey Ryabinin1-2/+5
2018-09-05x86/process: Re-export start_thread()Rian Hunter1-0/+1
2018-09-05x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka1-0/+4
2018-09-05x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka3-3/+3
2018-09-05x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2-4/+4
2018-09-05KVM: arm/arm64: Skip updating PMD entry if no changePunit Agrawal1-11/+27
2018-09-05KVM: arm/arm64: Skip updating PTE entry if no changePunit Agrawal1-0/+4
2018-09-05arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann1-1/+5
2018-09-05ext4: reset error code in ext4_find_entry in fallbackEric Sandeen1-0/+1
2018-09-05ext4: sysfs: print ext4_super_block fields as little-endianArnd Bergmann1-3/+10
2018-09-05ext4: check for NUL characters in extended attribute's nameTheodore Ts'o1-0/+2
2018-09-05s390/kvm: fix deadlock when killed by oomClaudio Imbrenda1-0/+2
2018-09-05btrfs: don't leak ret from do_chunk_allocJosef Bacik1-1/+1
2018-09-05smb3: don't request leases in symlink creation and querySteve French1-2/+2
2018-09-05smb3: Do not send SMB3 SET_INFO if nothing changedSteve French2-1/+3
2018-09-05cifs: check kmalloc before useNicholas Mc Guire1-0/+6
2018-09-05cifs: add missing debug entries for kconfig optionsSteve French1-7/+23
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-09-05scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATEDJim Gill1-3/+8
2018-09-05scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn1-2/+2
2018-09-05drivers: net: lmc: fix case value for target abort errorColin Ian King1-1/+1
2018-09-05arc: fix type warnings in arc/mm/cache.cRandy Dunlap1-3/+4
2018-09-05arc: fix build errors in arc/include/asm/delay.hRandy Dunlap1-0/+3
2018-09-05enic: handle mtu change for vf properlyGovindarajulu Varadarajan1-51/+27
2018-09-05Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2-9/+0
2018-09-05tools/power turbostat: Read extended processor family from CPUIDCalvin Walton1-1/+3
2018-09-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-09-05selftests/ftrace: Add snapshot and tracing_on test caseMasami Hiramatsu1-0/+28
2018-09-05cachefiles: Wait rather than BUG'ing on "Unexpected object collision"Kiran Kumar Modukuri1-1/+0
2018-09-05cachefiles: Fix refcounting bug in backing-file read monitoringKiran Kumar Modukuri1-5/+12
2018-09-05fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri1-2/+4
2018-09-05net: axienet: Fix double deregister of mdioShubhrajyoti Datta1-0/+1
2018-09-05bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru1-3/+10
2018-09-05media: staging: omap4iss: Include asm/cacheflush.h after generic includesGuenter Roeck1-1/+2
2018-09-05i2c: davinci: Avoid zero value of CLKHAlexander Sverdlin1-2/+6
2018-09-05can: mpc5xxx_can: check of_iomap return before useNicholas Mc Guire1-0/+5
2018-09-05net: prevent ISA drivers from building on PPC32Randy Dunlap3-3/+4
2018-09-05atl1c: reserve min skb headroomFlorian Westphal1-0/+1
2018-09-05qed: Fix possible race for the link state value.Sudarsana Reddy Kalluru1-0/+1
2018-09-05net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing1-1/+3
2018-09-05tools/power turbostat: fix -S on UP systemsLen Brown1-3/+1
2018-09-05usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca1-10/+10
2018-09-05tools: usb: ffs-test: Fix build on big endian systemsPeter Senna Tschudin1-3/+16
2018-09-05usb/phy: fix PPC64 build errors in phy-fsl-usb.cRandy Dunlap1-1/+3
2018-09-05usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a6659...Jia-Ju Bai1-1/+1
2018-09-05usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_...Jia-Ju Bai1-2/+2
2018-09-05drm/imx: imx-ldb: check if channel is enabled before printing warningLucas Stach1-3/+3
2018-09-05drm/imx: imx-ldb: disable LDB on driver bindLucas Stach1-0/+3
2018-09-05scsi: libiscsi: fix possible NULL pointer dereference in case of TMFVarun Prakash1-6/+6
2018-09-05drm/bridge: adv7511: Reset registers on hotplugSean Paul1-0/+12
2018-09-05nl80211: Add a missing break in parse_station_flagsBernd Edlinger1-0/+1
2018-09-05mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org1-1/+2
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger1-5/+6
2018-09-05Cipso: cipso_v4_optptr enter infinite loopyujuan.qi1-2/+10
2018-09-05sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2018-08-28Linux 4.4.153v4.4.153Greg Kroah-Hartman1-1/+1
2018-08-28ovl: warn instead of error if d_type is not supportedVivek Goyal1-5/+7
2018-08-28ovl: Do d_type check only if work dir creation was successfulVivek Goyal1-8/+11
2018-08-28ovl: Ensure upper filesystem supports d_typeVivek Goyal3-0/+53
2018-08-28x86/mm: Fix use-after-free of ldt_structEric Biggers1-2/+1
2018-08-28x86/mm/pat: Fix L1TF stable backport for CPAAndi Kleen1-1/+1
2018-08-24ARM: dts: r8a7791: Fix vsp1 propertiesFabrizio Castro1-3/+3
2018-08-24ARM: dts: r8a7743: Fix vsp1 propertiesFabrizio Castro1-3/+3
2018-08-24ARM: dts: r8a7745: Add VSP supportBiju Das1-0/+28
2018-08-24ARM: shmobile: defconfig: Enable RENESAS_WDT_GENFabrizio Castro1-0/+1
2018-08-24ARM: dts: iwg22m: Add watchdog support to SoM dtsiFabrizio Castro1-0/+5
2018-08-24ARM: dts: iwg20m: Add watchdog support to SoM dtsiFabrizio Castro1-0/+5
2018-08-24ARM: dts: r8a7745: Add watchdog support to SoC dtsiFabrizio Castro1-0/+9
2018-08-24ARM: dts: r8a7743: Add watchdog support to SoC dtsiFabrizio Castro1-0/+9
2018-08-24ARM: dts: r8a7745: initial SoC device treeSergei Shtylyov1-0/+5
2018-08-24ARM: dts: r8a7743: initial SoC device treeSergei Shtylyov1-0/+5
2018-08-24ARM: dts: r8a7745: Adjust SMP routine sizeFabrizio Castro1-1/+1
2018-08-24ARM: dts: r8a7745: Reserve SRAM for the SMP jump stubGeert Uytterhoeven1-0/+8
2018-08-24ARM: dts: r8a7745: Add Inter Connect RAMGeert Uytterhoeven1-0/+15
2018-08-24ARM: dts: r8a7743: Adjust SMP routine sizeFabrizio Castro1-1/+1
2018-08-24ARM: dts: r8a7743: Reserve SRAM for the SMP jump stubGeert Uytterhoeven1-0/+8
2018-08-24ARM: dts: r8a7743: Add Inter Connect RAMGeert Uytterhoeven1-0/+15
2018-08-24ARM: shmobile: rcar-gen2: Add watchdog supportFabrizio Castro2-3/+13
2018-08-24ARM: shmobile: rcar-gen2: Obtain jump stub region from DTGeert Uytterhoeven1-3/+30
2018-08-24ARM: shmobile: rcar-gen2: Use ICRAM1 for jump stub on all SoCsGeert Uytterhoeven1-13/+6
2018-08-24ARM: shmobile: rcar-gen2: Add more register documentationGeert Uytterhoeven1-11/+29
2018-08-24watchdog: renesas-wdt: Add support for WDIOF_CARDRESETVeeraiyan Chidambaram1-2/+4
2018-08-24watchdog: renesas_wdt: Add restart handlerFabrizio Castro1-0/+26
2018-08-24watchdog: renesas_wdt: Add suspend/resume supportFabrizio Castro1-0/+26
2018-08-24watchdog: renesas_wdt: update copyright datesWolfram Sang1-2/+2
2018-08-24watchdog: renesas_wdt: make 'clk' a variable local to probe()Wolfram Sang1-5/+5
2018-08-24watchdog: renesas_wdt: consistently use RuntimePM for clock managementWolfram Sang1-14/+19
2018-08-24watchdog: renesas_wdt: add another divider optionWolfram Sang1-3/+5
2018-08-24watchdog: renesas_wdt: apply better precisionWolfram Sang1-9/+19
2018-08-24watchdog: renesas_wdt: don't round closest with get_timeleftWolfram Sang1-1/+1
2018-08-24watchdog: renesas_wdt: check rate also for upper limitWolfram Sang1-2/+2
2018-08-24watchdog: renesas_wdt: avoid (theoretical) type overflowWolfram Sang1-3/+2
2018-08-24watchdog: renesas-wdt: add driverWolfram Sang4-0/+257
2018-08-24ARM: dts: r8a7745: Register rwdt and intc-sys clocksFabrizio Castro1-3/+4
2018-08-24ARM: dts: r8a7743: Register rwdt and intc-sys clocksFabrizio Castro1-3/+6
2018-08-24clk: renesas: mstp: Make INTC-SYS a critical clockGeert Uytterhoeven1-0/+5
2018-08-24clk: fix critical clock lockingMaxime Ripard1-0/+5
2018-08-24clk: WARN_ON about to disable a critical clockLee Jones1-0/+6
2018-08-24clk: Allow clocks to be marked as CRITICALLee Jones2-0/+6
2018-08-24clk: shmobile: rcar-gen2: Init R-Car reset IPFabrizio Castro1-0/+3
2018-08-24reset: Add renesas,rst DT bindingsGeert Uytterhoeven1-0/+24
2018-08-24soc: renesas: Add R-Car RST driverGeert Uytterhoeven4-0/+85
2018-08-24ARM: shmobile: Add watchdog supportFabrizio Castro2-0/+59
2018-08-24ARM: shmobile: r8a7779: Remove remainings of removed SCU boot setup codeGeert Uytterhoeven1-2/+0
2018-08-24ARM: shmobile: Remove shmobile_boot_arg from shmobile_smp_apmu_setup_bootFabrizio Castro1-1/+0
2018-08-24ARM: shmobile: Remove shmobile_boot_argGeert Uytterhoeven4-9/+2
2018-08-24ARM: dts: iwg22m: Enable cmt0Fabrizio Castro1-0/+4
2018-08-24ARM: dts: r8a7745: Add CMT SoC specific supportFabrizio Castro1-0/+32
2018-08-24selftests/timers: make loop consistent with array sizeBenjamin Gaignard1-1/+1
2018-08-24ARM: dts: r8a7745: add VIN dt supportFabrizio Castro1-0/+22
2018-08-24ARM: dts: iwg22d-sodimm-dbhd-ca: Add can1 support to HDMI DBFabrizio Castro1-0/+12
2018-08-24ARM: dts: iwg22d-sodimm: Add can0 support to carrier boardFabrizio Castro1-0/+12
2018-08-24ARM: dts: r8a7745: Add CAN[01] SoC supportFabrizio Castro1-0/+34
2018-08-24ARM: dts: r8a7745: Add TPU supportFabrizio Castro1-0/+9
2018-08-24ARM: dts: r8a7745: Add PWM SoC supportFabrizio Castro1-0/+63
2018-08-24Linux 4.4.152v4.4.152Greg Kroah-Hartman1-1/+1
2018-08-24reiserfs: fix broken xattr handling (heap corruption, bad retval)Jann Horn1-1/+3
2018-08-24i2c: imx: Fix race condition in dma readEsben Haabendal1-4/+4
2018-08-24PCI: pciehp: Fix use-after-free on unplugLukas Wunner3-3/+10
2018-08-24PCI: Skip MPS logic for Virtual Functions (VFs)Myron Stowe1-0/+4
2018-08-24PCI: hotplug: Don't leak pci_slot on registration failureLukas Wunner1-0/+9
2018-08-24parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin1-6/+2
2018-08-24bridge: Propagate vlan add failure to userElad Raz1-1/+10
2018-08-24packet: refine ring v3 block size test to hold one frameWillem de Bruijn1-4/+6
2018-08-24netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal1-4/+4
2018-08-24xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet1-3/+5
2018-08-24parisc: Remove ordered stores from syscall.SJohn David Anglin1-12/+12
2018-08-24ext4: fix spectre gadget in ext4_mb_regular_allocator()Jeremy Cline1-1/+3
2018-08-24KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumerPaolo Bonzini1-5/+6
2018-08-24staging: android: ion: check for kref overflowDaniel Rosenberg1-3/+14
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-08-24net: qca_spi: Fix log level if probe failsStefan Wahren1-8/+8
2018-08-24net: qca_spi: Make sure the QCA7000 reset is triggeredStefan Wahren1-0/+3
2018-08-24net: qca_spi: Avoid packet drop during initial syncStefan Wahren1-1/+1
2018-08-24net: usb: rtl8150: demote allmulti message to dev_dbg()David Lechner1-1/+1
2018-08-24net/ethernet/freescale/fman: fix cross-build errorRandy Dunlap1-0/+1
2018-08-24drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()Dan Carpenter1-2/+2
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng3-31/+0
2018-08-24qlogic: check kstrtoul() for errorsDan Carpenter1-0/+2
2018-08-24packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn1-0/+2
2018-08-24ixgbe: Be more careful when modifying MAC filtersAlexander Duyck1-1/+11
2018-08-24ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controllerAdam Ford1-0/+5