Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
07b48c3ac539828d744f0562da1f24e8a234d06e
07b48c3
Merge branch 'drm-minor' into drm-next
by David Herrmann
· 11 years ago
afab446
Merge branch 'drm-anon' into drm-next
by David Herrmann
· 11 years ago
0d63988
drm: make minors independent of global lock
by David Herrmann
· 11 years ago
7d86cf1
drm: inline drm_minor_get_id()
by David Herrmann
· 11 years ago
1abbc43
drm: coding-style fixes in minor handling
by David Herrmann
· 11 years ago
5817878
drm: remove redundant minor->device field
by David Herrmann
· 11 years ago
cb0f932
drm: remove unneeded #ifdef CONFIG_DEBUGFS
by David Herrmann
· 11 years ago
afcdbc8
drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()
by David Herrmann
· 11 years ago
bd9dfa9
drm: move drm_put_minor() to drm_minor_free()
by David Herrmann
· 11 years ago
05b701f
drm: allocate minors early
by David Herrmann
· 11 years ago
1616c52
drm: add minor-lookup/release helpers
by David Herrmann
· 11 years ago
099d1c2
drm: provide device-refcount
by David Herrmann
· 11 years ago
cb8a239
drm: turn DRM_MINOR_* into enum
by David Herrmann
· 11 years ago
b9a0d15
drm: remove unused DRM_MINOR_UNASSIGNED
by David Herrmann
· 11 years ago
f4aede2
drm: skip redundant minor-lookup in open path
by David Herrmann
· 11 years ago
45e212d
drm: group dev-lifetime related members
by David Herrmann
· 11 years ago
44d847b
drm: init TTM dev_mapping in ttm_bo_device_init()
by David Herrmann
· 11 years ago
6796cb1
drm: use anon-inode instead of relying on cdevs
by David Herrmann
· 11 years ago
31bbe16
drm: add pseudo filesystem for shared inodes
by David Herrmann
· 11 years ago
a8469aa
drm/gem: dont init "ret" in drm_gem_mmap()
by David Herrmann
· 11 years ago
b28cd41
drm/crtc: add sanity checks to create_dumb()
by David Herrmann
· 11 years ago
7747234
drm/gem: free vma-node during object-cleanup
by David Herrmann
· 11 years ago
16d2831
drm/gem: fix indentation
by David Herrmann
· 11 years ago
2b932d8
drm/udl: fix Bpp calculation in dumb_create()
by David Herrmann
· 11 years ago
06c99161
drm/udl: fix error-path when damage-req fails
by David Herrmann
· 11 years ago
786a782
Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-next
by Dave Airlie
· 11 years ago
df0af44
drm/radeon: remove struct radeon_bo_list
by Christian König
· 11 years ago
4d33f3a
Merge tag 'drm-intel-next-2014-02-14' of ssh://git.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 11 years ago
4d15264
drm/radeon: drop non blocking allocations from sub allocator
by Christian König
· 11 years ago
529364e
drm/radeon: remove global vm lock
by Christian König
· 11 years ago
6d2f294
drm/radeon: use normal BOs for the page tables v4
by Christian König
· 11 years ago
fa68834
drm/radeon: further cleanup vm flushing & fencing
by Christian König
· 11 years ago
2280ab5
drm/radeon: separate gart and vm functions
by Christian König
· 11 years ago
b03b4e4
drm/radeon: fix VCE suspend/resume
by Christian König
· 11 years ago
f1e3dc7
drm/radeon: fix missing bo reservation
by Christian König
· 11 years ago
19dff56
drm/radeon: limit how much memory TTM can move per IB according to VRAM usage
by Marek Olšák
· 11 years ago
c9b7654
drm/radeon: validate relocations in the order determined by userspace v3
by Marek Olšák
· 11 years ago
4330441
drm/radeon: add buffers to the LRU list from smallest to largest
by Marek Olšák
· 11 years ago
0bc490a
drm/radeon: deduplicate code in radeon_gem_busy_ioctl
by Marek Olšák
· 11 years ago
67e8e3f
drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2
by Marek Olšák
· 11 years ago
bda72d5
drm/radeon: add a way to get and set initial buffer domains v2
by Marek Olšák
· 11 years ago
14a9579
drm/radeon: use variable UVD clocks
by Alex Deucher
· 11 years ago
3761552
drm/radeon: cleanup the fence ring locking code
by Christian König
· 11 years ago
aee4aa7
drm/radeon: improve ring lockup detection code v2
by Christian König
· 11 years ago
4d538b7
Merge branch 'drm-next-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-next
by Dave Airlie
· 11 years ago
c48cdd2
Merge branch 'tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-cubox into drm-next
by Dave Airlie
· 11 years ago
3e09dcd
Merge tag 'drm-intel-next-2014-02-07' of ssh://git.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 11 years ago
6ba6b7c
Merge tag 'drm/dp-aux-for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
by Dave Airlie
· 11 years ago
8875968
drm/dp: Allow registering AUX channels as I2C busses
by Thierry Reding
· 11 years ago
516c0f7
drm/dp: Add DisplayPort link helpers
by Thierry Reding
· 11 years ago
8d4adc6
drm/dp: Add drm_dp_dpcd_read_link_status()
by Thierry Reding
· 11 years ago
c197db7
drm/dp: Add AUX channel infrastructure
by Thierry Reding
· 11 years ago
cfbf8d4
Linux 3.14-rc4
by Linus Torvalds
· 11 years ago
7267342
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
24c8525
Merge tag 'regulator-v3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 11 years ago
b2880eb
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
208937f
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
5fe37fc
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
f9b0808
Merge tag 'usb-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
e0f13bd
Merge tag 'tty-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 11 years ago
b9c2b05
Merge tag 'staging-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 11 years ago
7834904
Merge tag 'char-misc-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 11 years ago
a3db2bb
MAINTAINERS: add additional ARM BCM281xx/BCM11xxx maintainer
by Matt Porter
· 11 years ago
bcad2ca
Merge remote-tracking branches 'regulator/fix/da9063', 'regulator/fix/max14577' and 'regulator/fix/s5m8767' into regulator-linus
by Mark Brown
· 11 years ago
f29d778
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
by Mark Brown
· 11 years ago
5c0a245
Revert "tty: Set correct tty name in 'active' sysfs attribute"
by Greg Kroah-Hartman
· 11 years ago
5580723
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
9b3e7c9
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
0f0ca14
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 11 years ago
645ceee
Merge branch 'xfs-fixes-for-3.14-rc4' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
a9d3f94
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
by Ingo Molnar
· 11 years ago
08221fc
regulator: max14577: Fix invalid return value on DT parse success
by Krzysztof Kozlowski
· 11 years ago
ec79b57
Merge tag 'irqchip-mvebu-fixes-3.14' of git://git.infradead.org/linux-mvebu into irq/urgent
by Thomas Gleixner
· 11 years ago
1052710
Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 11 years ago
0a4e836
Merge git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 11 years ago
d86e9af6
irqchip: orion: Fix getting generic chip pointer.
by Andrew Lunn
· 11 years ago
337397f
perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter table
by Stephane Eranian
· 11 years ago
c9b0888
perf/x86: Correctly use FEATURE_PDCM
by Peter Zijlstra
· 11 years ago
a3ef222
perf, nmi: Fix unknown NMI warning
by Markus Metzger
· 11 years ago
5bf5dbe
usb: chipidea: need to mask when writting endptflush and endptprime
by Matthieu CASTET
· 11 years ago
e194fd8
staging: binder: Fix death notifications
by Arve Hjønnevåg
· 11 years ago
995b9ea
sched/deadline: Remove useless dl_nr_total
by Kirill Tkhai
· 11 years ago
82b9580
sched/deadline: Test for CPU's presence explicitly
by Boris Ostrovsky
· 11 years ago
6d35ab4
sched: Add 'flags' argument to sched_{set,get}attr() syscalls
by Peter Zijlstra
· 11 years ago
4efbc45
sched: Fix information leak in sys_sched_getattr()
by Vegard Nossum
· 11 years ago
3cf1962
sched,numa: add cond_resched to task_numa_work
by Rik van Riel
· 11 years ago
4951634
sched/core: Make dl_b->lock IRQ safe
by Juri Lelli
· 11 years ago
e9e7cb3
sched/core: Fix sched_rt_global_validate
by Juri Lelli
· 11 years ago
4df1638
sched/deadline: Fix overflow to handle period==0 and deadline!=0
by Steven Rostedt
· 11 years ago
3d5f35b
sched/deadline: Fix bad accounting of nr_running
by Juri Lelli
· 11 years ago
0cb1c3e
watchdog: w83697hf_wdt: return ENODEV if no device was found
by Stanislav Kholmanskikh
· 11 years ago
34acae3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 11 years ago
795233b
Merge tag 'pm+acpi-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
7777d93
Merge tag 'iommu-fixes-v3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 11 years ago
0413320
Merge tag 'sound-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
fee5ae9
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
d8ad344
Merge branches 'acpi-pm' and 'acpi-video'
by Rafael J. Wysocki
· 11 years ago
200df1c
Merge branches 'acpi-cleanup', 'acpi-dock', 'acpi-pci' and 'acpi-dsm'
by Rafael J. Wysocki
· 11 years ago
61d8d2a
intel_pstate: Add support for Baytrail turbo P states
by Dirk Brandewie
· 11 years ago
4042e75
intel_pstate: Use LFM bus ratio as min ratio/P state
by Dirk Brandewie
· 11 years ago
Next »