summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Replace RFI by RFI_TO_KERNEL and remove RFIChristophe Leroy2020-11-192-3/+7
* powerpc/powernv/sriov: fix unsigned int win compared to less than zeroKaixu Xia2020-11-191-1/+1
* Revert "powerpc/pseries/hotplug-cpu: Remove double free in error path"Zhang Xiaoxu2020-11-191-0/+1
* powerpc/64s/perf: perf interrupt does not have to get_user_pages to access us...Nicholas Piggin2020-11-192-2/+3
* powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.SYouling Tang2020-11-191-18/+1
* powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy2020-11-191-5/+0
* powerpc/mm: Update tlbiel loop on POWER10Aneesh Kumar K.V2020-11-193-9/+32
* powerpc: Avoid broken GCC __attribute__((optimize))Ard Biesheuvel2020-11-194-9/+6
* powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()Qinglang Miao2020-11-191-1/+1
* selftests/powerpc/eeh: disable kselftest timeout setting for eeh-basicPo-Hsu Lin2020-11-192-1/+2
* powerpc/ps3: Drop unused DBG macroMichael Ellerman2020-11-191-7/+0
* powerpc/85xx: Fix declaration made after definitionMichael Ellerman2020-11-191-2/+1
* powerpc/mm: Move setting PTE specific flags to pfn_pmd()Aneesh Kumar K.V2020-11-192-2/+23
* powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy2020-11-191-2/+21
* powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to CJordan Niethe2020-11-194-260/+287
* powerpc/64: Set up a kernel stack for secondaries before cpu_restore()Jordan Niethe2020-11-022-6/+6
* Linux 5.10-rc2v5.10-rc2Linus Torvalds2020-11-011-1/+1
* Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-011-13/+30
|\
| * x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra2020-10-271-3/+6
| * x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra2020-10-271-6/+6
| * x86/debug: Fix BTF handlingPeter Zijlstra2020-10-271-7/+21
* | Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-015-16/+6
|\ \
| * | time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-10-262-4/+4
| * | timers: Remove unused inline funtion debug_timer_free()YueHaibing2020-10-261-5/+0
| * | hrtimer: Remove unused inline function debug_hrtimer_free()YueHaibing2020-10-261-5/+0
| * | time/sched_clock: Mark sched_clock_read_begin/retry() as notraceQuanyang Wang2020-10-261-2/+2
* | | Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-012-2/+2
|\ \ \
| * | | stop_machine, rcu: Mark functions as notraceZong Li2020-10-262-2/+2
| |/ /
* | | Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-012-14/+10
|\ \ \
| * | | lockdep: Fix nr_unused_locks accountingPeter Zijlstra2020-10-301-10/+4
| * | | locking/lockdep: Remove more raw_cpu_read() usagePeter Zijlstra2020-10-301-1/+1
| * | | futex: Fix incorrect should_fail_futex() handlingMateusz Nosek2020-10-281-1/+3
| * | | lockdep: Fix preemption WARN for spurious IRQ-enablePeter Zijlstra2020-10-221-2/+2
* | | | Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-0195-26793/+34
|\ \ \ \
| * \ \ \ Merge tag 'icc-5.10-rc2' of https://git.linaro.org/people/georgi.djakov/linux...Greg Kroah-Hartman2020-10-306-13/+25
| |\ \ \ \
| | * | | | interconnect: qcom: use icc_sync state for sm8[12]50Dmitry Baryshkov2020-10-272-6/+8
| | * | | | interconnect: qcom: Ensure that the floor bandwidth value is enforcedGeorgi Djakov2020-10-221-0/+7
| | * | | | interconnect: qcom: sc7180: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | * | | | interconnect: qcom: sdm845: Init BCMs before creating the nodesGeorgi Djakov2020-10-151-3/+3
| | * | | | interconnect: Aggregate before setting initial bandwidthGeorgi Djakov2020-10-151-0/+3
| | * | | | interconnect: qcom: sdm845: Enable keepalive for the MM1 BCMGeorgi Djakov2020-10-151-1/+1
| * | | | | coresight: cti: Initialize dynamic sysfs attributesSuzuki K Poulose2020-10-291-0/+7
| * | | | | coresight: Fix uninitialised pointer bug in etm_setup_aux()Mike Leach2020-10-291-1/+1
| * | | | | coresight: add module licenseArnd Bergmann2020-10-291-0/+1
| * | | | | misc: mic: remove the MIC driversSudeep Dutt2020-10-2886-26779/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-01250-2493/+4134
|\ \ \ \ \
| * | | | | scripts: get_abi.pl: assume ReST format by defaultMauro Carvalho Chehab2020-10-301-1/+1
| * | | | | docs: ABI: sysfs-class-led-trigger-pattern: remove hw_pattern duplicationMauro Carvalho Chehab2020-10-306-159/+170
| * | | | | docs: ABI: sysfs-class-backlight: unify ABI documentationMauro Carvalho Chehab2020-10-303-46/+65
| * | | | | docs: ABI: sysfs-c2port: remove a duplicated entryMauro Carvalho Chehab2020-10-301-7/+0