summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds2006-01-10198-649/+2754
|\
| * [PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.cIngo Molnar2006-01-102-17/+14Star
| * [PATCH] mutex subsystem, semaphore to completion: IDE ->gendev_rel_semAleksey Makarov2006-01-103-8/+9
| * [PATCH] mutex subsystem, semaphore to completion: CPU3WDTSteven Rostedt2006-01-101-4/+5
| * [PATCH] mutex subsystem, semaphore to completion: SX8Steven Rostedt2006-01-101-6/+6
| * [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lockIngo Molnar2006-01-104-6/+6
| * [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-10113-573/+563Star
| * [PATCH] mutex subsystem, semaphore to mutex: XFSJes Sorensen2006-01-1010-26/+22Star
| * [PATCH] mutex subsystem, more debugging codeIngo Molnar2006-01-107-0/+37
| * [PATCH] mutex subsystem, debugging codeIngo Molnar2006-01-107-0/+637
| * [PATCH] mutex subsystem, documentationIngo Molnar2006-01-102-8/+149
| * [PATCH] mutex subsystem, coreIngo Molnar2006-01-104-1/+480
| * [PATCH] mutex subsystem, add default include/asm-*/mutex.h filesArjan van de Ven2006-01-1019-0/+171
| * [PATCH] mutex subsystem, add include/asm-arm/mutex.hNicolas Pitre2006-01-101-0/+128
| * [PATCH] mutex subsystem, add include/asm-x86_64/mutex.hIngo Molnar2006-01-101-0/+113
| * [PATCH] mutex subsystem, add include/asm-i386/mutex.hArjan van de Ven2006-01-101-0/+124
| * [PATCH] mutex subsystem, add asm-generic/mutex-[dec|xchg|null].h implementationsIngo Molnar2006-01-103-0/+251
| * [PATCH] mutex subsystem, add typecheck_fn(type, function)Chuck Ebbert2006-01-101-0/+9
| * [PATCH] mutex subsystem, add atomic_xchg() to all archesIngo Molnar2006-01-1022-0/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-1040-349/+50Star
|\ \
| * | Small fixups to the EHCI Kconfig help textJesper Juhl2006-01-101-5/+5
| * | Documentation/filesystems/proc.txt: indentation fixAdrian Bunk2006-01-101-1/+1
| * | remove the outdated arch/i386/kernel/cpu/{,mtrr/}changelogAdrian Bunk2006-01-102-292/+0Star
| * | MAINTAINERS: remove BUSLOGIC entryAdrian Bunk2006-01-101-7/+0Star
| * | spelling: s/trough/through/Adrian Bunk2006-01-108-10/+10
| * | spelling: s/retreive/retrieve/Adrian Bunk2006-01-1017-20/+20
| * | s/assoicated/associated/Adrian Bunk2006-01-101-1/+1
| * | spelling: s/usefull/useful/Adrian Bunk2006-01-109-13/+13
| |/
* | [PATCH] rcu: don't set ->next_pending in rcu_start_batch()Oleg Nesterov2006-01-101-7/+4Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-01-1068-747/+1022
|\ \
| * | [INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo2006-01-091-10/+24
| * | [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo2006-01-091-47/+111
| * | [INET_DIAG]: whitespace/simple cleanupsArnaldo Carvalho de Melo2006-01-091-29/+28Star
| * | [INET_DIAG]: Use inet_twsk() with TIME_WAIT socketsArnaldo Carvalho de Melo2006-01-091-3/+3
| * | [IPV6]: Set skb->priority in ip6_output.cPatrick McHardy2006-01-091-0/+4
| * | [IPV4]: ip_output.c needs xfrm.hPatrick McHardy2006-01-091-0/+1
| * | [PKT_SCHED]: Fix qdisc return code.Jamal Hadi Salim2006-01-094-9/+10
| * | [NET]: Add IFB (Intermediate Functional Block) network device.Jamal Hadi Salim2006-01-093-0/+308
| * | [AX25] mkiss: Drop spinlock before sleeping call.Ralf Baechle2006-01-091-1/+1
| * | [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-0911-40/+21Star
| * | [PKT_SCHED]: Prefix tc actions with act_Patrick McHardy2006-01-098-8/+8
| * | [PKT_SCHED]: Fix memory leak when dumping in pedit actionPatrick McHardy2006-01-091-0/+2
| * | [PKT_SCHED]: Remove some obsolete policer exportsPatrick McHardy2006-01-091-11/+3Star
| * | [PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy2006-01-098-14/+11Star
| * | [PKT_SCHED]: Use USEC_PER_SECPatrick McHardy2006-01-092-15/+16
| * | [NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy2006-01-096-66/+63Star
| * | [CRYPTO] cipher: Set alignmask for multi-byte loadsHerbert Xu2006-01-0910-0/+12
| * | [CRYPTO] api: Require block size to be less than PAGE_SIZE/8Herbert Xu2006-01-091-1/+1
| * | [CRYPTO] sha1: Fixed off-by-64 bug in sha1_updateHerbert Xu2006-01-091-2/+2
| * | [CRYPTO] aes-i586: Remove unused variable ls_tabDaniel Marjamäki2006-01-091-10/+0Star