index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xattr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-10-22
pcmcia: fix ni_daq_700 compilation
Dominik Brodowski
1
-1
/
+0
2010-10-22
bluetooth: Fix missing NULL check
Alan Cox
1
-0
/
+7
2010-10-22
xen-blkfront: disable barrier/flush write support
Jens Axboe
1
-0
/
+7
2010-10-22
cfq-iosched: Fix a gcc 4.5 warning and put some comments
Vivek Goyal
1
-3
/
+13
2010-10-22
m68k: Add missing I/O macros {in,out}{w,l}_p() for !CONFIG_ISA
Thorsten Glaser
1
-0
/
+4
2010-10-22
m68k: Remove big kernel lock in cache flush code
Geert Uytterhoeven
1
-3
/
+0
2010-10-22
m68k: __pa(): cast arg to long
Andrew Morton
1
-1
/
+1
2010-10-22
fbdev: atafb - Remove undead ifdef ATAFB_FALCON
Christian Dietrich
1
-2
/
+0
2010-10-22
zorro: Fix device_register() error handling
Vasiliy Kulikov
1
-0
/
+2
2010-10-22
fbdev/m68k: Fix section mismatches in q40fb.c
Henrik Kretzschmar
1
-2
/
+2
2010-10-22
m68k/m68knommu: merge the MMU and non-MMU traps.h
Greg Ungerer
3
-430
/
+271
2010-10-22
m68k/m68knommu: merge MMU and non-MMU thread_info.h
Greg Ungerer
5
-183
/
+111
2010-10-22
m68k/m68knommu: merge MMU and non-MMU atomic.h
Greg Ungerer
3
-358
/
+207
2010-10-22
m68k/m68knommu: clean up page.h
Greg Ungerer
3
-93
/
+55
2010-10-22
m68k/m68knommu: merge machdep.h files into a single file
Greg Ungerer
3
-66
/
+44
2010-10-22
m68k/m68knommu: merge MMU and non-MMU string.h
Greg Ungerer
3
-260
/
+131
2010-10-22
m68k/m68knommu: Remove dead SMP config option
Christian Dietrich
5
-17
/
+1
2010-10-22
m68k: move definition of THREAD_SIZE into thread_info_mm.h
Greg Ungerer
2
-6
/
+5
2010-10-22
m68k: Use asm-generic/ioctls.h (enables termiox)
Jeff Mahoney
1
-79
/
+1
2010-10-22
m68k: Remove dead GG2 config option
Christian Dietrich
4
-47
/
+3
2010-10-22
pcmcia: IOCARD is also required for using IRQs
Dominik Brodowski
2
-1
/
+5
2010-10-22
include/linux/libata.h: fix typo
Andrea Gelmini
1
-1
/
+1
2010-10-22
pata_bf54x: fix return type of bfin_set_devctl
Mike Frysinger
1
-1
/
+1
2010-10-22
Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
1
-1
/
+1
2010-10-22
libahci: fix result_tf handling after an ATA PIO data-in command
Tejun Heo
2
-3
/
+16
2010-10-22
pata_sl82c105: implement sff_irq_check() method
Sergei Shtylyov
1
-0
/
+11
2010-10-22
pata_sil680: implement sff_irq_check() method
Sergei Shtylyov
1
-0
/
+12
2010-10-22
pata_pdc202xx_old: implement sff_irq_check() method
Sergei Shtylyov
1
-0
/
+23
2010-10-22
pata_cmd640: implement sff_irq_check() method
Sergei Shtylyov
1
-0
/
+12
2010-10-22
ata_piix: Add device ID for ICH4-L
Ben Hutchings
1
-0
/
+2
2010-10-22
pata_sil680: make sil680_sff_exec_command() 'static'
Sergei Shtylyov
1
-2
/
+2
2010-10-22
ata: Intel IDE-R support
Alan Cox
1
-1
/
+53
2010-10-22
libata: reorder ata_queued_cmd to remove alignment padding on 64 bit builds
Richard Kennedy
1
-3
/
+3
2010-10-22
libata: Signal that our SATL supports WRITE SAME(16) with UNMAP
Martin K. Petersen
1
-0
/
+14
2010-10-22
ata_piix: remove SIDPR locking
Tejun Heo
1
-8
/
+0
2010-10-22
libata: implement cross-port EH exclusion
Tejun Heo
4
-1
/
+80
2010-10-22
libata: add @ap to ata_wait_register() and introduce ata_msleep()
Tejun Heo
12
-48
/
+57
2010-10-22
ata_piix: implement LPM support
Tejun Heo
1
-1
/
+23
2010-10-22
libata: implement LPM support for port multipliers
Tejun Heo
3
-10
/
+67
2010-10-22
libata: reimplement link power management
Tejun Heo
9
-356
/
+206
2010-10-22
libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global
Tejun Heo
3
-5
/
+74
2010-10-22
libata: clean up lpm related symbols and sysfs show/store functions
Tejun Heo
9
-100
/
+79
2010-10-22
[libata] Fix section mismatch: ata_sff_exit
Luck, Tony
1
-1
/
+1
2010-10-22
drivers/ata/libata-transport.c: include linux/slab.h
Jeff Garzik
1
-0
/
+1
2010-10-22
[libata] support for > 512 byte sectors (e.g. 4K Native)
Grant Grundler
2
-37
/
+105
2010-10-22
libata: always use ata_qc_complete_multiple() for NCQ command completions
Tejun Heo
4
-65
/
+38
2010-10-22
[libata] Add ATA transport class
Gwendal Grignou
10
-40
/
+987
2010-10-22
[CIFS] move close processing from cifs_close to cifsFileInfo_put
Steve French
3
-138
/
+60
2010-10-21
BKL: remove BKL from freevxfs
Arnd Bergmann
2
-22
/
+2
2010-10-21
BKL: remove BKL from qnx4
Arnd Bergmann
3
-21
/
+1
[next]