index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-02-26
oprofile/x86: use kzalloc() instead of kmalloc()
Robert Richter
4
-18
/
+4
2010-02-26
oprofile/x86: fix perfctr nmi reservation for mulitplexing
Robert Richter
2
-24
/
+6
2010-02-26
oprofile/x86: add comment to counter-in-use warning
Naga Chumbalkar
1
-0
/
+9
2010-02-26
oprofile/x86: warn user if a counter is already active
Robert Richter
3
-2
/
+31
2010-02-26
oprofile/x86: implement randomization for IBS periodic op counter
Robert Richter
1
-6
/
+63
2010-02-26
oprofile/x86: implement lsfr pseudo-random number generator for IBS
Suravee Suthikulpanit
1
-0
/
+23
2010-02-26
oprofile/x86: implement IBS cpuid feature detection
Robert Richter
1
-17
/
+63
2010-02-26
oprofile/x86: remove node check in AMD IBS initialization
Robert Richter
1
-10
/
+0
2010-02-26
oprofile/x86: remove OPROFILE_IBS config option
Robert Richter
2
-44
/
+1
2010-02-26
oprofile: remove EXPERIMENTAL from the config option description
Robert Richter
2
-2
/
+2
2010-02-26
oprofile: remove tracing build dependency
Robert Richter
1
-2
/
+0
2010-02-12
Linux 2.6.33-rc8
v2.6.33-rc8
Linus Torvalds
1
-1
/
+1
2010-02-12
ALSA: hda - use WARN_ON_ONCE() for zero-division detection
Takashi Iwai
1
-6
/
+3
2010-02-12
parisc: fix tracing of signals
Kyle McMartin
1
-1
/
+3
2010-02-12
regulator/lp3971: vol_map out of bounds in lp3971_{ldo,dcdc}_set_voltage()
Roel Kluin
1
-2
/
+2
2010-02-12
regulator: Fix display of null constraints for regulators
Mark Brown
1
-1
/
+1
2010-02-12
GFS2: Fix bmap allocation corner-case bug
Steven Whitehouse
1
-1
/
+1
2010-02-12
GFS2: Fix error code
Abhijith Das
1
-1
/
+1
2010-02-11
fs/exec.c: restrict initial stack space expansion to rlimit
Michael Neuling
1
-2
/
+19
2010-02-11
compat_ioctl: add compat handler for TIOCGSID ioctl
Andreas Schwab
1
-0
/
+1
2010-02-11
MAINTAINERS: changed LTP maintainership responsibilities
Rishikesh
1
-2
/
+4
2010-02-11
edac: mpc85xx fix build regression by removing unused debug code
Peter Tyser
1
-4
/
+0
2010-02-11
edac: mpc85xx fix bad page calculation
Peter Tyser
1
-2
/
+2
2010-02-11
mmc_test: block addressed cards
Johan Kristell
1
-3
/
+6
2010-02-11
tpm_infineon: fix suspend/resume handler for pnp_driver
Marcel Selhorst
1
-22
/
+57
2010-02-11
sparc32: Fix thinko in previous change.
David S. Miller
1
-1
/
+1
2010-02-11
amd64_edac: Do not falsely trigger kerneloops
Borislav Petkov
1
-7
/
+8
2010-02-11
vgaarb: fix incorrect dereference of userspace pointer.
Andy Getzendanner
1
-1
/
+1
2010-02-11
drm/radeon/kms: retry auxch on 0x20 timeout value.
Dave Airlie
1
-3
/
+7
2010-02-11
drm/radeon: Skip dma copy test in benchmark if card doesn't have dma engine.
Pauli Nieminen
1
-22
/
+33
2010-02-11
drm/vmwgfx: Fix a circular locking dependency bug.
Thomas Hellstrom
3
-19
/
+14
2010-02-11
drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....
Jakob Bornecrantz
3
-19
/
+12
2010-02-11
drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height}
Jakob Bornecrantz
1
-4
/
+4
2010-02-11
drm/vmwgfx: Update the user-space interface.
Thomas Hellstrom
4
-8
/
+21
2010-02-11
drm/i915: hold ref on flip object until it completes
Jesse Barnes
1
-1
/
+3
2010-02-11
drm/i915: Fix crash while aborting hibernation
Rafael J. Wysocki
1
-67
/
+101
2010-02-11
drm/radeon/kms: fix screen clearing before fbcon.
Dave Airlie
1
-1
/
+1
2010-02-11
nouveau: fix state detection with switchable graphics
Matthew Garrett
1
-6
/
+6
2010-02-11
drm/nouveau: move dereferences after null checks
Marcin Slusarz
4
-11
/
+17
2010-02-11
drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.
Owain Ainsworth
2
-2
/
+6
2010-02-10
drm/i915: fix pipe source image setting in flip command
Zhenyu Wang
1
-2
/
+4
2010-02-10
drm/i915: fix flip done interrupt on Ironlake
Zhenyu Wang
1
-8
/
+8
2010-02-10
drm/i915: untangle page flip completion
Jesse Barnes
1
-7
/
+9
2010-02-10
drm/i915: handle FBC and self-refresh better
Jesse Barnes
2
-0
/
+3
2010-02-10
drm/i915: Increase fb alignment to 64k
Chris Wilson
1
-1
/
+1
2010-02-10
drm/i915: Update write_domains on active list after flush.
Daniel Vetter
2
-4
/
+30
2010-02-10
MIPS: Don't probe reserved EntryHi bits.
David Daney
1
-2
/
+2
2010-02-10
MIPS: SNI: Correct NULL test
Julia Lawall
1
-1
/
+1
2010-02-10
MIPS: Fix __devinit __cpuinit confusion in cpu_cache_init
David Daney
2
-3
/
+3
2010-02-10
MIPS: IP27: Make defconfig useful again.
Ralf Baechle
1
-188
/
+729
[next]