summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-152-67/+2
* y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-152-4/+4
* y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-152-3/+4
* y2038: rusage: use __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
* y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann2019-11-153-21/+21
* y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-1515-40/+40
* y2038: vdso: powerpc: avoid timespec referencesArnd Bergmann2019-11-155-21/+18
* y2038: vdso: nds32: open-code timespec_add_ns()Arnd Bergmann2019-11-151-18/+15
* y2038: vdso: change time_t to __kernel_old_time_tArnd Bergmann2019-11-153-6/+6
* y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-154-26/+26
* y2038: vdso: change timeval to __kernel_old_timevalArnd Bergmann2019-11-155-16/+16
* y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-151-8/+0
* Merge tag 'powerpc-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-11-026-18/+57
|\
| * powerpc/powernv: Fix CPU idle to be called with IRQs disabledNicholas Piggin2019-10-291-16/+37
| * powerpc/prom_init: Undo relocation before entering secure modeThiago Jung Bauermann2019-10-293-1/+18
| * powerpc/powernv/eeh: Fix oops when probing cxl devicesFrederic Barrat2019-10-251-1/+1
| * powerpc/32s: fix allow/prevent_user_access() when crossing segment boundaries.Christophe Leroy2019-10-171-0/+1
* | Merge tag 's390-5.4-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-11-024-18/+42
|\ \
| * | s390/idle: fix cpu idle time calculationHeiko Carstens2019-10-311-7/+22
| * | s390/unwind: fix mixing regs and spIlya Leoshkevich2019-10-312-5/+14
| * | s390/cmm: fix information leak in cmm_timeout_handler()Yihui ZENG2019-10-311-6/+6
* | | Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-011-2/+6
|\ \ \
| * | | um-ubd: Entrust re-queue to the upper layersAnton Ivanov2019-10-291-2/+6
| |/ /
* | | Merge tag 'riscv/for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-0123-15/+72
|\ \ \
| * | | RISC-V: Add PCIe I/O BAR memory mappingYash Shah2019-10-282-1/+13
| * | | riscv: for C functions called only from assembly, mark with __visiblePaul Walmsley2019-10-285-8/+8
| * | | riscv: fp: add missing __user pointer annotationsPaul Walmsley2019-10-281-2/+2
| * | | riscv: add missing header file includesPaul Walmsley2019-10-2813-0/+17
| * | | riscv: mark some code and data as file-staticPaul Walmsley2019-10-282-2/+2
| * | | riscv: init: merge split string literals in preprocessor directivePaul Walmsley2019-10-281-2/+1
| * | | riscv: add prototypes for assembly language functions from head.SPaul Walmsley2019-10-285-0/+29
| |/ /
* | | Merge branch 'parisc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-011-1/+1
|\ \ \
| * | | parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle2019-10-301-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-11-013-21/+43
|\ \ \ \
| * | | | perf/x86/uncore: Fix event group supportKan Liang2019-10-282-18/+38
| * | | | perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips2019-10-281-2/+4
| * | | | perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips2019-10-281-1/+1
| | |/ / | |/| |
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-011-1/+3
|\ \ \ \
| * | | | x86, efi: Never relocate kernel below lowest acceptable addressKairui Song2019-10-311-1/+3
| | |/ / | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-11-013-18/+58
|\ \ \ \
| * | | | arm64: apply ARM64_ERRATUM_843419 workaround for Brahma-B53 coreFlorian Fainelli2019-11-011-3/+20
| * | | | arm64: Brahma-B53 is SSB and spectre v2 safeFlorian Fainelli2019-11-011-0/+2
| * | | | arm64: apply ARM64_ERRATUM_845719 workaround for Brahma-B53 coreDoug Berger2019-11-012-2/+13
| * | | | arm64: cpufeature: Enable Qualcomm Falkor errata 1009 for KryoBjorn Andersson2019-10-311-6/+14
| * | | | arm64: cpufeature: Enable Qualcomm Falkor/Kryo errata 1003Bjorn Andersson2019-10-291-0/+1
| * | | | arm64: Ensure VM_WRITE|VM_SHARED ptes are clean by defaultCatalin Marinas2019-10-291-7/+8
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-11-012-13/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2019-10-312-13/+11
* | | | | Merge tag 'arc-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-10-283-2/+31
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | ARC: perf: Accommodate big-endian CPUAlexey Brodkin2019-10-221-2/+2