summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-24palm_bk3710: those registers/bitfields don't existDavid Brownell1-49/+18
2009-04-23[S390] update default configuration.Martin Schwidefsky1-13/+50
2009-04-23[S390] omit frame pointers on s390 when possibleHeiko Carstens1-4/+4
2009-04-23[S390] Use tape_generic_offline directly.Frank Munzert4-16/+7
2009-04-23[S390] /proc/stat idle field for idle cpusMartin Schwidefsky3-0/+25
2009-04-23[S390] appldata: avoid deadlock with appldata_memGerald Schaefer2-17/+17
2009-04-23[S390] ipl: fix compile breakageHeiko Carstens1-0/+1
2009-04-23GFS2: Ensure that the inode goal block settings are updatedSteven Whitehouse1-1/+9
2009-04-23GFS2: Fix bug in block allocationSteven Whitehouse1-2/+1
2009-04-23bitops: Add __ffs64 bitopSteven Whitehouse1-0/+19
2009-04-23ext4: Fix potential inode allocation soft lockup in Orlov allocatorTheodore Ts'o1-1/+2
2009-04-23ext4: Make the extent validity check more paranoidTheodore Ts'o1-6/+12
2009-04-23eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks1-6/+18
2009-04-23eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks1-0/+4
2009-04-22m68k: Update defconfigs for 2.6.30-rc3Geert Uytterhoeven12-525/+1034
2009-04-22m68k,m68knommu: Wire up preadv and pwritevGeert Uytterhoeven3-1/+7
2009-04-22scsi: a4000 - Correct driver unregistration in case of failureGeert Uytterhoeven1-1/+1
2009-04-22mediabay: fix build for CONFIG_BLOCK=nBartlomiej Zolnierkiewicz1-1/+0
2009-04-22ide: Stop disks on reboot for laptop which cuts powerBruno Prémont1-1/+16
2009-04-22ide-cd: fix kernel crash on hppa regressionHelge Deller1-1/+1
2009-04-22palm_bk3710: UDMA performance fixDavid Brownell1-14/+12
2009-04-22KVM: Unregister cpufreq notifier on unloadJan Kiszka1-0/+3
2009-04-22KVM: x86: release time_page on vcpu destructionJoerg Roedel1-0/+5
2009-04-22KVM: Fix overlapping check for memory slotsJan Kiszka2-1/+4
2009-04-22KVM: MMU: disable global page optimizationMarcelo Tosatti1-1/+1
2009-04-22KVM: ia64: fix locking order entering guestJes Sorensen1-6/+8
2009-04-22KVM: MMU: Fix off-by-one calculating large page countAvi Kivity1-5/+3
2009-04-22sparc: Fix bus type probing for ESP and LE devices.David S. Miller2-4/+38
2009-04-22netfilter: ctnetlink: fix gcc warning during compilationPablo Neira Ayuso1-2/+2
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsTyler Hicks3-1/+8
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks4-32/+41
2009-04-22eCryptfs: Print FNEK sig properly in /proc/mountsTyler Hicks1-1/+4
2009-04-22eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()Tyler Hicks2-99/+11
2009-04-22eCryptfs: Copy lower inode attrs before dentry instantiationTyler Hicks1-4/+4
2009-04-22net/netrom: Fix socket lockingJean Delvare1-2/+4
2009-04-22netlabel: Always remove the correct address selectorPaul Moore1-16/+10
2009-04-22ucc_geth.c: Fix upsmr setting in RMII modeHeiko Schocher1-1/+2
2009-04-228139too: fix HW initial flowJianjun kong1-5/+5
2009-04-22Merge commit 'alsa/master' into for-linusTakashi Iwai2-3/+5
2009-04-22af_iucv: Fix race when queuing incoming iucv messagesHendrik Brueckner1-3/+5
2009-04-22af_iucv: Test additional sk states in iucv_sock_shutdownHendrik Brueckner1-0/+3
2009-04-22af_iucv: Reject incoming msgs if RECV_SHUTDOWN is setHendrik Brueckner1-1/+3
2009-04-22af_iucv: fix oops in iucv_sock_recvmsg() for MSG_PEEK flagHendrik Brueckner1-3/+3
2009-04-22af_iucv: consider state IUCV_CLOSING when closing a socketUrsula Braun1-0/+3
2009-04-22cfq-iosched: use the default seek distance when there aren't enough seek samplesJeff Moyer1-5/+6
2009-04-22cfq-iosched: make seek_mean converge more quicklyJeff Moyer1-1/+3
2009-04-22block: make blk_abort_queue() ignore non-request based devicesJens Axboe1-0/+6
2009-04-22block: include empty disks in /proc/diskstatsTejun Heo2-4/+9
2009-04-22bio: use bio_kmalloc() in copy/map functionsTejun Heo1-3/+3
2009-04-22bio: fix bio_kmalloc()Tejun Heo2-64/+55