index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-12
fbdev: sh_mobile_lcdc: Remove board configuration owner field
Laurent Pinchart
2
-8
/
+2
2012-03-12
fbdev: sh_mobile_hdmi: Remove sh_mobile_hdmi_info lcd_chan field
Laurent Pinchart
1
-1
/
+0
2012-03-12
arm: mach-shmobile: Don't initialize the hdmi_info lcd_chan field
Laurent Pinchart
2
-6
/
+0
2012-03-12
fbdev: sh_mobile_hdmi: Don't hook up into board_cfg display operations
Laurent Pinchart
1
-31
/
+6
2012-03-12
fbdev: sh_mipi_dsi: Don't hook up into board_cfg display operations
Laurent Pinchart
1
-51
/
+5
2012-03-12
arm: mach-shmobile: Add LCDC tx_dev field to platform data
Laurent Pinchart
2
-162
/
+175
2012-03-12
fbdev: sh_mobile_lcdc: Handle HDMI/MIPI transmitter device directly
Laurent Pinchart
3
-5
/
+30
2012-03-12
fbdev: sh_mipi_dsi: Implement sh_mobile_lcdc_entity interface
Laurent Pinchart
1
-15
/
+51
2012-03-12
fbdev: sh_mobile_hdmi: Implement sh_mobile_lcdc_entity interface
Laurent Pinchart
1
-8
/
+31
2012-03-12
fbdev: sh_mobile_lcdc: Add sh_mobile_lcdc_entity definition
Laurent Pinchart
1
-2
/
+16
2012-03-12
sh_mobile_hdmi: Remove platform data lcd_dev field
Laurent Pinchart
4
-15
/
+5
2012-03-12
fbdev: sh_mobile_hdmi: Don't access LCDC channel in notifier callback
Laurent Pinchart
1
-4
/
+4
2012-03-12
fbdev: sh_mobile_lcdc: Create functions to turn the display on/off
Laurent Pinchart
1
-25
/
+28
2012-03-12
fbdev: sh_mobile_lcdc: Don't pass struct device around
Laurent Pinchart
1
-20
/
+21
2012-03-12
fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()
Laurent Pinchart
1
-18
/
+16
2012-03-12
fbdev: sh_mobile_lcdc: Mark init-only symbols with __devinit(const)
Laurent Pinchart
1
-2
/
+2
2012-03-12
fbdev: sh_mobile_lcdc: Reorder code into sections
Laurent Pinchart
1
-190
/
+231
2012-03-08
video:uvesafb: notice user when we failed to save hardware state
Wang YanQing
1
-3
/
+11
2012-03-08
video:uvesafb: Fix oops that uvesafb try to execute NX-protected page
Wang YanQing
1
-2
/
+10
2012-03-08
udlfb: Fix invalid return codes in edid sysfs entry store function
Olivier Sobrie
1
-8
/
+11
2012-03-06
MAINTAINERS: add entry for exynos mipi display drivers
Donghwa Lee
1
-0
/
+9
2012-03-06
MAINTAINERS: add maintainer entry for Exynos DP driver
Jingoo Han
1
-0
/
+6
2012-03-06
video: s3c-fb: Add support EXYNOS5 FIMD
Jingoo Han
2
-13
/
+63
2012-03-06
pxafb: do console locking before calling fb_blank()
Vasily Khoruzhick
1
-1
/
+5
2012-03-06
Merge commit 'v3.3-rc6' into fbdev-next
Florian Tobias Schandinat
378
-1703
/
+2823
2012-03-05
Merge pull request #1 from bernieplug/fbdev-next
Florian Tobias Schandinat
3
-68
/
+105
2012-03-03
Linux 3.3-rc6
v3.3-rc6
Linus Torvalds
1
-1
/
+1
2012-03-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+2
2012-03-03
Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...
Linus Torvalds
4
-2
/
+8
2012-03-03
udlfb: Add module_param to allow forcing pixel_limit
Ben Collins
1
-0
/
+12
2012-03-03
udlfb: Make sure to get correct endian keys from vendor descriptor
Ben Collins
1
-1
/
+1
2012-03-03
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-4
/
+54
2012-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+1
2012-03-02
vfs: export full_name_hash() function to modules
Linus Torvalds
1
-0
/
+1
2012-03-02
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-14
/
+75
2012-03-02
Merge tag 'fbdev-fixes-for-3.3-2' of git://github.com/schandinat/linux-2.6
Linus Torvalds
5
-10
/
+35
2012-03-02
Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...
Linus Torvalds
9
-19
/
+51
2012-03-02
vfs: split up name hashing in link_path_walk() into helper function
Linus Torvalds
1
-18
/
+34
2012-03-02
vfs: clarify and clean up dentry_cmp()
Linus Torvalds
1
-5
/
+4
2012-03-02
vfs: uninline full_name_hash()
Linus Torvalds
2
-12
/
+10
2012-03-02
vfs: trivial __d_lookup_rcu() cleanups
Linus Torvalds
2
-6
/
+10
2012-03-02
hwmon: (f75375s) Catch some attempts to write to r/o registers
Nikolaus Schulz
1
-0
/
+27
2012-03-02
hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enable
Nikolaus Schulz
1
-8
/
+34
2012-03-02
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...
Linus Torvalds
7
-8
/
+29
2012-03-02
regset: Return -EFAULT, not -EIO, on host-side memory fault
H. Peter Anvin
1
-2
/
+2
2012-03-02
regset: Prevent null pointer reference on readonly regsets
H. Peter Anvin
2
-1
/
+7
2012-03-02
perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled
Joerg Roedel
4
-4
/
+54
2012-03-02
ALSA: hda - Kill hyphenated names
Takashi Iwai
4
-8
/
+8
2012-03-02
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
4
-1
/
+22
2012-03-01
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
6
-32
/
+42
[next]