index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/fb: add more correct 8/16/24/32 bpp fb support.
Dave Airlie
2009-10-06
1
-0
/
+3
*
drm/fb: add setcmap and fix 8-bit support.
Dave Airlie
2009-10-05
2
-1
/
+6
*
drm/radeon/kms: respect single crtc cards, only create one crtc. (v2)
Dave Airlie
2009-10-05
1
-2
/
+2
*
drm/kms: make fb helper work for all drivers.
Dave Airlie
2009-09-28
1
-1
/
+3
*
drm/kms: start adding command line interface using fb.
Dave Airlie
2009-09-25
2
-1
/
+37
*
drm/radeon/kms: Use surfaces for scanout / cursor byte swapping on big endian.
Michel Dänzer
2009-09-18
1
-5
/
+6
*
drm/radeon/kms: don't fail if we fail to init GPU acceleration
Jerome Glisse
2009-09-18
1
-0
/
+1
*
Merge remote branch 'origin/master' of ../linux-2.6 into drm-next
Dave Airlie
2009-09-08
7
-5
/
+37
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-09-05
1
-2
/
+2
|
|
\
|
|
*
pkt_sched: Revert tasklet_hrtimer changes.
David S. Miller
2009-09-02
1
-2
/
+2
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2009-09-05
2
-2
/
+3
|
|
\
\
|
|
*
|
crypto: skcipher - Fix skcipher_dequeue_givcrypt NULL test
Herbert Xu
2009-08-29
2
-2
/
+3
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
2009-09-05
2
-1
/
+16
|
|
\
\
\
|
|
*
|
|
dm log: userspace add luid to distinguish between concurrent log instances
Jonathan Brassow
2009-09-04
1
-1
/
+12
|
|
*
|
|
dm stripe: expose correct io hints
Mike Snitzer
2009-09-04
1
-0
/
+4
|
*
|
|
|
exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
Oleg Nesterov
2009-09-05
1
-0
/
+1
|
*
|
|
|
workqueues: introduce __cancel_delayed_work()
Oleg Nesterov
2009-09-05
1
-0
/
+15
|
|
/
/
/
*
|
|
|
drm: include seq_file.h for debugfs builds.
Dave Airlie
2009-09-08
1
-0
/
+3
*
|
|
|
Merge intel drm-intel-next branch
Dave Airlie
2009-09-07
10
-33
/
+44
|
\
|
|
|
|
*
|
|
lmb: Also remove __init from lmb_end_of_RAM() declaration in lmb.h
Benjamin Herrenschmidt
2009-09-01
1
-1
/
+1
|
*
|
|
ACPI processor: force throttling state when BIOS returns incorrect value
Frans Pop
2009-08-27
1
-2
/
+3
|
*
|
|
flex_array: convert element_nr formals to unsigned
David Rientjes
2009-08-27
1
-4
/
+6
|
*
|
|
flex_array: declare parts member to have incomplete type
David Rientjes
2009-08-27
1
-1
/
+1
|
*
|
|
mm: fix hugetlb bug due to user_shm_unlock call
Hugh Dickins
2009-08-24
1
-2
/
+4
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2009-08-24
1
-0
/
+4
|
|
\
\
\
|
|
*
|
|
Input: ucb1400_ts - enable ADC Filter
Marek Vasut
2009-08-21
1
-0
/
+4
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-08-24
1
-2
/
+2
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
pkt_sched: Convert qdisc_watchdog to tasklet_hrtimer
David S. Miller
2009-08-23
1
-2
/
+2
|
*
|
|
|
kernel_read: redefine offset type
Mimi Zohar
2009-08-24
1
-1
/
+1
|
*
|
|
|
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2009-08-21
1
-0
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
drm/radeon: add GET_PARAM/INFO support for Z pipes
Alex Deucher
2009-08-21
1
-0
/
+2
|
|
*
|
|
|
drm/radeon/kms: implement the bo busy ioctl properly.
Dave Airlie
2009-08-21
1
-0
/
+2
|
*
|
|
|
|
Make bitmask 'and' operators return a result code
Linus Torvalds
2009-08-21
2
-20
/
+18
|
|
/
/
/
/
*
|
|
|
|
drm/kms: add a function that can add the mode for the output device without EDID
Zhao Yakui
2009-09-07
1
-0
/
+2
*
|
|
|
|
drm/kms: add explicit encoder disable function and detach harder.
Dave Airlie
2009-09-02
1
-0
/
+2
*
|
|
|
|
drm/mm: add ability to dump mm lists via debugfs
Dave Airlie
2009-09-02
1
-0
/
+4
*
|
|
|
|
drm/kms: move driver specific fb common code to helper functions (v2)
Dave Airlie
2009-08-31
2
-0
/
+84
*
|
|
|
|
drm/crtc_helper: place drm_helper_encoder_in_use() in the header file
Maarten Maathuis
2009-08-31
1
-0
/
+1
*
|
|
|
|
drm: GEM handles are u32, not int
Pekka Paalanen
2009-08-27
1
-2
/
+2
*
|
|
|
|
drm/ttm: consolidate cache flushing code in one place.
Dave Airlie
2009-08-27
1
-0
/
+38
*
|
|
|
|
Merge Linus master to drm-next
Dave Airlie
2009-08-20
65
-238
/
+659
|
\
|
|
|
|
|
*
|
|
|
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2009-08-19
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
drm/radeon/kms: implement bo busy check + current domain
Dave Airlie
2009-08-17
1
-1
/
+1
|
*
|
|
|
|
mm: revert "oom: move oom_adj value"
KOSAKI Motohiro
2009-08-19
2
-2
/
+1
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-08-18
5
-8
/
+13
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
net: restore gnet_stats_basic to previous definition
Eric Dumazet
2009-08-18
5
-8
/
+13
|
*
|
|
|
|
security: define round_hint_to_min in !CONFIG_SECURITY
Eric Paris
2009-08-17
1
-15
/
+15
|
*
|
|
|
|
Security/SELinux: seperate lsm specific mmap_min_addr
Eric Paris
2009-08-17
2
-15
/
+17
|
*
|
|
|
|
Capabilities: move cap_file_mmap to commoncap.c
Eric Paris
2009-08-17
1
-3
/
+4
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2009-08-13
1
-11
/
+38
|
|
\
\
\
\
[next]