index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: usb-serial: fix the aircable_init failure path
Dave Young
2009-02-09
1
-2
/
+2
*
USB: usb-storage: remove WARN from last-sector hacks
Alan Stern
2009-02-09
1
-33
/
+3
*
Revert USB: option: add Pantech cards
Greg Kroah-Hartman
2009-02-09
1
-9
/
+0
*
USB: cdc-acm.c: remove duplicate lines for MTK gps support
James Treacy
2009-02-09
1
-3
/
+0
*
USB: fsl_qe_udc: Fix stalled TX requests bug
Anton Vorontsov
2009-02-09
1
-0
/
+1
*
USB: fsl_qe_udc: Fix muram corruption by disabled endpoints
Anton Vorontsov
2009-02-09
1
-0
/
+1
*
USB: fsl_qe_udc: Fix disconnects reporting during bus reset
Anton Vorontsov
2009-02-09
1
-0
/
+3
*
USB: fsl_qe_udc: Fix QE USB controller initialization
Anton Vorontsov
2009-02-09
1
-1
/
+5
*
USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus()
Anton Vorontsov
2009-02-09
1
-8
/
+18
*
USB: fsl_qe_udc: Fix oops on QE UDC probe failure
Anton Vorontsov
2009-02-09
1
-1
/
+8
*
i915: Fix more size_t format string warnings
Linus Torvalds
2009-02-09
1
-1
/
+1
*
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
2009-02-09
18
-193
/
+1428
|
\
|
*
drm/i915: select framebuffer support automatically
Ingo Molnar
2009-02-08
2
-3
/
+5
|
*
drm/i915: add get_vblank_counter function for GM45
Jesse Barnes
2009-02-08
5
-1
/
+24
|
*
drm/i915: capture last_vblank count at IRQ uninstall time too
Jesse Barnes
2009-02-08
1
-0
/
+1
|
*
drm/i915: Unlock mutex on i915_gem_fault() error path
Chris Wilson
2009-02-08
1
-1
/
+3
|
*
drm/i915: Quiet the message on get/setparam ioctl with an unknown value.
Eric Anholt
2009-02-08
1
-2
/
+2
|
*
drm/i915: skip LVDS initialization on Apple Mac Mini
Paul Collins
2009-02-08
1
-34
/
+13
|
*
drm/i915: sync SDVO code with stable userland modesetting driver
Jesse Barnes
2009-02-08
4
-104
/
+1173
|
*
drm/i915: Unref the object after failing to set tiling mode.
Chris Wilson
2009-02-08
1
-1
/
+4
|
*
drm/i915: add fence register management to execbuf
Jesse Barnes
2009-02-08
6
-20
/
+146
|
*
drm/i915: Return error from i915_gem_object_get_fence_reg() when failing.
Eric Anholt
2009-02-08
1
-7
/
+13
|
*
drm/i915: Set up an MTRR covering the GTT at driver load.
Eric Anholt
2009-02-08
3
-11
/
+25
|
*
drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.
Eric Anholt
2009-02-08
1
-7
/
+11
|
*
drm/i915: Suppress GEM teardown on X Server exit in KMS mode.
Eric Anholt
2009-02-08
1
-0
/
+3
|
*
drm/radeon: fix ioremap conflict with AGP mappings
Dave Airlie
2009-02-08
2
-4
/
+9
|
*
i915: fix unneeded locking in i915 LVDS get modes code.
Dave Airlie
2009-02-03
1
-2
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2009-02-09
6
-15
/
+30
|
\
\
|
*
|
crypto: scatterwalk - Avoid flush_dcache_page on slab pages
Herbert Xu
2009-02-09
1
-1
/
+2
|
*
|
crypto: shash - Fix tfm destruction
Herbert Xu
2009-02-05
1
-1
/
+1
|
*
|
crypto: api - Fix zeroing on free
Herbert Xu
2009-02-05
2
-11
/
+16
|
*
|
crypto: shash - Fix module refcount
Adrian-Ken Rueegsegger
2009-02-05
1
-1
/
+6
|
*
|
crypto: api - Fix algorithm test race that broke aead initialisation
Herbert Xu
2009-01-28
1
-1
/
+5
*
|
|
FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now
David Howells
2009-02-09
1
-1
/
+1
*
|
|
x86: spinlocks: define dummy __raw_spin_is_contended
Kyle McMartin
2009-02-09
4
-0
/
+8
*
|
|
mm: fix error case in mlock downgrade reversion
Hugh Dickins
2009-02-08
1
-1
/
+4
*
|
|
Linux 2.6.29-rc4
Linus Torvalds
2009-02-08
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-update
Linus Torvalds
2009-02-08
3
-18
/
+76
|
\
\
\
|
*
|
|
async: use list_move_tail
Stefan Richter
2009-02-08
1
-2
/
+1
|
*
|
|
async: Rename _special -> _domain for clarity.
Cornelia Huck
2009-02-08
3
-24
/
+29
|
*
|
|
async: Add some documentation.
Cornelia Huck
2009-02-08
1
-0
/
+47
|
*
|
|
async: Handle kthread_run() return codes.
Cornelia Huck
2009-02-08
1
-2
/
+9
|
*
|
|
async: Fix running list handling.
Cornelia Huck
2009-02-08
1
-2
/
+2
*
|
|
|
radeonfb: Fix resume from D3Cold on some platforms
Benjamin Herrenschmidt
2009-02-08
2
-67
/
+20
*
|
|
|
aty128fb: Properly save PCI state before changing PCI PM level
Benjamin Herrenschmidt
2009-02-08
1
-10
/
+15
*
|
|
|
atyfb: Properly save PCI state before changing PCI PM level
Benjamin Herrenschmidt
2009-02-08
1
-5
/
+15
|
/
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2009-02-07
10
-87
/
+132
|
\
\
\
|
*
|
|
PCI PM: make the PM core more careful with drivers using the new PM framework
Rafael J. Wysocki
2009-02-04
1
-52
/
+93
|
*
|
|
PCI PM: Read power state from device after trying to change it on resume
Rafael J. Wysocki
2009-02-04
1
-1
/
+1
|
*
|
|
PCI PM: Do not disable and enable bridges during suspend-resume
Rafael J. Wysocki
2009-02-04
1
-4
/
+6
[next]