summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [PATCH] x86_64: reliable stack trace supportJan Beulich2006-06-263-0/+129
| * | | | [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen2006-06-262-2/+2
| * | | | [PATCH] x86_64: remove unused gart header fileJon Mason2006-06-261-16/+0
| * | | | [PATCH] x86_64: Optimize bitmap_weight for small bitmapsAndi Kleen2006-06-261-0/+5
| * | | | [PATCH] x86_64: Remove long obsolete CVSAndi Kleen2006-06-262-3/+1
| * | | | [PATCH] x86_64: nmi watchdog header cleanupDon Zickus2006-06-264-41/+45
| * | | | [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warningsAndi Kleen2006-06-262-0/+4
| * | | | [PATCH] x86_64: Clean and enhance up K8 northbridge access codeAndi Kleen2006-06-262-0/+15
| * | | | [PATCH] x86_64: Remove bogus comment in topology.hAndi Kleen2006-06-261-2/+0
| * | | | [PATCH] x86_64: Remove most of ia32_unistd.hAndi Kleen2006-06-261-305/+3
| * | | | [PATCH] x86_64: x86_64 version of the smp alternative patch.Gerd Hoffmann2006-06-2610-123/+192
| * | | | [PATCH] i386/x86-64: Emulate CPUID4 on AMDAndi Kleen2006-06-262-0/+2
| * | | | [PATCH] x86_64: Use __always_inline for __inline_memcpyAndi Kleen2006-06-261-1/+2
| |/ / /
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-06-265-1/+128
|\ \ \ \
| * | | | [SPARC]: Add iomap interfaces.David S. Miller2006-06-251-0/+16
| * | | | [SPARC]: Add unique device_node IDs and a ".node" property.David S. Miller2006-06-252-0/+4
| * | | | [SPARC]: Add of_set_property() interface.David S. Miller2006-06-252-0/+16
| * | | | [SPARC64]: Add missing interfaces to dma-mapping.hDavid S. Miller2006-06-251-0/+43
| * | | | [SPARC64]: Allow floppy driver to build modular.David S. Miller2006-06-251-1/+49
| |/ / /
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-263-3/+11
|\ \ \ \
| * | | | [NET] netpoll: break recursive loop in netpoll rx pathNeil Horman2006-06-261-0/+1
| * | | | [NET]: make net/core/dev.c:netdev_nit staticAdrian Bunk2006-06-251-1/+0
| * | | | [TIPC]: Corrected potential misuse of tipc_media_addr structure.Allan Stephens2006-06-251-2/+10
| |/ / /
* | | | [PATCH] md: Don't write dirty/clean update to spares - leave them aloneNeilBrown2006-06-261-0/+1
* | | | [PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksNeilBrown2006-06-261-3/+4
* | | | [PATCH] md/bitmap: remove bitmap writeback daemonNeilBrown2006-06-261-6/+0
* | | | [PATCH] md: make md_print_devices() staticAdrian Bunk2006-06-261-4/+0
* | | | [PATCH] md: support stripe/offset mode in raid10NeilBrown2006-06-261-1/+6
* | | | [PATCH] md: allow a linear array to have drives added while activeNeilBrown2006-06-261-0/+2
* | | | [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-262-1/+10
* | | | [PATCH] md: merge raid5 and raid6 codeNeilBrown2006-06-261-0/+1
* | | | [PATCH] md: remove arbitrary limit on chunk sizeNeilBrown2006-06-261-1/+2
* | | | [PATCH] dm: improve error message consistencyAlasdair G Kergon2006-06-261-0/+1
* | | | [PATCH] dm: prevent removal if openAlasdair G Kergon2006-06-261-3/+3
* | | | [PATCH] dm: create error tableDavid Teigland2006-06-261-0/+6
* | | | [PATCH] dm: add exportsAlasdair G Kergon2006-06-261-2/+102
* | | | [PATCH] lib: add idr_replaceJeff Mahoney2006-06-261-0/+1
* | | | [PATCH] VT binding: Update fbcon to support bindingAntonino A. Daplas2006-06-261-5/+7
* | | | [PATCH] VT binding: Add binding/unbinding support for the VT consoleAntonino A. Daplas2006-06-261-1/+3
* | | | [PATCH] Detaching fbcon: sdd sysfs class device entry for fbconAntonino A. Daplas2006-06-261-7/+0
* | | | [PATCH] backlight: LOCOMO Backlight Driver updatesRichard Purdie2006-06-261-0/+5
* | | | [PATCH] coredump: kill ptrace related stuffOleg Nesterov2006-06-261-1/+0
* | | | [PATCH] proc: Use struct pid not struct task_refEric W. Biederman2006-06-261-2/+2
* | | | [PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman2006-06-261-1/+7
* | | | [PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman2006-06-263-8/+2
* | | | [PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman2006-06-261-1/+1
* | | | [PATCH] i4l: Gigaset drivers: add IOCTLs to compat_ioctl.hHansjoerg Lipp2006-06-261-0/+5
* | | | [PATCH] Notify page fault call chainAnil S Keshavamurthy2006-06-265-0/+6
* | | | [PATCH] Notify page fault call chain for sparc64Anil S Keshavamurthy2006-06-261-0/+2
* | | | [PATCH] Notify page fault call chain for powerpcAnil S Keshavamurthy2006-06-261-0/+2
OpenPOWER on IntegriCloud