aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] janitor: sh: bigsur/io: minmax-removalMichael Veeck2005-09-101-6/+2
* [PATCH] janitor: tulip/de4x5: list_for_eachDomen Puncer2005-09-101-2/+2
* [PATCH] janitor: block/umem: replace PRINTK with pr_debugDomen Puncer2005-09-101-7/+4
* [PATCH] janitor: ide-tape: replace schedule_timeout() with msleep()Nishanth Aravamudan2005-09-101-2/+1
* [PATCH] janitor: fs/dcache.c: list_for_each*Domen Puncer2005-09-101-12/+4
* [PATCH] janitor: fs/namespace.c: list_for_each_entryDomen Puncer2005-09-101-3/+1
* [PATCH] janitor: jffs/intrep: list_for_each_entryDomen Puncer2005-09-101-13/+9
* [PATCH] janitor: net/ppp-generic: list_for_each_entryDomen Puncer2005-09-101-16/+7
* [PATCH] janitor: ide: min/max macros in ide-timing.hClemens Buchacher2005-09-101-13/+12
* [PATCH] lib/sort.c: small cleanupsAdrian Bunk2005-09-101-2/+3
* [PATCH] remove invalid comment in mm/page_alloc.cRenaud Lienhart2005-09-101-1/+1
* [PATCH] Spelling and whitespace fixes for REPORTING-BUGSTobias Klauser2005-09-101-7/+7
* [PATCH] drivers/char/lp.c : Use of the time_after() macroMarcelo Feitoza Parisi2005-09-101-1/+2
* [PATCH] patch] remove sound/oss/skeleton.cAdrian Bunk2005-09-101-219/+0
* [PATCH] include/asm-arm26/hardirq.h: remove #define irq_enter()Adrian Bunk2005-09-101-2/+0
* [PATCH] merge some from Rusty's trivial patchesAdrian Bunk2005-09-1012-15/+10
* [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-1020-142/+86
* [PATCH] fix unusual placement of inline keyword in hpetAdrian Bunk2005-09-101-2/+2
* [PATCH] update FSF address in COPYINGPekka J Enberg2005-09-101-2/+2
* [PATCH] i386/smpboot: use msleep() instead of schedule_timeout()Nishanth Aravamudan2005-09-101-2/+1
* [PATCH] telephony/ixj: use msleep() instead of schedule_timeout()Nishanth Aravamudan2005-09-101-52/+10
* [PATCH] dmapool: Fix "nocast type" warningsVictor Fusco2005-09-102-2/+4
* [PATCH] lib/radix-tree: Fix "nocast type" warningsVictor Fusco2005-09-102-3/+3
* [PATCH] Spelling fixes for Documentation/Tobias Klauser2005-09-1018-21/+21
* [PATCH] mm/swap_state: Fix "nocast type" warningsVictor Fusco2005-09-101-2/+2
* [PATCH] Add kerneldoc reference to CodingStylePekka J Enberg2005-09-101-0/+3
* [PATCH] SH64: C99 initializers for hw_interrupt_type structuresThomas Gleixner2005-09-101-7/+7
* [PATCH] V850: C99 initializers for hw_interrupt_type structuresThomas Gleixner2005-09-103-21/+21
* [PATCH] SH: C99 initializers for hw_interrupt_type structuresThomas Gleixner2005-09-1013-105/+105
* [PATCH] PPC: C99 initializers for hw_interrupt_type structuresThomas Gleixner2005-09-105-38/+23
* [PATCH] kernel/acct: add kerneldocRandy Dunlap2005-09-101-16/+27
* [PATCH] char/n_tty: fix sparse warnings (__nocast type)Victor Fusco2005-09-101-1/+1
* [PATCH] mm/slab: fix sparse warningsVictor Fusco2005-09-102-3/+4
* [PATCH] sb16_csp: untypedefAlexey Dobriyan2005-09-101-7/+7
* [PATCH] sb16_csp: remove home-grown le??_to_cpu macrosAlexey Dobriyan2005-09-101-16/+14
* [PATCH] hdpu_cpustate.c: misc_register() can failChristophe Lucas2005-09-101-4/+19
* [PATCH] drivers/char/lcd.c: misc_register() can failChristophe Lucas2005-09-101-1/+6
* [PATCH] applicom: fix error handlingChristophe Lucas2005-09-101-4/+20
* [PATCH] mm/filemap.c: make two functions staticAdrian Bunk2005-09-104-12/+11
* [PATCH] Yet another RCU documentation updatePaul E. McKenney2005-09-105-24/+1064
* [PATCH] Remove even more stale references to Documentation/smp.texArthur Othieno2005-09-102-4/+4
* [PATCH] sched: allow the load to grow upto its cpu_powerSiddha, Suresh B2005-09-101-2/+7
* [PATCH] sched: don't kick ALB in the presence of pinned taskSiddha, Suresh B2005-09-101-1/+14
* [PATCH] sched: use cached variable in sys_sched_yield()Renaud Lienhart2005-09-101-1/+1
* [PATCH] sched: HT optimisationNick Piggin2005-09-101-6/+28
* [PATCH] sched: less lockingNick Piggin2005-09-101-7/+2
* [PATCH] sched: less newidle lockingNick Piggin2005-09-101-7/+10
* [PATCH] sched: fix SMT scheduler latency bugIngo Molnar2005-09-101-4/+15
* [PATCH] sched: TASK_NONINTERACTIVEIngo Molnar2005-09-103-2/+16
* [PATCH] sched cleanupsIngo Molnar2005-09-101-19/+25