index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-23
spi: Fix WARN when removing spi-fsl-spi module
Jeff Harris
1
-0
/
+3
2011-09-23
scsi: fix qla2xxx printk format warning
Randy Dunlap
1
-2
/
+2
2011-09-23
scsi: SCSI_ISCI needs to select SCSI_SAS_HOST_SMP, fixes build error
Randy Dunlap
1
-0
/
+1
2011-09-23
hwmon: (coretemp) remove struct platform_data * parameter from create_core_da...
Jan Beulich
1
-6
/
+3
2011-09-23
hwmon: (coretemp) constify static data
Jan Beulich
1
-2
/
+2
2011-09-23
hwmon: (coretemp) don't use kernel assigned CPU number as platform device ID
Jan Beulich
1
-2
/
+2
2011-09-23
drm/radeon/kms: fix DDIA enable on some rs690 systems
Alex Deucher
1
-1
/
+8
2011-09-23
Revert "drm/radeon/kms: fix typo in r100_blit_copy"
Dave Airlie
1
-2
/
+2
2011-09-22
Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security
Linus Torvalds
3
-3
/
+9
2011-09-23
TPM: Zero buffer after copying to userspace
Peter Huewe
1
-1
/
+5
2011-09-23
TPM: Call tpm_transmit with correct size
Peter Huewe
1
-0
/
+3
2011-09-23
TPM: tpm_nsc: Fix a double free of pdev in cleanup_nsc
Axel Lin
1
-2
/
+0
2011-09-23
TPM: TCG_ATMEL should depend on HAS_IOPORT
Geert Uytterhoeven
1
-0
/
+1
2011-09-22
zorro: Defer device_register() until all devices have been identified
Geert Uytterhoeven
1
-1
/
+6
2011-09-22
[SCSI] scsi: qla4xxx needs libiscsi.o
Randy Dunlap
1
-1
/
+1
2011-09-22
[SCSI] libsas: fix failure to revalidate domain for anything but the first ex...
Mark Salyzyn
1
-1
/
+1
2011-09-22
[SCSI] aacraid: reset should disable MSI interrupt
Vasily Averin
1
-0
/
+2
2011-09-21
[media] omap3isp: Fix build error in ispccdc.c
Joerg Roedel
1
-0
/
+1
2011-09-21
[media] uvcvideo: Fix crash when linking entities
Laurent Pinchart
1
-1
/
+1
2011-09-21
[media] v4l: Make sure we hold a reference to the v4l2_device before using it
Dave Young
1
-0
/
+2
2011-09-21
[media] v4l: Fix use-after-free case in v4l2_device_release
Hans Verkuil
1
-0
/
+11
2011-09-21
[media] uvcvideo: Set alternate setting 0 on resume if the bus has been reset
Ming Lei
3
-3
/
+11
2011-09-21
[media] OMAP_VOUT: Fix build break caused by update_mode removal in DSS2
archit taneja
1
-13
/
+0
2011-09-21
hwmon: (ds620) Fix handling of negative temperatures
Roland Stigge
1
-1
/
+1
2011-09-21
hwmon: (w83791d) rename prototype parameter from 'register' to 'reg'
Chris Peterson
1
-2
/
+2
2011-09-21
hwmon: (coretemp) Don't use threshold registers for tempX_max
Guenter Roeck
1
-121
/
+14
2011-09-21
hwmon: (coretemp) Let the user force TjMax
Jean Delvare
1
-0
/
+15
2011-09-21
hwmon: (coretemp) Drop duplicate function get_pkg_tjmax
Jean Delvare
1
-22
/
+4
2011-09-21
drm/i915: FBC off for ironlake and older, otherwise on by default
Keith Packard
2
-4
/
+12
2011-09-21
drm/i915: Enable SDVO hotplug interrupts for HDMI and DVI
Simon Farnsworth
2
-62
/
+29
2011-09-21
Merge git://github.com/davem330/net
Linus Torvalds
16
-67
/
+145
2011-09-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-8
/
+11
2011-09-21
iwlegacy: do not use interruptible waits
Stanislaw Gruszka
5
-13
/
+13
2011-09-21
iwlegacy: fix command queue timeout
Stanislaw Gruszka
1
-0
/
+2
2011-09-21
ath9k_hw: Fix Rx DMA stuck for AR9003 chips
Rajkumar Manoharan
1
-1
/
+1
2011-09-21
mfd: Fix generic irq chip ack function name for jz4740-adc
Lars-Peter Clausen
1
-1
/
+1
2011-09-21
floppy: use del_timer_sync() in init cleanup
Carsten Emde
1
-4
/
+4
2011-09-21
ixgbe: fix possible null buffer error
Jesse Brandeburg
1
-2
/
+2
2011-09-21
tg3: fix VLAN tagging regression
Kasper Pedersen
1
-2
/
+0
2011-09-20
staging: zcache: fix cleancache crash
Seth Jennings
1
-1
/
+1
2011-09-20
net: pxa168: Fix build errors by including interrupt.h
Tanmay Upadhyay
1
-0
/
+1
2011-09-20
netconsole: switch init_netconsole() to late_initcall
Lin Ming
1
-1
/
+7
2011-09-20
gianfar: Fix overflow check and return value for gfar_get_cls_all()
Ben Hutchings
1
-4
/
+4
2011-09-20
ppp_generic: fix multilink fragment MTU calculation (again)
Henry Wong
1
-1
/
+6
2011-09-20
GRETH: avoid overwrite IP-stack's IP-frags checksum
Daniel Hellstrom
1
-2
/
+5
2011-09-20
GRETH: RX/TX bytes were never increased
Daniel Hellstrom
2
-0
/
+6
2011-09-20
Merge branch 'davem.r8169.fixes' of git://violet.fr.zoreil.com/romieu/linux
David S. Miller
1
-5
/
+27
2011-09-20
Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davem
John W. Linville
7
-50
/
+87
2011-09-20
watchdog: Initconst section fixes for watchdog
Andi Kleen
1
-1
/
+1
2011-09-20
watchdog: lantiq: fix watchdogs timeout handling
John Crispin
1
-4
/
+4
[prev]
[next]