summaryrefslogtreecommitdiffstats
path: root/scripts/cleanpatch (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-23DT: video: atmel_lcdc: Add example of fixed framebuffer memoryAlexander Stein1-1/+11
2015-03-04ARM: at91/dt: sama5d4: add ISI dt supportJosh Wu1-0/+42
2015-03-04ARM: at91/dt: sama5d4: add pwm0 device nodeBo Shen1-0/+10
2015-03-04ARM: at91/dt: sama5d4: add aes, sha and tdes nodesLeilei Zhao1-0/+40
2015-03-04ARM: at91: dt: sama5d4ek: enable audioBo Shen1-0/+20
2015-03-04ARM: at91: dt: sama5d4ek: add and enable wm8904Bo Shen1-0/+7
2015-03-04ARM: at91: dt: sama5d4ek: enable ssc0Bo Shen1-0/+4
2015-03-04ARM: at91: dt: sama5d4: add ssc nodesBo Shen1-0/+70
2015-03-04ARM: at91/dt: sama5d4 xplained: add i2c0Nicolas Ferre1-0/+4
2015-03-04ARM: at91/dt: sama5d4: add dts for sama5d4 xplained boardJosh Wu2-0/+238
2015-03-04ARM: at91/dt: sama5d4: add #{address, size}_cells properties for macb0Josh Wu1-0/+2
2015-03-04ARM: at91/dt: sama5d4ek: add leds in DT nodeJosh Wu1-0/+22
2015-03-04ARM: at91/dt: add i2c1 declaration to sama5d4Philip Attfield1-0/+28
2015-03-04ARM: at91/dt: gpio-keys: address-cells and size-cells properties are not neededNicolas Ferre2-4/+0
2015-03-04ARM: at91/dt: at91-sama5d3_xplained: add gpio-key pinctrl propertyWenyou Yang1-0/+8
2015-03-04ARM: at91/dt/trivial: correct file headers for SAMA5D3 SoC peripheralsNicolas Ferre7-7/+7
2015-03-04ARM: at91/dt: at91sam9n12ek: enable udpBo Shen1-0/+14
2015-03-04ARM: at91/dt: at91sam9n12: add udp device nodeBo Shen1-0/+9
2015-03-04ARM: at91: at91sam9g25ek/dts: enable ISI and ov2640Josh Wu1-0/+18
2015-03-04ARM: at91: at91sam9x5ek/dts: add ov2640 supportJosh Wu1-0/+48
2015-03-04ARM: at91: at91sam9x5/dts: add ISI dt support, include isi node, pinctrlsJosh Wu2-0/+47
2015-03-04ARM: at91/dt: keep watchdog running in idle modeMichel Marti6-6/+0
2015-03-04dts: Documentation: AT91 Watchdog, explain what atmel,idle-halt property real...Sylvain Rochet1-0/+5
2015-03-04ARM: at91/defconfig: add at91rm9200 ethernet supportAlexandre Belloni1-0/+1
2015-03-04ARM: at91/defconfig: remove CONFIG_SYSFS_DEPRECATEDAnthony Harivel1-2/+0
2015-03-04ARM: at91/dt: at91sam9260: fix usart pinctrlJonas Andersson1-2/+2
2015-03-03ARM: at91/dt: sama5d4: add missing alias for i2c0Nicolas Ferre1-0/+1
2015-03-03ARM: at91/dt: at91sam9263: Fixup sram1 device tree nodeAlexander Stein1-1/+1
2015-03-03ARM: at91: pm: fix SRAM allocationAlexandre Belloni1-12/+10
2015-03-03ARM: at91: pm: fix at91rm9200 standbyAlexandre Belloni1-1/+1
2015-03-03pm: at91: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.Peter Rosin2-6/+39
2015-03-03pm: at91: pm_slowclock: fix suspend/resume hang up in timeoutsSylvain Rochet1-29/+4
2015-02-23Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells1-1/+1
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2-12/+12
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2-8/+27
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2-1/+27
2015-02-22VFS: Add a whiteout dentry typeDavid Howells1-6/+18
2015-02-22VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells1-0/+57