summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* CRISv32: use GENERIC_SCHED_CLOCKRabin Vincent2015-03-253-0/+12
* CRISv32: use MMIO clocksourceRabin Vincent2015-03-252-21/+5
* CRISv32: use generic clockeventsRabin Vincent2015-03-252-60/+86
* CRIS: use generic headers via KbuildRabin Vincent2015-03-2513-53/+12
* CRIS: use generic cmpxchg.hRabin Vincent2015-03-252-51/+1
* CRIS: use generic atomic.hRabin Vincent2015-03-254-165/+1
* CRIS: use generic atomic bitopsRabin Vincent2015-03-251-110/+1
* CRISv10: remove redundant macros from system.hRabin Vincent2015-03-251-8/+0
* CRIS: remove SMP codeRabin Vincent2015-03-2517-638/+1
* CRISv32: don't enable irqs in INIT_THREADRabin Vincent2015-03-251-2/+1
* CRISv32: handle multiple signalsRabin Vincent2015-03-252-32/+26
* CRISv32: prevent bogus restarts on sigreturnRabin Vincent2015-03-252-2/+8
* CRISv32: don't attempt syscall restart on irq exitRabin Vincent2015-03-251-0/+2
* CRIS: add Axis 88 board device treeRabin Vincent2015-03-252-0/+56
* CRISv32: add device tree supportRabin Vincent2015-03-256-0/+46
* CRISv32: add irq domains supportRabin Vincent2015-03-252-3/+26
* CRIS: enable GPIOLIBRabin Vincent2015-03-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-03-237-15/+141
|\
| * sparc64: Fix several bugs in memmove().David S. Miller2015-03-231-3/+32
| * sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern2015-03-191-0/+4
| * sparc: perf: Add support M7 processorDavid Ahern2015-03-195-0/+102
| * sparc: perf: Make counting mode actually workDavid Ahern2015-03-191-8/+3
| * sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern2015-03-191-4/+0
* | Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-03-214-31/+24
|\ \
| * | Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki2015-03-204-31/+24
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-03-213-5/+19
|\ \ \
| * | | arm64: Honor __GFP_ZERO in dma allocationsSuzuki K. Poulose2015-03-201-3/+9
| * | | arm64: efi: don't restore TTBR0 if active_mm points at init_mmWill Deacon2015-03-202-2/+10
| |/ /
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-03-215-23/+23
|\ \ \ | |_|/ |/| |
| * | ARM: 8313/1: Use read_cpuid_ext() macro instead of inline asmMason2015-03-181-4/+1
| * | ARM: 8311/1: Don't use is_module_addr in setting page attributesLaura Abbott2015-03-181-1/+4
| * | ARM: 8310/1: l2c: Fix prefetch settings dt parsingFabrice Gasnier2015-03-181-17/+16
| * | ARM: dump pgd, pmd and pte states on unhandled data abort faultsRussell King2015-03-101-0/+1
| * | ARM: dma-api: fix off-by-one error in __dma_supported()Russell King2015-03-101-1/+1
* | | Merge tag 'nios2-fixes-v4.0-rc5' of git://git.rocketboards.org/linux-socfpga-...Linus Torvalds2015-03-192-7/+0
|\ \ \
| * | | nios2: mm: do not invoke OOM killer on kernel fault OOMLey Foon Tan2015-03-161-6/+0
| * | | nios2: Remove ucontext.h from exported arch headersTobias Klauser2015-03-161-1/+0
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-03-199-53/+41
|\ \ \
| * | | sparc: Fix /proc/kcoreDavid S. Miller2015-03-182-1/+4
| * | | sparc: semtimedop() unreachable due to comparison errorRob Gardner2015-03-031-1/+1
| * | | sparc: io_64.h: Replace io function-link macrosRicardo Ribalda2015-03-011-10/+10
| * | | sparc64: fatal trap should stop all cpusDave Kleikamp2015-03-012-3/+26
| * | | arch: sparc: kernel: starfire.c: Remove unused functionRickard Strandqvist2015-03-012-6/+0
| * | | arch: sparc: kernel: traps_64.c: Remove some unused functionsRickard Strandqvist2015-03-012-32/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-03-183-10/+18
|\ \ \ \
| * | | | crypto: aesni - fix memory usage in GCM decryptionStephan Mueller2015-03-131-2/+2
| * | | | crypto: arm/aes update NEON AES module to latest OpenSSL versionArd Biesheuvel2015-03-022-8/+16
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-1713-73/+66
|\ \ \ \
| * | | | Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2015-03-167-61/+17
| * | | | x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov2015-03-131-1/+1