| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into release | Len Brown | 2010-08-15 | 2416 | -175615/+118178 |
|\ |
|
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2010-08-13 | 3 | -5/+11 |
| |\ |
|
| | * | [IA64] Add latest crop of syscalls | Tony Luck | 2010-08-13 | 2 | -1/+7 |
| | * | [IA64] Fix 64-bit atomic routines to return "long" | Tony Luck | 2010-08-13 | 1 | -4/+4 |
| * | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-13 | 4 | -12/+27 |
| |\ \ |
|
| | * | | x86, UV: Make kdump avoid stack dumps - fix !CONFIG_KEXEC breakage | Cliff Wickman | 2010-08-12 | 1 | -0/+5 |
| | * | | x86, UV: Initialize BAU hub map | Cliff Wickman | 2010-08-01 | 1 | -12/+14 |
| | * | | x86, UV: Make kdump avoid stack dumps | Cliff Wickman | 2010-07-21 | 3 | -0/+8 |
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2010-08-13 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | [CPUFREQ] acpi-cpufreq: add missing __percpu markup | Namhyung Kim | 2010-08-13 | 1 | -1/+1 |
| | | |/
| | |/| |
|
| * | | | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 37 | -68/+73 |
| * | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2010-08-13 | 6 | -6/+37 |
| |\ \ \ |
|
| | * | | | [S390] appldata: fix dev_get_stats 64 bit conversion | Heiko Carstens | 2010-08-13 | 1 | -1/+2 |
| | * | | | [S390] wire up prlimit64 and fanotify* syscalls | Heiko Carstens | 2010-08-13 | 3 | -1/+31 |
| | * | | | [S390] sys_personality: follow u_long to unsigned int conversion | Heiko Carstens | 2010-08-13 | 3 | -4/+4 |
| | |/ / |
|
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-08-13 | 2 | -3/+7 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'linus' into perf/urgent | Ingo Molnar | 2010-08-12 | 2319 | -174785/+116665 |
| | |\ \ \
| | | |/ / |
|
| | * | | | perf, x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properly | Cyrill Gorcunov | 2010-08-08 | 1 | -3/+6 |
| | * | | | oprofile: add support for Intel processor model 30 | Josh Hunt | 2010-08-05 | 1 | -0/+1 |
| * | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-13 | 2 | -299/+608 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | x86, UV: Initialize BAU MMRs only on hubs with cpus | Cliff Wickman | 2010-07-17 | 1 | -6/+10 |
| | * | | | x86, UV: Modularize BAU send and wait | Cliff Wickman | 2010-06-08 | 2 | -39/+44 |
| | * | | | x86, UV: BAU broadcast to the local hub | Cliff Wickman | 2010-06-08 | 2 | -85/+58 |
| | * | | | x86, UV: Correct BAU regular message type | Cliff Wickman | 2010-06-08 | 1 | -14/+1 |
| | * | | | x86, UV: Remove BAU check for stay-busy | Cliff Wickman | 2010-06-08 | 2 | -24/+0 |
| | * | | | x86, UV: Correct BAU discovery of hubs and sockets | Cliff Wickman | 2010-06-08 | 1 | -18/+31 |
| | * | | | x86, UV: Correct BAU software acknowledge | Cliff Wickman | 2010-06-08 | 1 | -9/+8 |
| | * | | | x86, UV: BAU structure rearranging | Cliff Wickman | 2010-06-08 | 2 | -51/+51 |
| | * | | | x86, UV: Shorten access to BAU statistics structure | Cliff Wickman | 2010-06-08 | 2 | -8/+9 |
| | * | | | x86, UV: Disable BAU on network congestion | Cliff Wickman | 2010-06-08 | 2 | -3/+77 |
| | * | | | x86, UV: BAU tunables into a debugfs file | Cliff Wickman | 2010-06-08 | 2 | -56/+278 |
| | * | | | x86, UV: Calculate BAU destination timeout | Cliff Wickman | 2010-06-08 | 2 | -4/+59 |
| * | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2010-08-13 | 4 | -109/+154 |
| |\ \ \ \ |
|
| | * | | | | x86, asm: Use a lower case name for the end macro in atomic64_386_32.S | Luca Barbieri | 2010-08-12 | 1 | -18/+20 |
| | * | | | | x86, asm: Refactor atomic64_386_32.S to support old binutils and be cleaner | Luca Barbieri | 2010-08-11 | 1 | -108/+128 |
| | * | | | | x86: Document __phys_reloc_hide() usage in __pa_symbol() | Namhyung Kim | 2010-08-11 | 1 | -0/+7 |
| | * | | | | x86, apic: Map the local apic when parsing the MP table. | Eric W. Biederman | 2010-08-05 | 2 | -1/+17 |
| * | | | | | x86: don't send SIGBUS for kernel page faults | Linus Torvalds | 2010-08-13 | 1 | -1/+3 |
| | |_|_|/
| |/| | | |
|
| * | | | | Merge branch 'io_remap_pfn_range' of git://www.jni.nu/cris | Linus Torvalds | 2010-08-12 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | CRIS: Define io_remap_pfn_range as remap_pfn_range | Jesper Nilsson | 2010-08-12 | 1 | -0/+3 |
| * | | | | | Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm | Linus Torvalds | 2010-08-12 | 10 | -6/+321 |
| |\ \ \ \ \ |
|
| | * | | | | | msm: mmc: Add msm prefix to platform data structure | Sahitya Tummala | 2010-08-09 | 4 | -4/+6 |
| | * | | | | | msm: trout: Remove extern declaration from source file | Sahitya Tummala | 2010-08-09 | 2 | -3/+3 |
| | * | | | | | arm: msm: Fix section mismatch in smd.c. | Gregory Bean | 2010-08-09 | 1 | -1/+1 |
| | * | | | | | arm: msm: trout add mmc support | Daniel Walker | 2010-06-17 | 3 | -1/+201 |
| | * | | | | | arm: msm: trout: add trout specific gpio interrupts | Daniel Walker | 2010-06-17 | 1 | -0/+115 |
| | * | | | | | arm: msm: remove unused #include <linux/version.h> | Huang Weiyi | 2010-06-17 | 2 | -2/+0 |
| * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2010-08-12 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | [CPUFREQ] add missing __percpu markup in pcc-cpufreq.c | Namhyung Kim | 2010-08-12 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2010-08-12 | 1 | -0/+10 |
| |\ \ \ \ \ \ \ |
|