index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
epson1355fb.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-29
OMAPDSS: HDMI: Remove custom hdmi_video_timings struct
Archit Taneja
3
-55
/
+213
2012-06-29
OMAPFB: Map interlace field in omap_video_timings with fb vmode flags
Archit Taneja
1
-3
/
+5
2012-06-29
OMAPDSS: DISPC/APPLY: Use interlace info in manager timings for dispc_ovl_set...
Archit Taneja
3
-8
/
+5
2012-06-29
OMAPDSS: Add interlace parameter to omap_video_timings
Archit Taneja
4
-5
/
+8
2012-06-29
OMAPDSS: Remove omap_panel_config enum from omap_dss_device
Archit Taneja
10
-53
/
+0
2012-06-29
OMAPFB: Map the newly added omap_video_timings fields with fb sync flags
Archit Taneja
1
-4
/
+39
2012-06-29
OMAPDSS: DISPC: Remove dispc_mgr_set_pol_freq()
Archit Taneja
4
-35
/
+0
2012-06-29
OMAPDSS: DISPC: Configure newly added omap_video_timing fields
Archit Taneja
1
-3
/
+52
2012-06-29
OMAPDSS: DISPLAY: Ignore newly added omap_video_timings fields for display ti...
Archit Taneja
1
-1
/
+1
2012-06-29
OMAPDSS: Add some new fields to omap_video_timings
Archit Taneja
11
-1
/
+186
2012-06-29
OMAPDSS: Remove passive matrix LCD support (part 4)
Archit Taneja
7
-39
/
+8
2012-06-29
OMAPDSS: Remove passive matrix LCD support (part 3)
Archit Taneja
7
-36
/
+12
2012-06-29
OMAPDSS: Remove passive matrix LCD support (part 2)
Archit Taneja
14
-67
/
+37
2012-06-29
OMAPDSS: Remove passive matrix LCD support (part 1)
Archit Taneja
6
-36
/
+24
2012-06-29
OMAPDSS: HDMI: Replace spinlock with mutex in hdmi_check_hpd_state
Jassi Brar
3
-5
/
+4
2012-06-29
OMAPDSS: HDMI: Discard phy_tx_enabled member
Jassi Brar
2
-8
/
+4
2012-06-29
OMAPDSS: Add dump and debug support for LCD3
Chandrabhanu Mahapatra
1
-30
/
+40
2012-06-29
OMAPDSS: Add LCD3 overlay manager and Clock and IRQ support
Chandrabhanu Mahapatra
7
-9
/
+78
2012-06-29
OMAPDSS: Add support for LCD3 channel
Chandrabhanu Mahapatra
2
-0
/
+27
2012-06-29
OMAPDSS: Cleanup implementation of LCD channels
Chandrabhanu Mahapatra
4
-136
/
+120
2012-06-29
OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=n
Tomi Valkeinen
6
-6
/
+6
2012-06-29
OMAPDSS: Use PM notifiers for system suspend
Tomi Valkeinen
1
-16
/
+29
2012-06-29
OMAPDSS: add clk_prepare_enable and clk_disable_unprepare
Rajendra Nayak
3
-6
/
+6
2012-06-28
OMAPDSS: fix specification spelling in Kconfig
Peter Meerwald
1
-2
/
+2
2012-06-28
OMAPDSS: remove enum omap_dss_overlay_managers
Tomi Valkeinen
2
-10
/
+3
2012-06-09
Linux 3.5-rc2
v3.5-rc2
Linus Torvalds
1
-1
/
+1
2012-06-09
mm, oom: fix badness score underflow
David Rientjes
1
-2
/
+2
2012-06-08
sched/fair: fix lots of kernel-doc warnings
Randy Dunlap
1
-16
/
+6
2012-06-08
Revert "drm/i915/crt: Do not rely upon the HPD presence pin"
Linus Torvalds
1
-5
/
+3
2012-06-08
Revert "vfs: stop d_splice_alias creating directory aliases"
Linus Torvalds
1
-6
/
+10
2012-06-08
x86/nmi: Fix section mismatch warnings on 32-bit
Don Zickus
2
-2
/
+16
2012-06-08
powerpc: Fix kernel panic during kernel module load
Steffen Rumler
1
-6
/
+5
2012-06-08
x86/uv: Fix UV2 BAU legacy mode
Cliff Wickman
2
-2
/
+0
2012-06-08
x86/mm: Only add extra pages count for the first memory range during pre-allo...
Yinghai Lu
1
-1
/
+2
2012-06-08
init: Drop initcall level output
Borislav Petkov
1
-6
/
+1
2012-06-08
module_param: stop double-calling parameters.
Rusty Russell
2
-6
/
+6
2012-06-08
powerpc/time: Sanity check of decrementer expiration is necessary
Paul Mackerras
1
-3
/
+11
2012-06-08
Revert "mm: correctly synchronize rss-counters at exit/exec"
Linus Torvalds
3
-16
/
+6
2012-06-08
ext4: don't set i_flags in EXT4_IOC_SETFLAGS
Tao Ma
1
-1
/
+0
2012-06-08
ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bg
Theodore Ts'o
1
-4
/
+4
2012-06-07
mm: correctly synchronize rss-counters at exit/exec
Konstantin Khlebnikov
3
-6
/
+16
2012-06-07
btree: catch NULL value before it does harm
Joern Engel
1
-0
/
+1
2012-06-07
btree: fix tree corruption in btree_get_prev()
Roland Dreier
1
-2
/
+2
2012-06-07
ipc: shm: restore MADV_REMOVE functionality on shared memory segments
Will Deacon
1
-0
/
+12
2012-06-07
drivers/platform/x86/acerhdf.c: correct Boris' mail address
Borislav Petkov
1
-1
/
+1
2012-06-07
c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment
Cyrill Gorcunov
1
-14
/
+0
2012-06-07
c/r: prctl: add ability to get clear_tid_address
Cyrill Gorcunov
2
-4
/
+19
2012-06-07
c/r: prctl: add minimal address test to PR_SET_MM
Cyrill Gorcunov
1
-1
/
+1
2012-06-07
c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal
Konstantin Khlebnikov
2
-12
/
+20
2012-06-07
MAINTAINERS: whitespace fixes
Joe Perches
1
-9
/
+9
[next]