Sign in
android-kvm
/
linux
/
e2e2400bd4faee24d11872134b7ae5bd363749c0
/
drivers
e2e2400
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 15 years ago
55ddf14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 15 years ago
a9a0aff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 15 years ago
7eb1053
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 15 years ago
03a3f69
Input: s3c2410_ts - restore accidentially dropped s3c24xx ids
by Vasily Khoruzhick
· 15 years ago
b4d878e
st: use noop_llseek() instead of default_llseek()
by Jan Blunck
· 15 years ago
889e5fb
osst: use noop_llseek() instead of default_llseek()
by Jan Blunck
· 15 years ago
09eeb1f
rtc-m41t80: use nonseekable_open()
by Jan Blunck
· 15 years ago
b627dbc
mISDN: remove unnecessary test on f_pos
by Jan Blunck
· 15 years ago
e1c54b6
osst: update ppos instead of using file->f_pos
by Jan Blunck
· 15 years ago
a48223f
lktdm: add support for hardlockup, softlockup and hung task crashes
by Frederic Weisbecker
· 15 years ago
6d256fa
Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpu
by FUJITA Tomonori
· 15 years ago
63ae96b
drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILE
by Joe Perches
· 15 years ago
679395f
rapidio: use default route value for CPS switches
by Alexandre Bounine
· 15 years ago
7a88d62
rapidio: add switch domain routines
by Alexandre Bounine
· 15 years ago
058f88d6
rapidio: modify initialization of switch operations
by Alexandre Bounine
· 15 years ago
011507e
rapidio: add debug configuration option
by Alexandre Bounine
· 15 years ago
68b04cd
rapidio: fix typos and minor edits
by Alexandre Bounine
· 15 years ago
933af4a
rapidio: add enabling SRIO port RX and TX
by Thomas Moll
· 15 years ago
e5cabeb
rapidio: add Port-Write handling for EM
by Alexandre Bounine
· 15 years ago
818a04a
rapidio: add switch locking during discovery
by Alexandre Bounine
· 15 years ago
07590ff
rapidio: add IDT CPS/TSI switches
by Alexandre Bounine
· 15 years ago
f67231f
drivers/char/applicom.c: use memdup_user
by Julia Lawall
· 15 years ago
8757543
drivers/char/ppdev.c: use kasprintf
by Julia Lawall
· 15 years ago
56d611a
char drivers: RAM oops/panic logger
by Marco Stornelli
· 15 years ago
a747c5a
ipmi: handle run_to_completion properly in deliver_recv_msg()
by Jiri Kosina
· 15 years ago
279fbd0
ipmi: update driver to use dev_printk and its constructs
by Myron Stowe
· 15 years ago
8c8eae2
ipmi: convert tracking of the ACPI device pointer to a PNP device
by Myron Stowe
· 15 years ago
ddac44b7
ipmi: change timeout and event poll to one second
by Corey Minyard
· 15 years ago
06ee459
ipmi: attempt to register multiple SIs of the same type
by Matthew Garrett
· 15 years ago
3326f4f
ipmi: reduce polling
by Matthew Garrett
· 15 years ago
ea4078c
ipmi: reduce polling when interrupts are available
by Matthew Garrett
· 15 years ago
754d453
ipmi: change device discovery order
by Matthew Garrett
· 15 years ago
d8cc5267
ipmi: only register one si per bmc
by Matthew Garrett
· 15 years ago
2407d77
ipmi: split device discovery and registration
by Matthew Garrett
· 15 years ago
5fedc4a
ipmi: change addr_source to an enum rather than strings
by Matthew Garrett
· 15 years ago
55af6bb
md: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 15 years ago
1dee31f
ehca: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 15 years ago
ad84bb5
topology: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 15 years ago
b8d6b0d
drivers/telephony/ixj.c: use memdup_user
by Julia Lawall
· 15 years ago
8fc809d
fbdev: bf54x-lq043fb: fix unused warnings with backlight code
by Mike Frysinger
· 15 years ago
d11991c
fbdev: bfin-t350mcqb-fb: avoid unused warnings in backlight code
by Mike Frysinger
· 15 years ago
a51faab
drivers/video/via: use memdup_user
by Julia Lawall
· 15 years ago
9966c4f
add support for S3 Trio3D/1X/2X
by Ondrej Zary
· 15 years ago
48baa18
drivers/gpio/it8761e_gpio: check return value of gpiochip_remove()
by Daniel Mack
· 15 years ago
8081c84
gpio: add Penwell gpio support
by Alek Du
· 15 years ago
c4b5be9
gpiolib: introduce set_debounce method
by Felipe Balbi
· 15 years ago
796a8e4
gpiolib: make gpiochip_add() show a better error message
by Ben Dooks
· 15 years ago
a13c186
gpio: max732x: fix input configuration for open-drain pins
by Marc Zyngier
· 15 years ago
5535cb6
max732x: correct nr_port checking off by one error
by Axel Lin
· 15 years ago
c1cc9b9
pl061: fix offset value range checking
by Axel Lin
· 15 years ago
7cfe139
gpiolib: a gpio is unsigned, so use %u to print it
by Uwe Kleine-König
· 15 years ago
6215499
gpiolib: make names array and its values const
by Uwe Kleine-König
· 15 years ago
a80a0bb
gpio: add interrupt handling capability to max732x
by Marc Zyngier
· 15 years ago
0af62f4
rtc: AB8500 RTC driver
by Virupax Sadashivpetimath
· 15 years ago
b81d67a
drivers/message/i2o/i2o_config.c: use memdup_user
by Julia Lawall
· 15 years ago
9b71ca2
drivers/char/vt.c: use memdup_user
by Julia Lawall
· 15 years ago
dc0fd7b
drivers/mmc/host: use ERR_CAST
by Julia Lawall
· 15 years ago
c63b3cb
sdhci-spear: ST SPEAr based SDHCI controller glue
by Viresh KUMAR
· 15 years ago
6c1f716
sdio: add new function for RAW (Read after Write) operation
by Grazvydas Ignotas
· 15 years ago
1a13f8f
mmc: remove the "state" argument to mmc_suspend_host()
by Matt Fleming
· 15 years ago
a791daa
mmc: OMAP HS-MMC: convert to dev_pm_ops
by Kevin Hilman
· 15 years ago
b417577
omap_hsmmc: improve interrupt synchronisation
by Adrian Hunter
· 15 years ago
14c5aa6
sdhci: enable multiblock transfers in sdhci-s3c
by Maurus Cuelenaere
· 15 years ago
b2e75ef
mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
by Thomas Abraham
· 15 years ago
70764a9
mmc: s3c6410: add new quirk in sdhci driver and update ADMA descriptor build
by Thomas Abraham
· 15 years ago
dc297c9
sdhci: build fix: rename SDHCI I/O accessor functions
by Matt Fleming
· 15 years ago
a751a7d69
mmc: SDHCI_INT_DATA_MASK typo error
by Zhangfei Gao
· 15 years ago
88ff82e
mmc: atmel-mci: Add support for SDIO interrupts
by Anders Grahn
· 15 years ago
fdc50a9
mmc: add support MMCIF for SuperH
by Yusuke Goda
· 15 years ago
99ddffd
mmc: atmel-mci: enable SD high speed support
by Nicolas Ferre
· 15 years ago
6dd6bca
mmc: sd: clean up redundant memset
by Mark Asselstine
· 15 years ago
bbce580
davinci: mmc: updates to suspend/resume implementation
by Chaithrika U S
· 15 years ago
06de845
davinci: mmc: add a function to control reset state of the controller
by Chaithrika U S
· 15 years ago
e632c45
sdhci-pltfm: do not print errors in case of an extended iomem size
by Anton Vorontsov
· 15 years ago
a7626b7
sdhci-pltfm: implement platform data passing
by Anton Vorontsov
· 15 years ago
f27f47e
sdhci: implement CAP_CLOCK_BASE_BROKEN quirk
by Anton Vorontsov
· 15 years ago
0e950fa6
mmc-omap: add support for 16-bit and 32-bit registers
by Marek Belisko
· 15 years ago
ca2afb6
davinci: mmc: pass number of SG segments as platform data
by Sudhakar Rajashekhara
· 15 years ago
388bbca
Input: usbtouchscreen - support bigger iNexio touchscreens
by Ondrej Zary
· 15 years ago
067fb2f
Input: ads7846 - return error on regulator_get() failure
by Kevin Hilman
· 15 years ago
31f4671
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
6f8221c
m68k: amiga - Parallel port platform device conversion
by Geert Uytterhoeven
· 16 years ago
826e8c8
m68k: amiga - Serial port platform device conversion
by Geert Uytterhoeven
· 16 years ago
314c926
m68k: amiga - Mouse platform device conversion
by Geert Uytterhoeven
· 16 years ago
5121c71
m68k: amiga - Keyboard platform device conversion
by Geert Uytterhoeven
· 16 years ago
9aed230
m68k: amiga - Amiga Gayle IDE platform device conversion
by Geert Uytterhoeven
· 15 years ago
a24a6b22
m68k: amiga - A4000T SCSI platform device conversion
by Geert Uytterhoeven
· 16 years ago
2b21d5e
m68k/scsi: a3000 - Do not use legacy Scsi_Host.base
by Geert Uytterhoeven
· 15 years ago
c2a24a4
m68k: amiga - A3000 SCSI platform device conversion
by Geert Uytterhoeven
· 16 years ago
cf2ed27
m68k/scsi: gvp11 - Do not use legacy Scsi_Host.base
by Geert Uytterhoeven
· 15 years ago
c1d288a
m68k: amiga - GVP Series II SCSI zorro_driver conversion
by Geert Uytterhoeven
· 16 years ago
65c2784
m68k/scsi: a2091 - Do not use legacy Scsi_Host.base
by Geert Uytterhoeven
· 15 years ago
c737e22
m68k: amiga - A2091/A590 SCSI zorro_driver conversion
by Geert Uytterhoeven
· 16 years ago
5d3f2c3
m68k/scsi: mvme147 - Kill obsolete HOSTS_C logic
by Geert Uytterhoeven
· 16 years ago
c57c1ca
m68k/scsi: a3000 - Kill a3000_scsiregs typedef
by Geert Uytterhoeven
· 16 years ago
349d65f
m68k/scsi: gvp11 - Kill gvp11_scsiregs typedef
by Geert Uytterhoeven
· 16 years ago
56522e3
m68k/scsi: a2091 - Kill a2091_scsiregs typedef
by Geert Uytterhoeven
· 16 years ago
11ca46e
m68k/scsi: gvp11 - Extract check_wd33c93()
by Geert Uytterhoeven
· 16 years ago
a8169e6
m68k/scsi: a3000 - Kill static global a3000_host
by Geert Uytterhoeven
· 16 years ago
Next »