summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARC: [plat-hsdk]: Set initial core pll output frequencyEugeniy Paltsev2017-12-201-0/+8
| * | ARC: [plat-hsdk] Switch DisplayLink driver from fbdev to DRMAlexey Brodkin2017-12-201-2/+3
| * | arc: do not use __print_symbol()Sergey Senozhatsky2017-12-201-1/+1
| * | ARC: Fix detection of dual-issue enabledAlexey Brodkin2017-11-281-1/+1
| |/
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-11-258-56/+136
|\
| * ARC: perf: avoid vmalloc backed mmapVineet Gupta2017-11-211-1/+1
| * ARCv2: perf: optimize given that num counters <= 32Vineet Gupta2017-11-211-9/+7
| * ARCv2: perf: tweak overflow interruptVineet Gupta2017-11-211-10/+14
| * ARC: [plat-axs10x] DTS: Add reset controller node to manage ethernet resetEugeniy Paltsev2017-11-152-7/+8
| * ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop BufferVineet Gupta2017-11-132-5/+71
| * ARCv2: Accomodate HS48 MMUv5 by relaxing MMU ver checkingVineet Gupta2017-11-061-24/+33
| * ARC: [plat-axs10x] auto-select AXS101 or AXS103 given the ISA configVineet Gupta2017-10-291-0/+2
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+3
|\ \
| * | treewide: Fix typos in KconfigMasanari Iida2017-10-121-3/+3
* | | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-142-6/+3
|\ \ \
| * | | kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2017-11-091-4/+3
| * | | kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-081-1/+0
| * | | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-081-1/+0
* | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0723-6/+40
|\ \ \ \
| * \ \ \ Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0218-0/+18
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-029-0/+9
| | * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-029-0/+9
| | | |/ | | |/|
| * | | ARC: unbork module link errors with !CONFIG_ARC_HAS_LLSCVineet Gupta2017-10-111-0/+5
| * | | ARC: [plat-hsdk] Increase SDIO CIU frequency to 50000000HzEugeniy Paltsev2017-10-112-5/+16
| * | | ARC: [plat-hsdk] select CONFIG_RESET_HSDK from KconfigVineet Gupta2017-10-092-1/+1
| |/ /
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* | | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-4/+0
* | | locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon2017-10-101-4/+0
* | | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-3/+0
|/ /
* | ARC: [plat-hsdk]: Add reset controller node to manage ethernet resetEugeniy Paltsev2017-10-062-0/+10
* | ARC: [plat-hsdk]: Temporary fix to set CPU frequency to 1GHzEugeniy Paltsev2017-10-031-0/+42
* | ARC: fix allnoconfig build warningVineet Gupta2017-10-031-1/+1
* | ARCv2: boot log: identify HS48 cores (dual issue)Vineet Gupta2017-10-032-4/+16
* | ARC: boot log: decontaminate ARCv2 ISA_CONFIG registerVineet Gupta2017-10-032-8/+15
* | arc: remove redundant UTS_MACHINE define in arch/arc/MakefileMasahiro Yamada2017-10-031-2/+0
* | ARC: [plat-hsdk] use actual clk driver to manage cpu clkEugeniy Paltsev2017-10-032-3/+11
* | ARC: [*defconfig] Reenable soft lock-up detectorAlexey Brodkin2017-10-037-7/+7
* | ARC: [plat-axs10x] sdio: Temporary fix of sdio ciu frequencyEugeniy Paltsev2017-10-031-1/+8
* | ARC: [plat-hsdk] sdio: Temporary fix of sdio ciu frequencyEugeniy Paltsev2017-10-031-1/+11
* | ARC: [plat-axs103] Add temporary quirk to reset ethernet IPEugeniy Paltsev2017-10-031-0/+7
* | arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-221-3/+0
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-2/+2
* Merge tag 'arc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-09-0839-194/+725
|\
| * ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-012-3/+6
| * ARC: Show fault information passed to show_kernel_fault_diag()Jose Abreu2017-09-012-2/+5
| * ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin2017-09-018-2/+358
| * ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev2017-09-018-10/+18
| * ARCv2: IOC: Tighten up the contraints (specifically base / size alignment)Eugeniy Paltsev2017-09-011-8/+19
| * ARC: [plat-axs103] refactor the DT fudging codeVineet Gupta2017-09-011-24/+22
OpenPOWER on IntegriCloud