index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-18
Remove 'recurse into child resources' logic from 'reserve_region_with_split()'
Linus Torvalds
1
-34
/
+12
2009-04-18
doc: fix kernel-parameters.txt mistaken deletions
Randy Dunlap
1
-0
/
+38
2009-04-18
PM/Hibernate: Fix memory shrinking
Rafael J. Wysocki
1
-2
/
+3
2009-04-18
cs5536: define dma_sff_read_status() method
Sergei Shtylyov
1
-0
/
+1
2009-04-18
ide: fix barriers support
Bartlomiej Zolnierkiewicz
1
-4
/
+7
2009-04-18
ide: Remove void casts
Jack Stone
1
-1
/
+1
2009-04-18
hpt366: use ATA_DMA_* constants
Sergei Shtylyov
1
-5
/
+5
2009-04-18
hpt366: fix HPT370 DMA timeouts
Sergei Shtylyov
1
-1
/
+3
2009-04-18
Smack: check for SMACK xattr validity in smack_inode_setxattr
Etienne Basset
1
-5
/
+6
2009-04-17
[libata] fix build error on drivers/ata/pata_legacy.c
Zhenwen Xu
1
-6
/
+7
2009-04-17
pata_via: Cache and rewrite the device bit
Alan Cox
1
-7
/
+67
2009-04-17
sata_mv: workaround for multi_count errata sata24
Mark Lord
1
-2
/
+42
2009-04-17
sata_mv: tidy up qc->tf usage in qc_prep() functions
Mark Lord
1
-10
/
+8
2009-04-17
cifs: when renaming don't try to unlink negative dentry
Jeff Layton
1
-1
/
+2
2009-04-17
staging: slicoss: update README
Stephen Hemminger
1
-1
/
+30
2009-04-17
otus/zdusb.c: additional USB idnetifier
Daniele Napolitano
2
-1
/
+6
2009-04-17
Staging: go7007: fix build issues
Greg Kroah-Hartman
2
-15
/
+2
2009-04-17
Staging: sxg: Fix leaks and checksum errors in transmit code path
Mithlesh Thukral
1
-35
/
+58
2009-04-17
Staging: sxg: Fix sleep in atomic context warning while loading driver
Mithlesh Thukral
1
-0
/
+5
2009-04-17
Staging: sxg: Use correct queue_id for transmitting non-TCP packets
Mithlesh Thukral
1
-3
/
+7
2009-04-17
Staging: sxg: Fire watchdog timer at end of open routine to change the link
Mithlesh Thukral
1
-0
/
+2
2009-04-17
Staging: Pohmelfs: Add load balancing between network states with the same priority.
Evgeniy Polyakov
2
-1
/
+5
2009-04-17
Staging: Pohmelfs: Added IO permissions and priorities.
Evgeniy Polyakov
5
-32
/
+86
2009-04-17
Staging: Pohmelfs: Added ->show_stats() callback.
Evgeniy Polyakov
2
-5
/
+49
2009-04-17
Staging: Pohmelfs: Drop ftrans debugging code.
Evgeniy Polyakov
4
-66
/
+2
2009-04-17
Staging: Pohmelfs: Use wait_on_page_timeout when waiting for remote directory sync instead of hardcoded 25 seconds.
Evgeniy Polyakov
1
-1
/
+1
2009-04-17
Staging: Pohmelfs: Reduce debugging noise about non-existing objects.
Evgeniy Polyakov
1
-2
/
+2
2009-04-17
Staging: Pohmelfs: Sync fs before killing it, since dentry cache is shrunk before writeback is invoked via generic_shutdown_super()
Evgeniy Polyakov
1
-1
/
+19
2009-04-17
Staging: Pohmelfs: Extend remount option.
Evgeniy Polyakov
1
-27
/
+46
2009-04-17
Staging: Pohmelfs: Set NETFS_INODE_REMOTE_SYNCED and clear NETFS_INODE_OWNED bits in the root inode.
Evgeniy Polyakov
1
-0
/
+2
2009-04-17
Staging: Pohmelfs: Added 'need_lock' variable into debug print.
Evgeniy Polyakov
1
-2
/
+2
2009-04-17
Staging: Pohmelfs: Disable read lock in pohmelfs_getattr().
Evgeniy Polyakov
1
-2
/
+2
2009-04-17
Staging: Pohmelfs: Move parent lock to the place where we really have to send a lookup request to the server.
Evgeniy Polyakov
1
-8
/
+8
2009-04-17
Staging: pohmelfs: Populate dentry cache when receiving the new readdir entry.
Evgeniy Polyakov
1
-0
/
+16
2009-04-17
Revert Staging: SLICOSS: use gfp_kernel where possible
Lior Dotan
1
-2
/
+2
2009-04-17
Staging: STLC45XX should depend on GENERIC_HARDIRQS
Geert Uytterhoeven
1
-1
/
+1
2009-04-17
Staging: binder: Defer flush and release operations to avoid deadlocks.
Arve Hjønnevåg
1
-61
/
+88
2009-04-17
Staging: binder: Prevent the wrong thread from adding a transaction to the stack.
Arve Hjønnevåg
1
-0
/
+11
2009-04-17
Staging: binder: Cast to uintptr_t instead of size_t when aligning pointers
Arve Hjønnevåg
1
-12
/
+14
2009-04-17
Staging: binder: Keep a reference to the files_struct while the driver is mmapped
Arve Hjønnevåg
1
-16
/
+63
2009-04-17
Staging: binder: Add more offset validation.
Arve Hjønnevåg
1
-2
/
+13
2009-04-17
Staging: binder: mmap fixes.
Arve Hjønnevåg
1
-1
/
+9
2009-04-17
Staging: binder: Don't create two proc entries with the same name if the driver is opened twice in one process.
Arve Hjønnevåg
1
-0
/
+1
2009-04-17
Staging: binder: Remove VM_EXEC check.
Arve Hjønnevåg
1
-4
/
+0
2009-04-17
Staging: aten2011: Clean up some tty bits
Alan Cox
1
-25
/
+3
2009-04-17
Staging: rt2870: add ID for Sitecom WL-315
Daniele Napolitano
1
-0
/
+1
2009-04-17
Staging: line6: convert to snd_card_create()
Alexander Beregalov
1
-4
/
+5
2009-04-17
Staging: wlan-ng: convert to netdev_ops
Alexander Beregalov
1
-5
/
+15
2009-04-17
Staging: sxg: convert to netdev_ops
Alexander Beregalov
1
-10
/
+17
2009-04-17
Staging: slicoss: convert to netdev_ops
Alexander Beregalov
1
-7
/
+14
[next]