summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-23DT: video: atmel_lcdc: Add example of fixed framebuffer memoryAlexander Stein
2015-03-04ARM: at91/dt: sama5d4: add ISI dt supportJosh Wu
2015-03-04ARM: at91/dt: sama5d4: add pwm0 device nodeBo Shen
2015-03-04ARM: at91/dt: sama5d4: add aes, sha and tdes nodesLeilei Zhao
2015-03-04ARM: at91: dt: sama5d4ek: enable audioBo Shen
2015-03-04ARM: at91: dt: sama5d4ek: add and enable wm8904Bo Shen
2015-03-04ARM: at91: dt: sama5d4ek: enable ssc0Bo Shen
2015-03-04ARM: at91: dt: sama5d4: add ssc nodesBo Shen
2015-03-04ARM: at91/dt: sama5d4 xplained: add i2c0Nicolas Ferre
2015-03-04ARM: at91/dt: sama5d4: add dts for sama5d4 xplained boardJosh Wu
2015-03-04ARM: at91/dt: sama5d4: add #{address, size}_cells properties for macb0Josh Wu
2015-03-04ARM: at91/dt: sama5d4ek: add leds in DT nodeJosh Wu
2015-03-04ARM: at91/dt: add i2c1 declaration to sama5d4Philip Attfield
2015-03-04ARM: at91/dt: gpio-keys: address-cells and size-cells properties are not neededNicolas Ferre
2015-03-04ARM: at91/dt: at91-sama5d3_xplained: add gpio-key pinctrl propertyWenyou Yang
2015-03-04ARM: at91/dt/trivial: correct file headers for SAMA5D3 SoC peripheralsNicolas Ferre
2015-03-04ARM: at91/dt: at91sam9n12ek: enable udpBo Shen
2015-03-04ARM: at91/dt: at91sam9n12: add udp device nodeBo Shen
2015-03-04ARM: at91: at91sam9g25ek/dts: enable ISI and ov2640Josh Wu
2015-03-04ARM: at91: at91sam9x5ek/dts: add ov2640 supportJosh Wu
2015-03-04ARM: at91: at91sam9x5/dts: add ISI dt support, include isi node, pinctrlsJosh Wu
2015-03-04Merge tag 'at91-fixes' into at91-4.1-dtNicolas Ferre
2015-03-04ARM: at91/dt: keep watchdog running in idle modeMichel Marti
2015-03-04dts: Documentation: AT91 Watchdog, explain what atmel,idle-halt property real...Sylvain Rochet
2015-03-04ARM: at91/defconfig: add at91rm9200 ethernet supportAlexandre Belloni
2015-03-04ARM: at91/defconfig: remove CONFIG_SYSFS_DEPRECATEDAnthony Harivel
2015-03-04ARM: at91/dt: at91sam9260: fix usart pinctrlJonas Andersson
2015-03-03ARM: at91/dt: sama5d4: add missing alias for i2c0Nicolas Ferre
2015-03-03ARM: at91/dt: at91sam9263: Fixup sram1 device tree nodeAlexander Stein
2015-03-03ARM: at91: pm: fix SRAM allocationAlexandre Belloni
2015-03-03ARM: at91: pm: fix at91rm9200 standbyAlexandre Belloni
2015-03-03pm: at91: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.Peter Rosin
2015-03-03pm: at91: pm_slowclock: fix suspend/resume hang up in timeoutsSylvain Rochet
2015-02-22Linux 4.0-rc1v4.0-rc1Linus Torvalds
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells