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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-09
drm: Kill unused stuff from struct drm_device
Ville Syrjälä
1
-2
/
+0
2013-10-09
drm: Make irq_enabled bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Collect per-crtc vblank stuff to a struct
Ville Syrjälä
1
-10
/
+16
2013-10-09
drm: Make vblank_enabled bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Make vblank_inmodeset unsigned
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: Make vblank_disable_allowed bool
Ville Syrjälä
1
-1
/
+1
2013-10-09
drm: move device unregistration into drm_dev_unregister()
David Herrmann
1
-0
/
+1
2013-10-09
drm: introduce drm_dev_free() to fix error paths
David Herrmann
1
-0
/
+1
2013-10-09
drm: merge device setup into drm_dev_register()
David Herrmann
1
-3
/
+1
2013-10-09
drm: add drm_dev_alloc() helper
David Herrmann
1
-0
/
+2
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
1
-5
/
+0
2013-10-08
ARM: dts: Fix pinctrl mask for omap3
Tony Lindgren
1
-3
/
+1
2013-10-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+23
2013-10-07
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
2
-8
/
+13
2013-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+1
2013-10-07
netif_set_xps_queue: make cpu mask const
Michael S. Tsirkin
1
-2
/
+3
2013-10-04
Merge tag 'iommu-fixes-v3.12-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2013-10-04
perf: Fix perf_pmu_migrate_context
Peter Zijlstra
1
-1
/
+23
2013-10-02
mm: Fix generic hugetlb pte check return type.
David Miller
1
-2
/
+2
2013-10-02
tc: export tc_defact.h to userspace
stephen hemminger
2
-1
/
+2
2013-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
12
-9
/
+30
2013-10-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-7
/
+4
2013-10-01
drm: Reject stereo modes with an unknown layout
Damien Lespiau
2
-0
/
+6
2013-10-01
drm: Code stereo layouts as an enum rather than a bit field
Damien Lespiau
2
-17
/
+11
2013-10-01
drm: Implement timings adjustments for frame packing
Damien Lespiau
1
-1
/
+2
2013-10-01
drm: Introduce a crtc_clock for struct drm_display_mode
Damien Lespiau
1
-0
/
+1
2013-10-01
drm: Remove synth_clock from struct drm_display_mode
Damien Lespiau
1
-1
/
+0
2013-10-01
drm: Remove clock_index from struct drm_display_mode
Damien Lespiau
1
-1
/
+0
2013-10-01
drm: Make exposing stereo modes a per-connector opt-in
Damien Lespiau
1
-0
/
+2
2013-10-01
drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes
Damien Lespiau
1
-1
/
+1
2013-10-01
drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
Damien Lespiau
2
-0
/
+12
2013-10-01
drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfo
Damien Lespiau
2
-14
/
+36
2013-10-01
drm: Add a SET_CLIENT_CAP ioctl
Damien Lespiau
2
-0
/
+9
2013-10-01
drm: Move the GET_CAP macros next to the corresponding ioctl structure
Damien Lespiau
1
-11
/
+10
2013-09-30
skbuff: size of hole is wrong in a comment
Nicolas Dichtel
1
-1
/
+1
2013-10-01
drm/dp: constify DP DPCD helpers
Jani Nikula
1
-8
/
+8
2013-10-01
drm/edid: add drm_edid_duplicate
Jani Nikula
1
-0
/
+1
2013-10-01
drm/dp: add defines for downstream port types
Jani Nikula
1
-4
/
+4
2013-09-30
Merge tag 'nfs-for-3.12-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-1
/
+2
2013-10-01
Merge tag 'drm-intel-next-2013-09-21-merged' of git://people.freedesktop.org/...
Dave Airlie
2
-4
/
+6
2013-09-30
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
2
-0
/
+26
2013-09-30
mm: avoid reinserting isolated balloon pages into LRU lists
Rafael Aquini
1
-0
/
+25
2013-09-30
include/asm-generic/vtime.h: avoid zero-length file
Andrew Morton
1
-0
/
+1
2013-09-30
vxlan: Use RCU apis to access sk_user_data.
Pravin B Shelar
1
-0
/
+5
2013-09-30
Merge remote-tracking branch 'regulator/fix/doc' into regulator-linus
Mark Brown
1
-0
/
+2
2013-09-30
netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packets
Patrick McHardy
1
-1
/
+1
2013-09-29
Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+5
2013-09-29
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+2
2013-09-28
net: net_secret should not depend on TCP
Eric Dumazet
1
-1
/
+0
2013-09-28
net: Delay default_device_exit_batch until no devices are unregistering v2
Eric W. Biederman
1
-0
/
+1
[prev]
[next]