index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
Merge tag 'v3.14-rc7' into drm-next
Dave Airlie
589
-3858
/
+5708
2014-03-18
Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-...
Dave Airlie
20
-798
/
+2013
2014-03-18
Merge branch 'drm-intel-next' of git://git.freedesktop.org/git/drm-intel into...
Dave Airlie
29
-1019
/
+2896
2014-03-18
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
9841
-202620
/
+516966
2014-03-17
Merge branch 'drm-minor' of git://people.freedesktop.org/~dvdhrm/linux into d...
Dave Airlie
8
-193
/
+278
2014-03-17
Linux 3.14-rc7
v3.14-rc7
Linus Torvalds
1
-1
/
+1
2014-03-17
Merge branch 'drm-fixes' of git://people.freedesktop.org/~dvdhrm/linux into d...
Dave Airlie
4
-5
/
+24
2014-03-16
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-3
/
+12
2014-03-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-6
/
+15
2014-03-16
ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation
Michael Kerrisk
1
-0
/
+2
2014-03-16
drm: make minors independent of global lock
David Herrmann
2
-16
/
+46
2014-03-16
drm: inline drm_minor_get_id()
David Herrmann
1
-21
/
+6
2014-03-16
drm: coding-style fixes in minor handling
David Herrmann
1
-5
/
+3
2014-03-16
drm: remove redundant minor->device field
David Herrmann
4
-5
/
+3
2014-03-16
drm: remove unneeded #ifdef CONFIG_DEBUGFS
David Herrmann
1
-7
/
+0
2014-03-16
drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()
David Herrmann
1
-37
/
+17
2014-03-16
drm: move drm_put_minor() to drm_minor_free()
David Herrmann
1
-27
/
+18
2014-03-16
drm: allocate minors early
David Herrmann
1
-39
/
+71
2014-03-16
drm: add minor-lookup/release helpers
David Herrmann
3
-23
/
+70
2014-03-16
drm: provide device-refcount
David Herrmann
6
-19
/
+50
2014-03-16
drm: turn DRM_MINOR_* into enum
David Herrmann
1
-3
/
+6
2014-03-16
drm: remove unused DRM_MINOR_UNASSIGNED
David Herrmann
1
-1
/
+0
2014-03-16
drm: skip redundant minor-lookup in open path
David Herrmann
1
-12
/
+7
2014-03-16
drm: group dev-lifetime related members
David Herrmann
1
-9
/
+12
2014-03-16
drm/gem: dont init "ret" in drm_gem_mmap()
David Herrmann
1
-1
/
+1
2014-03-16
drm/crtc: add sanity checks to create_dumb()
David Herrmann
1
-0
/
+17
2014-03-16
drm/gem: free vma-node during object-cleanup
David Herrmann
1
-0
/
+2
2014-03-16
drm/gem: fix indentation
David Herrmann
1
-2
/
+2
2014-03-16
drm/udl: fix Bpp calculation in dumb_create()
David Herrmann
1
-1
/
+1
2014-03-16
drm/udl: fix error-path when damage-req fails
David Herrmann
1
-1
/
+1
2014-03-15
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
7
-30
/
+38
2014-03-15
drm/imx: remove drm_mode_connector_detach_encoder harder
Daniel Vetter
2
-3
/
+0
2014-03-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+13
2014-03-15
Merge tag 'pm+acpi-3.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-23
/
+30
2014-03-15
Merge tag 'dm-3.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+5
2014-03-14
x86/amd/numa: Fix northbridge quirk to assign correct NUMA node
Daniel J Blueman
1
-1
/
+1
2014-03-14
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
6
-17
/
+50
2014-03-14
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
70
-550
/
+516
2014-03-14
i2c: Remove usage of orphaned symbol OF_I2C
Richard Weinberger
1
-1
/
+1
2014-03-14
Merge branches 'pnp', 'acpi-init', 'acpi-sleep' and 'pm-cpufreq'
Rafael J. Wysocki
3
-20
/
+18
2014-03-14
ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep states
Rafael J. Wysocki
1
-17
/
+15
2014-03-13
ipv6: Avoid unnecessary temporary addresses being generated
Heiner Kallweit
1
-1
/
+4
2014-03-13
eth: fec: Fix lost promiscuous mode after reconnecting cable
Stefan Wahren
1
-7
/
+7
2014-03-13
bonding: set correct vlan id for alb xmit path
dingtianhong
1
-1
/
+1
2014-03-13
at86rf230: fix lockdep splats
Alexander Aring
1
-5
/
+6
2014-03-13
net/mlx4_en: Deregister multicast vxlan steering rules when going down
Or Gerlitz
1
-0
/
+2
2014-03-13
vmxnet3: fix building without CONFIG_PCI_MSI
Arnd Bergmann
1
-2
/
+5
2014-03-13
MAINTAINERS: add networking selftests to NETWORKING
Daniel Borkmann
1
-0
/
+1
2014-03-13
drm: kerneldoc polish for drm_crtc.c
Daniel Vetter
1
-44
/
+570
[next]