summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* bus: ti-sysc: Make omap_hwmod_sysc_fields into sysc_regbits platform dataTony Lindgren2017-12-213-39/+24
* ARM: OMAP2+: Move all omap_hwmod_sysc_fields to omap_hwmod_common_data.cTony Lindgren2017-12-215-43/+39
* ARM: dts: Add generic ti,sysc compatible in addition to the custom onesTony Lindgren2017-12-212-12/+12
* Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-266-6/+42
|\
| * ARM: BUG if jumping to usermode address in kernel modeRussell King2017-11-262-0/+24
| * ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: 8721/1: mm: dump: check hardware RO bit for LPAEPhilip Derrin2017-11-211-2/+2
| * ARM: make decompressor debug output user selectableRussell King2017-11-211-2/+2
| * ARM: fix get_user_pages_fastRussell King2017-11-211-0/+12
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-2626-413/+272
|\ \
| * | x86/decoder: Add new TEST instruction patternMasami Hiramatsu2017-11-241-1/+1
| * | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-236-262/+2
| * | x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov2017-11-233-4/+4
| * | x86/boot/KASLR: Remove unused variableChao Fan2017-11-231-3/+2
| * | x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-231-2/+8
| * | x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-11-222-8/+137
| * | x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski2017-11-221-2/+2
| * | x86/umip: Print a warning into the syslog if UMIP-protected instructions are ...Ricardo Neri2017-11-211-4/+58
| * | x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava2017-11-171-45/+10
| * | x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2017-11-172-44/+30
| * | perf/x86/intel/uncore: Cache logical pkg id in uncore driverAndi Kleen2017-11-173-4/+4
| * | x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan2017-11-171-22/+5
| * | x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan2017-11-171-1/+33
| * | x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky2017-11-171-2/+4
| * | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-162-0/+20
| * | x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-164-6/+62
| * | x86/umip: Identify the STR and SLDT instructionsRicardo Neri2017-11-141-8/+16
| * | x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri2017-11-141-0/+2
| * | x86/umip: Select X86_INTEL_UMIP by defaultRicardo Neri2017-11-141-3/+9
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-262-12/+31
|\ \ \
| * | | perf/x86/intel/uncore: Add event constraint for BDX PCUKan Liang2017-11-141-0/+8
| * | | perf/x86/intel: Hide TSX events when RTM is not supportedAndi Kleen2017-11-131-12/+23
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-2521-71/+58
|\ \ \ \
| * | | | m68k/macboing: Fix missed timer callback assignmentKees Cook2017-11-241-2/+2
| * | | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-211-4/+3
| * | | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2113-41/+38
| * | | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-214-14/+7
| * | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-216-12/+12
| * | | | s390: cmm: Convert timers to use timer_setup()Kees Cook2017-11-211-5/+3
* | | | | 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 tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-11-2513-37/+0
|\ \ \ \ \ \
| * | | | | | kbuild: remove all dummy assignments to obj-Masahiro Yamada2017-11-1813-37/+0
* | | | | | | Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-246-44/+134
|\ \ \ \ \ \ \