aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar
2006-01-09[PATCH] mutex subsystem, debugging codeIngo Molnar
2006-01-09[PATCH] mutex subsystem, documentationIngo Molnar
2006-01-09[PATCH] mutex subsystem, coreIngo Molnar
2006-01-09[PATCH] mutex subsystem, add default include/asm-*/mutex.h filesArjan van de Ven
2006-01-09[PATCH] mutex subsystem, add include/asm-arm/mutex.hNicolas Pitre
2006-01-09[PATCH] mutex subsystem, add include/asm-x86_64/mutex.hIngo Molnar
2006-01-09[PATCH] mutex subsystem, add include/asm-i386/mutex.hArjan van de Ven
2006-01-09[PATCH] mutex subsystem, add asm-generic/mutex-[dec|xchg|null].h implementationsIngo Molnar
2006-01-09[PATCH] mutex subsystem, add typecheck_fn(type, function)Chuck Ebbert
2006-01-09[PATCH] mutex subsystem, add atomic_xchg() to all archesIngo Molnar
2006-01-10Small fixups to the EHCI Kconfig help textJesper Juhl
2006-01-10Documentation/filesystems/proc.txt: indentation fixAdrian Bunk
2006-01-10remove the outdated arch/i386/kernel/cpu/{,mtrr/}changelogAdrian Bunk
2006-01-10MAINTAINERS: remove BUSLOGIC entryAdrian Bunk
2006-01-10spelling: s/trough/through/Adrian Bunk
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk
2006-01-10s/assoicated/associated/Adrian Bunk
2006-01-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2006-01-09Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds
2006-01-09Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds
2006-01-10spelling: s/usefull/useful/Adrian Bunk
2006-01-09[INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo
2006-01-09[INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo
2006-01-09[INET_DIAG]: whitespace/simple cleanupsArnaldo Carvalho de Melo
2006-01-09[INET_DIAG]: Use inet_twsk() with TIME_WAIT socketsArnaldo Carvalho de Melo
2006-01-09[MMC] Indicate that R1/R1b contains command opcodePierre Ossman
2006-01-09[SPARC64]: Update defconfig.David S. Miller
2006-01-09[SPARC64]: Fix ptrace/straceRichard Mortimer
2006-01-09[IPV6]: Set skb->priority in ip6_output.cPatrick McHardy
2006-01-09[IPV4]: ip_output.c needs xfrm.hPatrick McHardy
2006-01-09[PKT_SCHED]: Fix qdisc return code.Jamal Hadi Salim
2006-01-09[NET]: Add IFB (Intermediate Functional Block) network device.Jamal Hadi Salim
2006-01-09[AX25] mkiss: Drop spinlock before sleeping call.Ralf Baechle
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn
2006-01-09[PKT_SCHED]: Prefix tc actions with act_Patrick McHardy
2006-01-09[PKT_SCHED]: Fix memory leak when dumping in pedit actionPatrick McHardy
2006-01-09[PKT_SCHED]: Remove some obsolete policer exportsPatrick McHardy
2006-01-09[PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy
2006-01-09[PKT_SCHED]: Use USEC_PER_SECPatrick McHardy
2006-01-09[NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy
2006-01-09[CRYPTO] cipher: Set alignmask for multi-byte loadsHerbert Xu
2006-01-09[CRYPTO] api: Require block size to be less than PAGE_SIZE/8Herbert Xu
2006-01-09[CRYPTO] sha1: Fixed off-by-64 bug in sha1_updateHerbert Xu
2006-01-09[CRYPTO] aes-i586: Remove unused variable ls_tabDaniel Marjamäki
2006-01-09[CRYPTO] aes-i586: Nano-optimisation on key length checkDenis Vlasenko
2006-01-09[CRYPTO] cipher: Align temporary buffer in cbc_process_decryptHerbert Xu