summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | ARM: 6400/1: at91: fix arch_gettimeoffset falloutPeter Korsgaard2010-09-191-1/+0
| * | | | | | | | ARM: 6398/1: add proc info for ARM11MPCore/Cortex-A9 from ARMDaniel Walker2010-09-171-1/+25
| * | | | | | | | ARM: prevent multiple syscall restartsRussell King2010-09-171-0/+2
| * | | | | | | | ARM: 6395/1: VExpress: Set bit 22 in the PL310 (cache controller) AuxCtlr reg...Catalin Marinas2010-09-171-1/+1
| * | | | | | | | ARM: 6389/1: errata: incorrect hazard handling in the SCU may lead to data co...Will Deacon2010-09-172-0/+23
| * | | | | | | | ARM: 6388/1: errata: DMB operation may be faultyWill Deacon2010-09-172-2/+26
| * | | | | | | | ARM: 6387/1: errata: check primary part ID in proc-v7.SWill Deacon2010-09-171-3/+8
| * | | | | | | | ARM: 6377/1: supply _cansleep gpio function to U300Linus Walleij2010-09-171-0/+3
| * | | | | | | | ARM: 6376/1: plat-nomadik: MTU: Change prescaler limit and comment updatesLinus Walleij2010-09-171-7/+10
| * | | | | | | | ARM: 6375/1: plat-nomadik: MTU timer trivial bug fixLinus Walleij2010-09-171-14/+2
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-275-24/+79
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-09-244-23/+66
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86/amd-iommu: Fix rounding-bug in __unmap_singleJoerg Roedel2010-09-231-1/+3
| | * | | | | | | | x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel2010-09-233-0/+33
| | * | | | | | | | x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel2010-09-232-22/+30
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | x86, setup: Fix earlyprintk=serial,0x3f8,115200Yinghai Lu2010-09-211-1/+13
| * | | | | | | | x86, setup: Fix earlyprintk=serial,ttyS0,115200Yinghai Lu2010-09-211-1/+1
* | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-272-1/+13
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | perf, x86: Catch spurious interrupts after disabling countersRobert Richter2010-09-241-1/+11
| * | | | | | | | tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt2010-09-221-0/+1
| * | | | | | | | tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge2010-09-221-0/+1
* | | | | | | | | mn10300: check __get_user/__put_user results...Al Viro2010-09-271-6/+6
* | | | | | | | | mn10300: get rid of set_fs(USER_DS) in sigframe setupAl Viro2010-09-271-4/+0
* | | | | | | | | mn10300: ->restart_block.fn needs to be reset on sigreturnAl Viro2010-09-271-0/+3
* | | | | | | | | mn10300: prevent double syscall restartsAl Viro2010-09-271-3/+9
* | | | | | | | | mn10300: avoid SIGSEGV delivery loopAl Viro2010-09-271-2/+2
* | | | | | | | | alpha: __get_user/__put_user results need to be checked...Al Viro2010-09-271-4/+4
* | | | | | | | | alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro2010-09-273-47/+12
* | | | | | | | | alpha: fix usp value in multithreaded coredumpsAl Viro2010-09-251-1/+1
* | | | | | | | | alpha: fix hae_cache race in RESTORE_ALLAl Viro2010-09-251-4/+7
* | | | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-09-242-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/hwmon: fix initialization of coretempJan Beulich2010-09-242-0/+2
* | | | | | | | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2010-09-241-7/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arch/tile: remove dead code from intvec_32.SChris Metcalf2010-09-241-7/+0
* | | | | | | | | | | m32r: fix breakage from "m32r: use generic ptrace_resume code"Al Viro2010-09-241-3/+4
* | | | | | | | | | | m32r: hole in shifting pc backAl Viro2010-09-241-21/+17
* | | | | | | | | | | m32r: don't block signals if sigframe setup has failedAl Viro2010-09-241-10/+13
* | | | | | | | | | | make m32r handle multiple pending signalsAl Viro2010-09-242-4/+6
* | | | | | | | | | | m32r: fix rt_sigsuspend()Al Viro2010-09-244-39/+14
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | MN10300: Arch doesn't support HAVE_ARCH_TRACEHOOKMark Salter2010-09-231-1/+0
* | | | | | | | | | MN10300: Fix SIGRTMAXMark Salter2010-09-231-1/+1
* | | | | | | | | | MN10300: Fix endianess of ext2 bitopsMark Salter2010-09-231-2/+2
* | | | | | | | | | uml: fix compile warningRichard Weinberger2010-09-223-6/+6
* | | | | | | | | | arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori2010-09-225-1/+21
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-224-104/+171
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sparc: Prevent no-handler signal syscall restart recursion.David S. Miller2010-09-213-1/+7
| * | | | | | | | | sparc: Don't mask signal when we can't setup signal frame.David S. Miller2010-09-213-58/+93
| * | | | | | | | | sparc64: Fix race in signal instruction flushing.David S. Miller2010-09-201-42/+60
| * | | | | | | | | sparc64: Support RAW perf events.David S. Miller2010-09-121-3/+11
* | | | | | | | | | powerpc: fix double syscall restartsAl Viro2010-09-223-3/+4
OpenPOWER on IntegriCloud