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
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-18
gru: change resource assignment for kernel threads
Jack Steiner
6
-105
/
+184
2009-06-18
gru: support cch_allocate for kernel threads
Jack Steiner
4
-19
/
+17
2009-06-18
gru: change context load and unload
Jack Steiner
3
-7
/
+11
2009-06-18
gru: dynamic allocation of kernel contexts
Jack Steiner
2
-29
/
+33
2009-06-18
gru: dump chiplet state
Jack Steiner
5
-1
/
+267
2009-06-18
gru: bug fixes for GRU exception handling
Jack Steiner
6
-26
/
+52
2009-06-16
Merge branch 'akpm'
Linus Torvalds
2
-2
/
+2
2009-06-16
page allocator: do not check NUMA node ID when the caller knows the node is v...
Mel Gorman
2
-2
/
+2
2009-06-16
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...
Linus Torvalds
1
-0
/
+2
2009-06-16
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-0
/
+261
2009-06-15
i2c/chips: Move max6875 to drivers/misc/eeprom
Wolfram Sang
3
-0
/
+261
2009-06-15
Merge commit 'linus/master' into HEAD
Vegard Nossum
7
-0
/
+661
2009-06-15
c2port: annotate bitfield for kmemcheck
Vegard Nossum
1
-0
/
+2
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
8
-3
/
+664
2009-06-13
cb710: more cleanup for the DEBUG case.
Michał Mirosław
1
-0
/
+4
2009-06-13
cb710: handle DEBUG define in Makefile
Pierre Ossman
1
-0
/
+4
2009-06-13
cb710: add missing parenthesis
Pierre Ossman
1
-1
/
+1
2009-06-13
mmc: Driver for CB710/720 memory card reader (MMC part)
Michał Mirosław
7
-0
/
+653
2009-06-13
net: fix network driver ndo_start_xmit() return values (part 1)
Patrick McHardy
1
-1
/
+2
2009-05-15
[SCSI] ses: fix problems caused by empty SES provided name
Yinghai Lu
1
-3
/
+3
2009-05-06
isl29003: fix resume functionality
Daniel Mack
1
-2
/
+7
2009-04-21
sgi-xp/sgi-gru: allow modules to load on non-uv systems
Robin Holt
2
-7
/
+7
2009-04-13
sgi-xpc: clean up numerous globals
Robin Holt
6
-295
/
+254
2009-04-13
sgi-xpc: implement opencomplete messaging
Robin Holt
5
-61
/
+124
2009-04-13
sgi-xpc: prevent false heartbeat failures
Robin Holt
4
-152
/
+123
2009-04-13
at25: make input buffers of at25_*write() const
Geert Uytterhoeven
1
-2
/
+3
2009-04-13
at24: make input buffers of at24_*write() const
Geert Uytterhoeven
1
-4
/
+4
2009-04-07
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
1
-1
/
+1
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-3
/
+3
2009-04-02
xpc_sn2: fix max() warning about pointers of different types
Robin Holt
1
-5
/
+5
2009-04-02
sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UV
Robin Holt
1
-2
/
+2
2009-04-02
sgi-gru: support multiple pagesizes in GRU
Jack Steiner
6
-38
/
+35
2009-04-02
sgi-gru: fix bugs related to module unload of the GRU driver
Jack Steiner
3
-1
/
+24
2009-04-02
sgi-gru: macro for scanning all gru chiplets
Jack Steiner
4
-13
/
+14
2009-04-02
sgi-gru: add support to the GRU driver for message queue interrupts
Jack Steiner
7
-118
/
+305
2009-04-02
sgi-gru: restructure the GRU vtop functions
Jack Steiner
1
-24
/
+44
2009-04-02
sgi-gru: aSID (context management) bug fixes
Jack Steiner
2
-4
/
+10
2009-04-02
sgi-gru: add support for a user to explicitly unload a GRU context
Jack Steiner
1
-0
/
+36
2009-04-02
sgi-gru: add statistics to the GRU context management functions
Jack Steiner
3
-0
/
+59
2009-04-02
sgi-gru: change GRU CCH commands from inline functions to outofline functions
Jack Steiner
4
-160
/
+218
2009-04-02
sgi-gru: improvements to GRU debug messages & statistics
Jack Steiner
7
-27
/
+38
2009-04-02
sgi-gru: misc GRU cleanup
Jack Steiner
8
-43
/
+55
2009-04-02
memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMs
David Brownell
1
-14
/
+44
2009-04-02
memory_accessor: implement the new memory_accessor interface for I2C EEPROM
Kevin Hilman
1
-13
/
+54
2009-04-01
drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensor
Daniel Mack
3
-0
/
+481
2009-04-01
hpilo: reduce frequency of IO operations
David Altobelli
2
-4
/
+8
2009-03-30
trivial: fix typos/grammar errors in Kconfig texts
Matt LaPlante
1
-3
/
+3
2009-03-28
Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6
Linus Torvalds
1
-1
/
+1
2009-03-28
eeprom/at24: Remove EXPERIMENTAL
Wolfram Sang
1
-1
/
+1
2009-03-01
Merge branch 'x86/urgent' into x86/pat
Ingo Molnar
1
-1
/
+2
[prev]
[next]