summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* W1 printk format warning fixEvgeniy Polyakov2007-05-081-1/+1
* Move LOG_BUF_SHIFT to a more sensible placeAlistair John Strachan2007-05-082-17/+17
* x86_64: kill 19000+ sparse warningsRandy Dunlap2007-05-082-8/+9
* consolidate asm/const.h to linux/const.hRandy Dunlap2007-05-0813-34/+13Star
* tpm: fix sleep-in-spinlockParag Warudkar2007-05-081-4/+8
* Fix chapter reference in CodingStyleJesper Juhl2007-05-081-1/+1
* ext3: copy i_flags to inode flags on writeJan Kara2007-05-083-0/+22
* fat: don't use free_clusters for fat32OGAWA Hirofumi2007-05-083-4/+20
* lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski2007-05-081-23/+15Star
* Clean up mostly unused IOSPACE macrosDavid Gibson2007-05-0818-72/+0Star
* kill warnings when building mandocsBorislav Petkov2007-05-081-0/+12
* drivers/char: use __set_current_state()Milind Arun Choudhary2007-05-0811-15/+15
* reiserfs: use __set_current_state()Milind Arun Choudhary2007-05-081-1/+1
* The scheduled -EINVAL for invalid timevals in setitimerAdrian Bunk2007-05-082-68/+3Star
* Clean up mutex_trylock noiseJean Delvare2007-05-082-3/+3
* jbd: check for error returned by kthread_create on creating journal threadPavel Emelianov2007-05-082-8/+18
* check privileges before setting mount propagationMiklos Szeredi2007-05-081-0/+3
* console UTF-8 fixesEgmont Koblinger2007-05-082-81/+182
* CodingStyle: start flamewar about use of bracesOliver Neukum2007-05-081-0/+15
* ext3: copy i_flags to inode flags on writeJan Kara2007-05-083-0/+22
* CPU time limit patch / setrlimit(RLIMIT_CPU, 0) cheat fixTom Alsberg2007-05-081-9/+10
* serial_txx9: zap changelog from source codeAtsushi Nemoto2007-05-081-25/+0Star
* serial_txx9: Use assigned device numbersAtsushi Nemoto2007-05-081-3/+4
* getdelays.c: fix overrunScott Wiersdorf2007-05-081-4/+2Star
* Document SPIN_LOCK_UNLOCKED/RW_LOCK_UNLOCKED deprecationMichael Ellerman2007-05-081-0/+6
* Introduce a handy list_first_entry macroPavel Emelianov2007-05-089-18/+29
* pnpbios: convert to use the kthread APIEric W. Biederman2007-05-081-9/+7Star
* smbfs: remove unnecessary allow_signalEric W. Biederman2007-05-081-2/+0Star
* Taskstats: fix getdelays usage informationRandy Dunlap2007-05-081-2/+12
* lockdep: lookup_chain_cache comment errataJarek Poplawski2007-05-081-2/+3
* SPIN_LOCK_UNLOCKED cleanup in drivers/serialMilind Arun Choudhary2007-05-082-9/+9
* SPIN_LOCK_UNLOCKED cleanup in drivers/char/keyboardMilind Arun Choudhary2007-05-081-1/+1
* SPIN_LOCK_UNLOCKED cleanup in init_task.hMilind Arun Choudhary2007-05-081-1/+1
* Documentation: cciss: detecting failed drivesStephen M. Cameron2007-05-081-3/+10
* highres/dyntick: prevent xtime lock contentionThomas Gleixner2007-05-083-3/+48
* cciss: include scsi/scsi.h unconditionallyStephen Cameron2007-05-082-1/+1
* apm: fix incorrect commentAlan Cox2007-05-081-1/+1
* EFI: warn only for pre-1.00 system tablesBjorn Helgaas2007-05-084-14/+11Star
* Add keyboard blink driverAndi Kleen2007-05-083-0/+37
* Add webpages' URL and summarize 3 lines.Miguel Ojeda2007-05-082-4/+7
* kernel-doc: html mode struct highlightsRandy Dunlap2007-05-081-6/+15
* make iunique use a do/while loop rather than its obscure goto loopJeffrey Layton2007-05-081-14/+10Star
* Remove redundant check from proc_sys_setattr()John Johansen2007-05-081-5/+2Star
* Remove redundant check from proc_setattr()John Johansen2007-05-081-5/+2Star
* fix hotplug for legacy platform driversDavid Brownell2007-05-084-2/+22
* kernel-doc: generate main index page when building 'htmldocs'Borislav Petkov2007-05-081-1/+9
* cciss: set rq->errors more correctly in driverMike Miller (OS Dev)2007-05-081-21/+22
* cciss: add SG_IO ioctl to ccissMike Miller (OS Dev)2007-05-081-53/+111
* cciss: reformat error handlingMike Miller (OS Dev)2007-05-081-85/+89
* proc: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-081-8/+1Star