summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* kmemcheck: rip it out for realMichal Hocko2017-12-0810-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-0834-67/+120
|\
| * s390/uapi: correct whitespace & coding style in asm/ptrace.hHendrik Brueckner2017-12-051-66/+52
| * arm64/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-052-0/+11
| * s390/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-054-3/+29
| * bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-0528-0/+30
* | Merge tag 'powerpc-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-089-29/+54
|\ \
| * | powerpc/xmon: Don't print hashed pointers in xmonMichael Ellerman2017-12-071-5/+5
| * | powerpc/64s: Initialize ISAv3 MMU registers before setting partition tableNicholas Piggin2017-12-061-0/+2
| * | Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson2017-12-056-22/+45
| * | powerpc/perf: Fix oops when grouping different pmu eventsRavi Bangoria2017-12-041-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-12-0826-30/+39
|\ \
| * | s390: fix compat system call tableHeiko Carstens2017-12-071-3/+3
| * | s390/mm: fix off-by-one bug in 5-level page table handlingHeiko Carstens2017-12-051-2/+0
| * | s390: Remove redudant license textMartin Schwidefsky2017-12-052-10/+0
| * | s390: add a few more SPDX identifiersMartin Schwidefsky2017-12-0522-0/+22
| * | s390: always save and restore all registers on context switchHeiko Carstens2017-12-051-14/+13
| * | s390/virtio: add BSD license to virtio-ccwMichael S. Tsirkin2017-12-051-1/+1
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-12-084-47/+63
|\ \
| * | arm64/sve: Avoid dereference of dead task_struct in KVM guest entryDave Martin2017-12-061-12/+16
| * | arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlbWill Deacon2017-12-061-14/+10
| * | arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mmWill Deacon2017-12-062-12/+14
| * | arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu.Dave Martin2017-12-061-10/+15
| * | arm64: fpsimd: Prevent registers leaking from dead tasksDave Martin2017-12-061-0/+9
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2017-12-064-1/+6
|\ \
| * | m68k/defconfig: fix stmark2 broken local compilationAngelo Dureghello2017-12-041-1/+0
| * | m68k: add missing SOFTIRQENTRY_TEXT linker sectionGreg Ungerer2017-12-043-0/+6
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-0615-44/+107
|\ \
| * | x86/vdso: Change time() prototype to match __vdso_time()Arnd Bergmann2017-12-061-1/+1
| * | x86: Fix Sparse warnings about non-static functionsColin Ian King2017-12-062-4/+4
| * | x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski2017-12-061-4/+17
| * | x86/PCI: Make broadcom_postcore_init() check acpi_disabledRafael J. Wysocki2017-12-061-1/+1
| * | x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky2017-12-061-0/+4
| * | x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-062-2/+6
| * | x86/idt: Load idt early in start_secondaryChunyu Hu2017-11-281-1/+1
| * | x86/xen: Support early interrupts in xen pv guestsJuergen Gross2017-11-284-14/+53
| * | x86/tlb: Disable interrupts when changing CR4Nadav Amit2017-11-252-4/+9
| * | x86/tlb: Refactor CR4 setting and shadow writeNadav Amit2017-11-251-13/+11
* | | x86: don't hash faulting address in oops printoutLinus Torvalds2017-12-051-1/+1
* | | locking/refcounts: Do not force refcount_t usage as GPL-only exportKees Cook2017-12-051-1/+1
* | | Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-052-1/+22
|\ \ \ | |_|/ |/| |
| * | MIPS: Add custom serial.h with BASE_BAUD override for generic kernelMatt Redfearn2017-11-282-1/+22
* | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-12-031-2/+2
|\ \ \
| * | | ARM: avoid faulting on qemuRussell King2017-11-271-2/+2
* | | | Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...Linus Torvalds2017-12-0133-140/+492
|\ \ \ \
| * \ \ \ RISC-V: Fixes for clean allmodconfig buildPalmer Dabbelt2017-12-0112-21/+39
| |\ \ \ \
| | * | | | RISC-V: Add missing includeOlof Johansson2017-11-301-0/+1
| | * | | | RISC-V: Use define for get_cycles like other architecturesOlof Johansson2017-11-301-1/+2
| | * | | | RISC-V: Provide stub of setup_profiling_timer()Olof Johansson2017-11-301-0/+7
| | * | | | RISC-V: Export some expected symbols for modulesOlof Johansson2017-11-303-0/+6