summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-08-131-1/+1
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-1337-68/+73
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-08-136-6/+37
| |\ \ \ \ \ \ \
| | * | | | | | | [S390] appldata: fix dev_get_stats 64 bit conversionHeiko Carstens2010-08-131-1/+2
| | * | | | | | | [S390] wire up prlimit64 and fanotify* syscallsHeiko Carstens2010-08-133-1/+31
| | * | | | | | | [S390] sys_personality: follow u_long to unsigned int conversionHeiko Carstens2010-08-133-4/+4
| | |/ / / / / /
| * | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-132-3/+7
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'linus' into perf/urgentIngo Molnar2010-08-122319-174785/+116665
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | perf, x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properlyCyrill Gorcunov2010-08-081-3/+6
| * | | | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-132-299/+608
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | x86, UV: Initialize BAU MMRs only on hubs with cpusCliff Wickman2010-07-171-6/+10
| | * | | | | | | x86, UV: Modularize BAU send and waitCliff Wickman2010-06-082-39/+44
| | * | | | | | | x86, UV: BAU broadcast to the local hubCliff Wickman2010-06-082-85/+58
| | * | | | | | | x86, UV: Correct BAU regular message typeCliff Wickman2010-06-081-14/+1
| | * | | | | | | x86, UV: Remove BAU check for stay-busyCliff Wickman2010-06-082-24/+0
| | * | | | | | | x86, UV: Correct BAU discovery of hubs and socketsCliff Wickman2010-06-081-18/+31
| | * | | | | | | x86, UV: Correct BAU software acknowledgeCliff Wickman2010-06-081-9/+8
| | * | | | | | | x86, UV: BAU structure rearrangingCliff Wickman2010-06-082-51/+51
| | * | | | | | | x86, UV: Shorten access to BAU statistics structureCliff Wickman2010-06-082-8/+9
| | * | | | | | | x86, UV: Disable BAU on network congestionCliff Wickman2010-06-082-3/+77
| | * | | | | | | x86, UV: BAU tunables into a debugfs fileCliff Wickman2010-06-082-56/+278
| | * | | | | | | x86, UV: Calculate BAU destination timeoutCliff Wickman2010-06-082-4/+59
| * | | | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2010-08-134-109/+154
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, asm: Use a lower case name for the end macro in atomic64_386_32.SLuca Barbieri2010-08-121-18/+20
| | * | | | | | | | x86, asm: Refactor atomic64_386_32.S to support old binutils and be cleanerLuca Barbieri2010-08-111-108/+128
| | * | | | | | | | x86: Document __phys_reloc_hide() usage in __pa_symbol()Namhyung Kim2010-08-111-0/+7
| | * | | | | | | | x86, apic: Map the local apic when parsing the MP table.Eric W. Biederman2010-08-052-1/+17
| * | | | | | | | | x86: don't send SIGBUS for kernel page faultsLinus Torvalds2010-08-131-1/+3
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'io_remap_pfn_range' of git://www.jni.nu/crisLinus Torvalds2010-08-121-0/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | CRIS: Define io_remap_pfn_range as remap_pfn_rangeJesper Nilsson2010-08-121-0/+3
| * | | | | | | | | Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-08-1210-6/+321
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | msm: mmc: Add msm prefix to platform data structureSahitya Tummala2010-08-094-4/+6
| | * | | | | | | | | msm: trout: Remove extern declaration from source fileSahitya Tummala2010-08-092-3/+3
| | * | | | | | | | | arm: msm: Fix section mismatch in smd.c.Gregory Bean2010-08-091-1/+1
| | * | | | | | | | | arm: msm: trout add mmc supportDaniel Walker2010-06-173-1/+201
| | * | | | | | | | | arm: msm: trout: add trout specific gpio interruptsDaniel Walker2010-06-171-0/+115
| | * | | | | | | | | arm: msm: remove unused #include <linux/version.h>Huang Weiyi2010-06-172-2/+0
| * | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-08-121-1/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | [CPUFREQ] add missing __percpu markup in pcc-cpufreq.cNamhyung Kim2010-08-121-1/+1
| * | | | | | | | | | | Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-08-121-0/+10
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | param: simple locking for sysfs-writable charp parametersRusty Russell2010-08-111-0/+10
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | x86/hpet: Use the FSEC_PER_SEC constant for femto-second periodsChris Wilson2010-08-121-2/+2
| * | | | | | | | | | | MN10300: Use no_printk() for disabled gdbstub debugging functionsDavid Howells2010-08-121-4/+4
| * | | | | | | | | | | Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-5/+0
| * | | | | | | | | | | MN10300: Don't try and #include <linux/slab.h> in lib/inflate.c from bootloaderDavid Howells2010-08-121-0/+1
| * | | | | | | | | | | MN10300: Fix size_t and ssize_tDavid Howells2010-08-121-1/+6
| * | | | | | | | | | | MN10300: Fix RTC routinesDavid Howells2010-08-121-4/+1
| * | | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-08-121-3/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | [IA64] Fix rwsem: RWSEM_WAITING_BIAS must not be unsigned.Tony Luck2010-08-121-3/+3
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-123-3/+3
| |\ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud