index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
cleanpatch
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-23
DT: video: atmel_lcdc: Add example of fixed framebuffer memory
Alexander Stein
1
-1
/
+11
2015-03-04
ARM: at91/dt: sama5d4: add ISI dt support
Josh Wu
1
-0
/
+42
2015-03-04
ARM: at91/dt: sama5d4: add pwm0 device node
Bo Shen
1
-0
/
+10
2015-03-04
ARM: at91/dt: sama5d4: add aes, sha and tdes nodes
Leilei Zhao
1
-0
/
+40
2015-03-04
ARM: at91: dt: sama5d4ek: enable audio
Bo Shen
1
-0
/
+20
2015-03-04
ARM: at91: dt: sama5d4ek: add and enable wm8904
Bo Shen
1
-0
/
+7
2015-03-04
ARM: at91: dt: sama5d4ek: enable ssc0
Bo Shen
1
-0
/
+4
2015-03-04
ARM: at91: dt: sama5d4: add ssc nodes
Bo Shen
1
-0
/
+70
2015-03-04
ARM: at91/dt: sama5d4 xplained: add i2c0
Nicolas Ferre
1
-0
/
+4
2015-03-04
ARM: at91/dt: sama5d4: add dts for sama5d4 xplained board
Josh Wu
2
-0
/
+238
2015-03-04
ARM: at91/dt: sama5d4: add #{address, size}_cells properties for macb0
Josh Wu
1
-0
/
+2
2015-03-04
ARM: at91/dt: sama5d4ek: add leds in DT node
Josh Wu
1
-0
/
+22
2015-03-04
ARM: at91/dt: add i2c1 declaration to sama5d4
Philip Attfield
1
-0
/
+28
2015-03-04
ARM: at91/dt: gpio-keys: address-cells and size-cells properties are not needed
Nicolas Ferre
2
-4
/
+0
2015-03-04
ARM: at91/dt: at91-sama5d3_xplained: add gpio-key pinctrl property
Wenyou Yang
1
-0
/
+8
2015-03-04
ARM: at91/dt/trivial: correct file headers for SAMA5D3 SoC peripherals
Nicolas Ferre
7
-7
/
+7
2015-03-04
ARM: at91/dt: at91sam9n12ek: enable udp
Bo Shen
1
-0
/
+14
2015-03-04
ARM: at91/dt: at91sam9n12: add udp device node
Bo Shen
1
-0
/
+9
2015-03-04
ARM: at91: at91sam9g25ek/dts: enable ISI and ov2640
Josh Wu
1
-0
/
+18
2015-03-04
ARM: at91: at91sam9x5ek/dts: add ov2640 support
Josh Wu
1
-0
/
+48
2015-03-04
ARM: at91: at91sam9x5/dts: add ISI dt support, include isi node, pinctrls
Josh Wu
2
-0
/
+47
2015-03-04
ARM: at91/dt: keep watchdog running in idle mode
Michel Marti
6
-6
/
+0
2015-03-04
dts: Documentation: AT91 Watchdog, explain what atmel,idle-halt property real...
Sylvain Rochet
1
-0
/
+5
2015-03-04
ARM: at91/defconfig: add at91rm9200 ethernet support
Alexandre Belloni
1
-0
/
+1
2015-03-04
ARM: at91/defconfig: remove CONFIG_SYSFS_DEPRECATED
Anthony Harivel
1
-2
/
+0
2015-03-04
ARM: at91/dt: at91sam9260: fix usart pinctrl
Jonas Andersson
1
-2
/
+2
2015-03-03
ARM: at91/dt: sama5d4: add missing alias for i2c0
Nicolas Ferre
1
-0
/
+1
2015-03-03
ARM: at91/dt: at91sam9263: Fixup sram1 device tree node
Alexander Stein
1
-1
/
+1
2015-03-03
ARM: at91: pm: fix SRAM allocation
Alexandre Belloni
1
-12
/
+10
2015-03-03
ARM: at91: pm: fix at91rm9200 standby
Alexandre Belloni
1
-1
/
+1
2015-03-03
pm: at91: Workaround DDRSDRC self-refresh bug with LPDDR1 memories.
Peter Rosin
2
-6
/
+39
2015-03-03
pm: at91: pm_slowclock: fix suspend/resume hang up in timeouts
Sylvain Rochet
1
-29
/
+4
2015-02-23
Linux 4.0-rc1
v4.0-rc1
Linus Torvalds
1
-4
/
+4
2015-02-22
autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation
Al Viro
1
-2
/
+6
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-22
debugfs: leave freeing a symlink body until inode eviction
Al Viro
1
-17
/
+17
2015-02-22
Documentation/filesystems/Locking: ->get_sb() is long gone
Al Viro
1
-2
/
+0
2015-02-22
trylock_super(): replacement for grab_super_passive()
Konstantin Khlebnikov
3
-26
/
+22
2015-02-22
fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
1
-1
/
+1
2015-02-22
Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions
David Howells
4
-9
/
+9
2015-02-22
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
David Howells
34
-71
/
+71
2015-02-22
SELinux: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
Smack: Use d_is_positive() rather than testing dentry->d_inode
David Howells
1
-2
/
+2
2015-02-22
TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()
David Howells
1
-3
/
+1
2015-02-22
Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode
David Howells
1
-1
/
+1
2015-02-22
Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb
David Howells
2
-12
/
+12
2015-02-22
VFS: Split DCACHE_FILE_TYPE into regular and special types
David Howells
2
-8
/
+27
2015-02-22
VFS: Add a fallthrough flag for marking virtual dentries
David Howells
2
-1
/
+27
2015-02-22
VFS: Add a whiteout dentry type
David Howells
1
-6
/
+18
2015-02-22
VFS: Introduce inode-getting helpers for layered/unioned fs environments
David Howells
1
-0
/
+57
[next]