summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched: Harden PREEMPT_DYNAMICPeter Zijlstra2021-02-171-2/+2
* static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2021-02-171-0/+7
* preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)2021-02-171-8/+26
* preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko2021-02-172-0/+10
* static_call/x86: Add __static_call_return0()Peter Zijlstra2021-02-171-2/+15
* sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann2021-02-171-1/+1
* Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-141-2/+0
|\
| * sparc: remove wrong comment from arch/sparc/include/asm/KbuildMasahiro Yamada2021-02-141-2/+0
* | Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-144-7/+22
|\ \
| * | x86/pci: Create PCI/MSI irqdomain after x86_init.pci.arch_init()Thomas Gleixner2021-02-101-4/+11
| * | x86/build: Disable CET instrumentation in the kernel for 32-bit tooBorislav Petkov2021-02-091-3/+3
| * | x86/sgx: Maintain encl->refcount for each encl->mm_list entryJarkko Sakkinen2021-02-082-0/+8
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-02-132-1/+4
|\ \
| * | h8300: fix PREEMPTION build, TI_PRE_COUNT undefinedRandy Dunlap2021-02-131-0/+3
| * | m68k: make __pfn_to_phys() and __phys_to_pfn() available for !MMUMike Rapoport2021-02-131-1/+1
* | | Merge tag 'for-linus-5.11-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-121-2/+0
|\ \ \
| * | | arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2021-02-111-2/+0
* | | | Merge tag 'riscv-for-linus-5.11-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-121-1/+0
|\ \ \ \
| * | | | Revert "dts: phy: add GPIO number and active state used for phy reset"Palmer Dabbelt2021-02-111-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-02-122-6/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero pageCatalin Marinas2021-02-122-6/+3
* | | | Merge tag 'powerpc-5.11-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-123-9/+12
|\ \ \ \
| * | | | powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mmAneesh Kumar K.V2021-02-063-9/+12
* | | | | cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not thereRafael J. Wysocki2021-02-081-0/+1
| |_|/ / |/| | |
* | | | Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-072-4/+8
|\ \ \ \
| * | | | entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2021-02-062-4/+8
* | | | | Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-079-55/+76
|\ \ \ \ \
| * | | | | x86/efi: Remove EFI PGD build time checksBorislav Petkov2021-02-061-19/+0
| * | | | | x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan2021-02-051-0/+8
| * | | | | x86/debug: Prevent data breakpoints on __per_cpu_offsetLai Jiangshan2021-02-051-0/+14
| * | | | | x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-045-15/+32
| * | | | | x86/split_lock: Enable the split lock feature on another Alder Lake CPUFenghua Yu2021-02-011-0/+1
| * | | | | x86/debug: Fix DR6 handlingPeter Zijlstra2021-02-011-21/+18
| * | | | | x86/build: Disable CET instrumentation in the kernelJosh Poimboeuf2021-01-291-0/+3
* | | | | | Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-072-2/+2
|\ \ \ \ \ \
| * | | | | | kbuild: remove PYTHON variableMasahiro Yamada2021-02-012-2/+2
* | | | | | | Merge tag 'riscv-for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-074-5/+12
|\ \ \ \ \ \ \
| * | | | | | | RISC-V: Define MAXPHYSMEM_1GB only for RV32Atish Patra2021-02-031-0/+2
| * | | | | | | riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe2021-02-031-3/+3
| * | | | | | | RISC-V: Fix .init section permission updateAtish Patra2021-02-031-1/+3
| * | | | | | | riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti2021-02-031-1/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'powerpc-5.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-078-21/+23
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64() semanticsRaoni Fassina Firmino2021-02-022-2/+11
| * | | | | | powerpc/vdso64: remove meaningless vgettimeofday.o build ruleMasahiro Yamada2021-01-301-2/+0
| * | | | | | powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.oMasahiro Yamada2021-01-305-11/+4
| * | | | | | powerpc/sstep: Fix array out of bound warningRavi Bangoria2021-01-301-6/+8
* | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-077-78/+77
|\ \ \ \ \ \ \
| * | | | | | | ARM: kexec: fix oops after TLB are invalidatedRussell King2021-02-054-39/+36
| * | | | | | | ARM: ensure the signal page contains defined contentsRussell King2021-02-051-6/+8
| * | | | | | | ARM: 9043/1: tegra: Fix misplaced tegra_uart_config in decompressorDmitry Osipenko2021-01-291-27/+27