| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 2 | -7/+7 |
* | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-13 | 1 | -49/+102 |
|\ |
|
| * | x86, UV: Modularize BAU send and wait | Cliff Wickman | 2010-06-08 | 1 | -1/+0 |
| * | x86, UV: BAU broadcast to the local hub | Cliff Wickman | 2010-06-08 | 1 | -0/+5 |
| * | x86, UV: Remove BAU check for stay-busy | Cliff Wickman | 2010-06-08 | 1 | -1/+0 |
| * | x86, UV: BAU structure rearranging | Cliff Wickman | 2010-06-08 | 1 | -39/+51 |
| * | x86, UV: Shorten access to BAU statistics structure | Cliff Wickman | 2010-06-08 | 1 | -0/+1 |
| * | x86, UV: Disable BAU on network congestion | Cliff Wickman | 2010-06-08 | 1 | -0/+4 |
| * | x86, UV: BAU tunables into a debugfs file | Cliff Wickman | 2010-06-08 | 1 | -16/+37 |
| * | x86, UV: Calculate BAU destination timeout | Cliff Wickman | 2010-06-08 | 1 | -0/+12 |
* | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2010-08-13 | 1 | -0/+7 |
|\ \ |
|
| * | | x86: Document __phys_reloc_hide() usage in __pa_symbol() | Namhyung Kim | 2010-08-11 | 1 | -0/+7 |
* | | | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2010-08-12 | 2 | -6/+16 |
|\ \ \ |
|
| * | | | pci-swiotlb-xen: Add glue code to setup dma_ops utilizing xen_swiotlb_* | Konrad Rzeszutek Wilk | 2010-07-27 | 1 | -0/+14 |
| * | | | xen: use _PAGE_IOMAP in ioremap to do machine mappings | Jeremy Fitzhardinge | 2010-06-07 | 1 | -6/+2 |
* | | | | dma-mapping: remove dma_is_consistent API | FUJITA Tomonori | 2010-08-11 | 1 | -1/+0 |
* | | | | dma-mapping: unify dma_get_cache_alignment implementations | FUJITA Tomonori | 2010-08-11 | 1 | -7/+0 |
* | | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2010-08-10 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | remove needless ISA_DMA_THRESHOLD | FUJITA Tomonori | 2010-08-07 | 1 | -1/+0 |
* | | | | | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux | Linus Torvalds | 2010-08-10 | 2 | -1/+4 |
|\ \ \ \ \ |
|
| * | | | | | unistd: add __NR_prlimit64 syscall numbers | Jiri Slaby | 2010-07-16 | 2 | -1/+4 |
| |/ / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-10 | 3 | -1/+10 |
|\ \ \ \ \ |
|
| * | | | | | fanotify: sys_fanotify_mark declartion | Eric Paris | 2010-07-28 | 3 | -1/+7 |
| * | | | | | fanotify: fanotify_init syscall declaration | Eric Paris | 2010-07-28 | 2 | -1/+4 |
| |/ / / / |
|
* | | | | | gcc-4.6: mm: fix unused but set warnings | Andi Kleen | 2010-08-09 | 1 | -2/+2 |
* | | | | | kmap_atomic: make kunmap_atomic() harder to misuse | Cesar Eduardo Barros | 2010-08-09 | 1 | -1/+1 |
* | | | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-08-06 | 2 | -7/+32 |
|\ \ \ \ \ |
|
| * | | | | | x86, xsave: Make init_xstate_buf static | Robert Richter | 2010-07-21 | 1 | -1/+0 |
| * | | | | | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d) | Robert Richter | 2010-07-21 | 1 | -0/+2 |
| * | | | | | x86, xsave: Separate fpu and xsave initialization | Robert Richter | 2010-07-21 | 2 | -2/+0 |
| * | | | | | x86, xsave: Do not include asm/i387.h in asm/xsave.h | Robert Richter | 2010-07-20 | 1 | -1/+0 |
| * | | | | | x86, xsave: Use xsaveopt in context-switch path when supported | Suresh Siddha | 2010-07-19 | 2 | -4/+7 |
| * | | | | | x86, xsave: Sync xsave memory layout with its header for user handling | Suresh Siddha | 2010-07-19 | 2 | -0/+24 |
* | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 2 | -3/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup | Huang Ying | 2010-06-10 | 1 | -1/+1 |
| * | | | | | | x86, mce: Rename MSR_IA32_MCx_CTL2 value | Huang Ying | 2010-06-10 | 2 | -3/+4 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-08-06 | 2 | -1/+41 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, olpc: Constify an olpc_ofw() arg | Andres Salomon | 2010-07-30 | 1 | -1/+1 |
| * | | | | | | x86, olpc: Add support for calling into OpenFirmware | Andres Salomon | 2010-06-18 | 2 | -1/+41 |
* | | | | | | | Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2010-08-06 | 2 | -9/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, alternatives: Use 16-bit numbers for cpufeature index | H. Peter Anvin | 2010-07-07 | 2 | -9/+12 |
| | | | | | | | | |
| \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ | |
*---. \ \ \ \ \ \ \ | Merge branches 'x86-cleanups-for-linus', 'x86-vmware-for-linus', 'x86-mtrr-fo... | Linus Torvalds | 2010-08-06 | 2 | -0/+19 |
|\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / /
| | |/| | | | / / /
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
| | | * | | | | | | x86: Avoid unnecessary __clear_user() and xrstor in signal handling | Suresh Siddha | 2010-07-06 | 2 | -0/+19 |
| | |/ / / / / / |
|
* | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2010-08-06 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/PCI: Add option to not assign BAR's if not already assigned | Mike Habeck | 2010-07-30 | 1 | -0/+1 |
| |/ / / / / / / |
|
| | | | | | | | | |
| \ \ \ \ \ \ \ | |
*-. \ \ \ \ \ \ \ | Merge branches 'x86-rwsem-for-linus' and 'x86-gcc46-for-linus' of git://git.k... | Linus Torvalds | 2010-08-06 | 2 | -14/+11 |
|\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86, gcc-4.6: Avoid unused by set variables in rdmsr | Andi Kleen | 2010-07-20 | 1 | -2/+2 |
| | |/ / / / / / / |
|
| * | | | | | | | | x86, rwsem: Minor cleanups | Michel Lespinasse | 2010-07-20 | 1 | -9/+7 |
| * | | | | | | | | x86, rwsem: Stay on fast path when count > 0 in __up_write() | Michel Lespinasse | 2010-07-20 | 1 | -3/+2 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 3 | -142/+141 |
|\ \ \ \ \ \ \ \ |
|