summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/pae: Use WRITE_ONCE()Peter Zijlstra2022-12-151-6/+6
* x86/mm/pae: Don't (ab)use atomic64Peter Zijlstra2022-12-151-5/+4
* mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-153-3/+3
* mm: Fix pmd_read_atomic()Peter Zijlstra2022-12-151-56/+0
* sh/mm: Make pmd_t similar to pte_tPeter Zijlstra2022-12-151-2/+8
* x86/mm/pae: Make pmd_t similar to pte_tPeter Zijlstra2022-12-154-31/+23
* x86/mm: Implement native set_memory_rox()Peter Zijlstra2022-12-152-0/+13
* mm: Introduce set_memory_rox()Peter Zijlstra2022-12-155-25/+14
* x86/mm: Do verify W^X at boot upPeter Zijlstra2022-12-151-4/+0
* x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra2022-12-152-12/+1
* x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2022-12-151-1/+1
* x86/mm: Randomize per-cpu entry areaPeter Zijlstra2022-12-154-10/+50
* x86/kasan: Map shadow for percpu pages on demandAndrey Ryabinin2022-12-153-4/+22
* Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-302-1/+5
|\
| * perf/mem: Rename PERF_MEM_LVLNUM_EXTN_MEM to PERF_MEM_LVLNUM_CXLRavi Bangoria2022-10-271-1/+1
| * perf/x86/rapl: Add support for Intel Raptor LakeZhang Rui2022-10-271-0/+3
| * perf/x86/rapl: Add support for Intel AlderLake-NZhang Rui2022-10-271-0/+1
* | Merge tag 'loongarch-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-306-26/+20
|\ \
| * | LoongArch: BPF: Avoid declare variables in switch-caseHuacai Chen2022-10-291-18/+13
| * | LoongArch: Use flexible-array member instead of zero-length arrayYushan Zhou2022-10-291-1/+1
| * | LoongArch: Remove unused kernel stack paddingJinyang He2022-10-295-7/+6
| |/
* | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-303-10/+15
|\ \
| * | x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-281-4/+7
| * | x86: asm: make sure __put_user_size() evaluates pointer onceAlexander Potapenko2022-10-281-6/+7
| * | x86/purgatory: disable KMSAN instrumentationAlexander Potapenko2022-10-281-0/+1
* | | Merge tag 'powerpc-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-2913-45/+212
|\ \ \
| * | | powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin2022-10-261-2/+11
| * | | powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin2022-10-182-7/+21
| * | | powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warningNicholas Piggin2022-10-182-3/+16
| * | | KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin2022-10-181-0/+4
| * | | powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin2022-10-181-1/+11
| * | | powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin2022-10-181-3/+5
| * | | powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin2022-10-181-0/+6
| * | | powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin2022-10-181-6/+6
| * | | powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeNicholas Piggin2022-10-181-2/+25
| * | | powerpc/64s: Add lockdep for HPTE lockNicholas Piggin2022-10-181-7/+35
| * | | powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPUHaren Myneni2022-10-183-14/+45
| * | | powerpc/pseries/vas: Add VAS IRQ primary handlerHaren Myneni2022-10-182-7/+34
| |/ /
* | | Merge tag 's390-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-10-295-10/+21
|\ \ \
| * | | s390/pai: fix raw data collection for PMU pai_extThomas Richter2022-10-261-0/+1
| * | | s390/boot: add secure boot trailerPeter Oberparleiter2022-10-261-2/+11
| * | | s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i...Heiko Carstens2022-10-261-4/+4
| * | | s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Heiko Carstens2022-10-261-1/+2
| * | | s390/uaccess: add missing EX_TABLE entries to __clear_user()Heiko Carstens2022-10-261-3/+3
| | |/ | |/|
* | | Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-296-14/+29
|\ \ \
| * | | RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones2022-10-281-0/+3
| * | | Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt2022-10-283-9/+16
| |\ \ \
| | * | | riscv: fix detection of toolchain Zihintpause supportConor Dooley2022-10-283-3/+9
| | * | | riscv: fix detection of toolchain Zicbom supportConor Dooley2022-10-282-6/+7
| * | | | riscv: mm: add missing memcpy in kasan_initQinglin Pan2022-10-271-1/+6