index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-27
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...
Jens Axboe
1
-12
/
+13
2010-11-16
block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the ev...
Mike Snitzer
1
-3
/
+3
2010-11-15
capabilities/syslog: open code cap_syslog logic to fix build failure
Eric Paris
1
-5
/
+4
2010-11-15
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-23
/
+1
2010-11-15
i2c: Mark i2c_adapter.id as deprecated
Jean Delvare
1
-1
/
+1
2010-11-15
i2c: Delete unused adapter IDs
Jean Delvare
1
-22
/
+0
2010-11-15
include/linux/kernel.h: Move logging bits to include/linux/printk.h
Linus Torvalds
2
-244
/
+249
2010-11-15
Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2010-11-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Paul Mundt
31
-55
/
+369
2010-11-15
fsl-diu-fb: drop dead ioctl define
Mike Frysinger
1
-1
/
+0
2010-11-13
block: clean up blkdev_get() wrappers and their users
Tejun Heo
1
-3
/
+4
2010-11-13
block: make blkdev_get/put() handle exclusive access
Tejun Heo
1
-10
/
+4
2010-11-13
block: simplify holder symlink handling
Tejun Heo
1
-5
/
+11
2010-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
8
-9
/
+40
2010-11-12
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-1
/
+3
2010-11-12
Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-1
/
+1
2010-11-12
vlan: Add function to retrieve EtherType from vlan packets.
Hao Zheng
1
-0
/
+25
2010-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6
David S. Miller
1
-1
/
+1
2010-11-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-2
/
+17
2010-11-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
5
-12
/
+4
2010-11-12
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+10
2010-11-12
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2
-5
/
+78
2010-11-12
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-4
/
+14
2010-11-12
backlight: add low threshold to pwm backlight
Arun Murthy
1
-0
/
+1
2010-11-12
leds: driver for National Semiconductors LP5523 chip
Samu Onkalo
1
-0
/
+47
2010-11-12
leds: driver for National Semiconductor LP5521 chip
Samu Onkalo
1
-0
/
+47
2010-11-12
led-class: always implement blinking
Johannes Berg
1
-4
/
+43
2010-11-12
radix-tree: fix RCU bug
Nick Piggin
1
-16
/
+23
2010-11-12
Restrict unprivileged access to kernel syslog
Dan Rosenberg
1
-0
/
+1
2010-11-12
include/linux/highmem.h needs hardirq.h
Catalin Marinas
1
-0
/
+1
2010-11-12
atomic: add atomic_inc_not_zero_hint()
Eric Dumazet
1
-0
/
+37
2010-11-12
include/linux/resource.h needs types.h
Jean Delvare
1
-0
/
+1
2010-11-12
netfilter: NF_HOOK_COND has wrong conditional
Eric Paris
1
-1
/
+1
2010-11-11
block: remove unused copy_io_context()
Jens Axboe
1
-1
/
+0
2010-11-10
perf_events: Fix time tracking in samples
Stephane Eranian
1
-0
/
+10
2010-11-10
net: avoid limits overflow
Eric Dumazet
4
-8
/
+8
2010-11-10
block: remove REQ_HARDBARRIER
Christoph Hellwig
3
-10
/
+3
2010-11-10
Merge branch 'for-2.6.37/drivers' into for-linus
Jens Axboe
1
-1
/
+1
2010-11-10
drm/ttm: Be consistent on ttm_bo_init() failures
Thomas Hellstrom
1
-0
/
+4
2010-11-09
tty: Fix formatting in tty.h
Alan Cox
1
-1
/
+1
2010-11-09
Merge branch 'musb-v2.6.37-rc2' of git://gitorious.org/usb/usb into work-linus
Greg Kroah-Hartman
1
-0
/
+2
2010-11-09
sh: intc: Fix up initializers for gcc 4.5.
Paul Mundt
1
-1
/
+1
2010-11-09
drm/ttm: Documentation update
Thomas Hellstrom
1
-5
/
+74
2010-11-09
kernel: Constify temporary variable in roundup()
Tetsuo Handa
1
-1
/
+1
2010-11-08
usb.h: fix ioctl kernel-doc info
Randy Dunlap
1
-1
/
+1
2010-11-08
net: Detect and ignore netif_stop_queue() calls before register_netdev()
Guillaume Chazarain
1
-0
/
+5
2010-11-08
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-0
/
+97
2010-11-08
Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-10
/
+9
2010-11-08
ext4: Add new ext4 inode tracepoints
Theodore Ts'o
1
-0
/
+97
2010-11-07
net dst: need linux/cache.h for ____cacheline_aligned_in_smp.
Paul Mundt
1
-0
/
+1
[next]