Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | x86: revert assign IRQs to hpet timer | Thomas Gleixner | 2008-04-04 | 1 | -1/+1 | |
| * | | | | | | x86: fix breakage of vSMP irq operations | Ravikiran G Thirumalai | 2008-04-04 | 1 | -0/+29 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | libata: ATA_12/16 doesn't fall into ATAPI_MISC | Tejun Heo | 2008-04-04 | 1 | -1/+2 | |
* | | | | | | libata: uninline atapi_cmd_type() | Tejun Heo | 2008-04-04 | 1 | -21/+1 | |
|/ / / / / | ||||||
* | | | | | alpha: get_current(): don't add zero to current_thread_info()->task | Andrew Morton | 2008-04-02 | 1 | -1/+1 | |
* | | | | | alpha: fix ALSA DMA mmap crash | Ivan Kokshaysky | 2008-04-02 | 2 | -2/+8 | |
* | | | | | kvm: provide kvm.h for all architecture: fixes headers_install | Christian Borntraeger | 2008-04-02 | 24 | -1/+135 | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-02 | 4 | -9/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | [LLC]: skb allocation size for responses | Joonwoo Park | 2008-03-31 | 2 | -4/+7 | |
| * | | | | | net: Comment dev_kfree_skb_irq and dev_kfree_skb_any better | Matti Linnanvuori | 2008-03-28 | 1 | -2/+4 | |
| * | | | | | [LLC]: station source mac address | Joonwoo Park | 2008-03-28 | 1 | -1/+0 | |
| * | | | | | [NET]: Use local_irq_{save,restore}() in napi_complete(). | David S. Miller | 2008-03-27 | 1 | -2/+4 | |
* | | | | | | cfq-iosched: fix rcu freeing of cfq io contexts | Fabio Checconi | 2008-04-02 | 1 | -0/+3 | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25 | Linus Torvalds | 2008-04-01 | 5 | -284/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove include/asm-sh/floppy.h | Adrian Bunk | 2008-03-31 | 1 | -268/+0 | |
| * | | | | | | sh: Fix TIF_USEDFPU clearing under FPU emulation. | Paul Mundt | 2008-03-26 | 1 | -1/+6 | |
| * | | | | | | sh: Fix occasional FPU register corruption under preempt. | Paul Mundt | 2008-03-26 | 4 | -15/+20 | |
* | | | | | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf... | Linus Torvalds | 2008-04-01 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [MIPS] Alchemy: work around clock misdetection on early Au1000 | Sergei Shtylyov | 2008-04-01 | 1 | -0/+1 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Input: make sure input interfaces pin parent input devices | Dmitry Torokhov | 2008-04-01 | 1 | -2/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-03-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | libata: ATA_EHI_LPM should be ATA_EH_LPM | Tejun Heo | 2008-03-29 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-03-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ide: fix defining SUPPORT_VLB_SYNC | Bartlomiej Zolnierkiewicz | 2008-03-29 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | dma_page_list ->base_address is a userland pointer | Al Viro | 2008-03-30 | 1 | -1/+1 | |
* | | | | | | compat_sys_wait4() prototype misannotation | Al Viro | 2008-03-30 | 1 | -2/+2 | |
* | | | | | | NULL noise: frv cmpxchg() | Al Viro | 2008-03-30 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-03-28 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | [PATCH] do shrink_submounts() for all fs types | Al Viro | 2008-03-27 | 1 | -1/+0 | |
| * | | | | | [PATCH] count ghost references to vfsmounts | Al Viro | 2008-03-27 | 1 | -0/+1 | |
* | | | | | | ext3: don't export ext3_fs.h and jbd.h | Christoph Hellwig | 2008-03-28 | 1 | -2/+0 | |
* | | | | | | kernel: add bit rotation helpers for 16 and 8 bit | Harvey Harrison | 2008-03-28 | 1 | -0/+40 | |
* | | | | | | in_atomic(): document why it is unsuitable for general use | Jonathan Corbet | 2008-03-28 | 1 | -0/+7 | |
* | | | | | | lguest: comment documentation update. | Rusty Russell | 2008-03-28 | 2 | -2/+6 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-03-27 | 2 | -5/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | rdc321x: GPIO routines bugfixes | Florian Fainelli | 2008-03-27 | 2 | -5/+12 | |
* | | | | | | Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/h... | Linus Torvalds | 2008-03-27 | 1 | -0/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | avr32: Work around byteswap bug in gcc < 4.2 | Haavard Skinnemoen | 2008-03-10 | 1 | -0/+6 | |
* | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-03-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ | Merge branches 'release', 'idle', 'redhat-bugzilla-436589', 'sbs' and 'video'... | Len Brown | 2008-03-26 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | / / / / | | | | |_|/ / / / | | | |/| | | | | | ||||||
| | * | | | | | | | cpuidle: fix cpuidle time and usage overflow | Yi Yang | 2008-03-26 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-03-26 | 2 | -0/+33 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | [IPSEC]: Fix BEET output | Herbert Xu | 2008-03-26 | 1 | -0/+6 | |
| * | | | | | | | [IPSEC]: Fix inter address family IPsec tunnel handling. | Kazunori MIYAZAWA | 2008-03-24 | 1 | -0/+23 | |
| * | | | | | | | [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3). | Pavel Emelyanov | 2008-03-24 | 1 | -0/+4 | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-03-26 | 7 | -29/+45 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | [SPARC64]: Define TASK_SIZE_OF() | David S. Miller | 2008-03-26 | 1 | -0/+3 | |
| * | | | | | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.c | David S. Miller | 2008-03-26 | 1 | -4/+5 | |
| * | | | | | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.c | David S. Miller | 2008-03-26 | 1 | -0/+1 | |
| * | | | | | | | [SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.c | David S. Miller | 2008-03-26 | 2 | -20/+23 |