summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Handle aliases in vmalloc correctly.Ralf Baechle2008-04-071-2/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-071-10/+10
|\
| * x86: fix 64-bit asm NOPS for CONFIG_GENERIC_CPUSuresh Siddha2008-04-071-10/+10
* | virtio: remove overzealous BUG_ON.Rusty Russell2008-04-071-1/+4
|/
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2008-04-051-1/+1
|\
| * [MIPS] Pb1200: Fix header breakageSergei Shtylyov2008-04-041-1/+1
* | cgroups: add cgroup support for enabling controllers at boot timePaul Menage2008-04-041-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-04-042-1/+30
|\ \
| * | x86: revert assign IRQs to hpet timerThomas Gleixner2008-04-041-1/+1
| * | x86: fix breakage of vSMP irq operationsRavikiran G Thirumalai2008-04-041-0/+29
* | | libata: ATA_12/16 doesn't fall into ATAPI_MISCTejun Heo2008-04-041-1/+2
* | | libata: uninline atapi_cmd_type()Tejun Heo2008-04-041-21/+1Star
|/ /
* | alpha: get_current(): don't add zero to current_thread_info()->taskAndrew Morton2008-04-031-1/+1
* | alpha: fix ALSA DMA mmap crashIvan Kokshaysky2008-04-032-2/+8
* | kvm: provide kvm.h for all architecture: fixes headers_installChristian Borntraeger2008-04-0324-1/+135
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-024-9/+15
|\ \
| * | [LLC]: skb allocation size for responsesJoonwoo Park2008-04-012-4/+7
| * | net: Comment dev_kfree_skb_irq and dev_kfree_skb_any betterMatti Linnanvuori2008-03-291-2/+4
| * | [LLC]: station source mac addressJoonwoo Park2008-03-291-1/+0Star
| * | [NET]: Use local_irq_{save,restore}() in napi_complete().David S. Miller2008-03-281-2/+4
* | | cfq-iosched: fix rcu freeing of cfq io contextsFabio Checconi2008-04-021-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25Linus Torvalds2008-04-015-284/+26Star
|\ \ \
| * | | remove include/asm-sh/floppy.hAdrian Bunk2008-03-311-268/+0Star
| * | | sh: Fix TIF_USEDFPU clearing under FPU emulation.Paul Mundt2008-03-261-1/+6
| * | | sh: Fix occasional FPU register corruption under preempt.Paul Mundt2008-03-264-15/+20
* | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf...Linus Torvalds2008-04-011-0/+1
|\ \ \ \
| * | | | [MIPS] Alchemy: work around clock misdetection on early Au1000Sergei Shtylyov2008-04-011-0/+1
| | |_|/ | |/| |
* / | | Input: make sure input interfaces pin parent input devicesDmitry Torokhov2008-04-011-2/+3
|/ / /
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-301-1/+1
|\ \ \
| * | | libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo2008-03-291-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-03-301-1/+1
|\ \ \ \
| * | | | ide: fix defining SUPPORT_VLB_SYNCBartlomiej Zolnierkiewicz2008-03-291-1/+1
| |/ / /
* | | | dma_page_list ->base_address is a userland pointerAl Viro2008-03-301-1/+1
* | | | compat_sys_wait4() prototype misannotationAl Viro2008-03-301-2/+2
* | | | NULL noise: frv cmpxchg()Al Viro2008-03-301-2/+2
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-03-281-1/+1
|\ \ \
| * | | [PATCH] do shrink_submounts() for all fs typesAl Viro2008-03-281-1/+0Star
| * | | [PATCH] count ghost references to vfsmountsAl Viro2008-03-281-0/+1
* | | | ext3: don't export ext3_fs.h and jbd.hChristoph Hellwig2008-03-281-2/+0Star
* | | | kernel: add bit rotation helpers for 16 and 8 bitHarvey Harrison2008-03-281-0/+40
* | | | in_atomic(): document why it is unsuitable for general useJonathan Corbet2008-03-281-0/+7
* | | | lguest: comment documentation update.Rusty Russell2008-03-282-2/+6
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-272-5/+12
|\ \ \
| * | | rdc321x: GPIO routines bugfixesFlorian Fainelli2008-03-272-5/+12
* | | | Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2008-03-271-0/+6
|\ \ \ \
| * | | | avr32: Work around byteswap bug in gcc < 4.2Haavard Skinnemoen2008-03-101-0/+6
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-03-271-2/+2
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'release', 'idle', 'redhat-bugzilla-436589', 'sbs' and 'video'...Len Brown2008-03-271-2/+2
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | | |_|/ / | | | |/| | |
| | * / | | | cpuidle: fix cpuidle time and usage overflowYi Yang2008-03-261-2/+2
| | |/ / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-272-0/+33
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |