summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-214-32/+9
* signal/x86: Pass pkey by valueEric W. Biederman2018-09-211-7/+7
* signal/x86: Replace force_sig_info_fault with force_sig_faultEric W. Biederman2018-09-211-19/+4
* signal/x86: Call force_sig_pkuerr from __bad_area_nosemaphoreEric W. Biederman2018-09-211-52/+24
* signal/x86: Pass pkey not vma into __bad_areaEric W. Biederman2018-09-211-12/+8
* signal/x86: Don't compute pkey in __do_page_faultEric W. Biederman2018-09-211-4/+0
* signal/x86: Remove pkey parameter from mm_fault_errorEric W. Biederman2018-09-211-2/+2
* signal/x86: Remove the pkey parameter from do_sigbusEric W. Biederman2018-09-211-3/+3
* signal/x86: Remove pkey parameter from bad_area_nosemaphoreEric W. Biederman2018-09-211-7/+7
* signal/x86/traps: Simplify trap generationEric W. Biederman2018-09-211-61/+24
* signal/x86/traps: Use force_sig instead of open coding it.Eric W. Biederman2018-09-211-1/+1
* signal/x86/traps: Use force_sig_bnderrEric W. Biederman2018-09-211-10/+9
* signal/x86/traps: Move more code into do_trap_no_signal so it can be reusedEric W. Biederman2018-09-211-16/+14
* signal/x86/traps: Factor out show_signalEric W. Biederman2018-09-191-18/+19
* signal/x86: Move mpx siginfo generation into do_boundsEric W. Biederman2018-09-193-29/+32
* signal/x86: In trace_mpx_bounds_register_exception add __user annotationsEric W. Biederman2018-09-191-2/+2
* signal/x86: Use send_sig_mceerr as apropriateEric W. Biederman2018-09-191-10/+1
* signal/x86: Move MCE error reporting out of force_sig_info_faultEric W. Biederman2018-09-191-13/+13
* signal/x86: Inline fill_sigtrap_info in it's only caller send_sigtrapEric W. Biederman2018-09-191-15/+7
* signal: Simplify tracehook_report_syscall_exitEric W. Biederman2018-09-194-13/+9
* signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman2018-09-111-1/+1
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-262-62/+8
|\
| * ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-221-22/+4
| * ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-221-40/+4
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-261-0/+33
|\ \
| * \ Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-181-0/+33
| |\ \
| | * | x86: Add entry trampolines to kcoreAdrian Hunter2018-08-151-0/+10
| | * | kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-151-0/+23
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-268-10/+15
|\ \ \ \
| * | | | x86/speculation/l1tf: Suggest what to do on systems with too much RAMVlastimil Babka2018-08-241-0/+4
| * | | | x86/speculation/l1tf: Fix off-by-one error when warning that system has too m...Vlastimil Babka2018-08-243-3/+3
| * | | | x86/kvm/vmx: Remove duplicate l1d flush definitionsJosh Poimboeuf2018-08-201-3/+0
| * | | | x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bitVlastimil Babka2018-08-202-4/+4
| * | | | x86/process: Re-export start_thread()Rian Hunter2018-08-201-0/+1
| * | | | x86/mce: Add notifier_block forward declarationArnd Bergmann2018-08-201-0/+1
| * | | | x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski2018-08-201-2/+4
* | | | | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-264-50/+61
|\ \ \ \ \
| * | | | | x86/memory_failure: Introduce {set, clear}_mce_nospec()Dan Williams2018-08-203-50/+45
| * | | | | x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addressesDan Williams2018-08-201-0/+16
* | | | | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-08-2511-9/+11
|\ \ \ \ \ \
| * | | | | | arm64: rockchip: Force CONFIG_PM on Rockchip systemsMarc Zyngier2018-08-241-0/+1
| * | | | | | ARM: rockchip: Force CONFIG_PM on Rockchip systemsMarc Zyngier2018-08-241-0/+1
| * | | | | | arm64: dts: Fix various entry-method properties to reflect documentationAmit Kucheria2018-08-249-9/+9
| |/ / / / /
* | | | | | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-2523-39/+36
|\ \ \ \ \ \
| * | | | | | kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-2423-39/+36
* | | | | | | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-242-0/+13
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-08154-503/+932
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | | | | * | | | | | iommu: Add config option to set passthrough as defaultOlof Johansson2018-07-271-0/+8
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | | * | | | | | x86: irq_remapping: Move irq remapping mode enumSuravee Suthikulpanit2018-07-061-0/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-2415-75/+168
|\ \ \ \ \ \ \ \ \