summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools x86 headers: Update required-features.h header from the kernelArnaldo Carvalho de Melo2020-11-031-1/+1
* tools x86 headers: Update cpufeatures.h headers copiesArnaldo Carvalho de Melo2020-11-032-2/+13
* tools headers UAPI: Update fscrypt.h copyArnaldo Carvalho de Melo2020-11-031-3/+3
* tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-11-031-3/+56
* tools headers UAPI: Sync prctl.h with the kernel sourcesArnaldo Carvalho de Melo2020-11-031-0/+9
* perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-031-5/+2
* perf tools: Remove broken __no_tail_call attributePeter Zijlstra2020-11-033-20/+5
* perf vendor events: Fix DRAM_BW_Use 0 issue for CLX/SKXJin Yao2020-11-032-2/+2
* perf trace: Fix segfault when trying to trace events by cgroupStanislav Ivanichkin2020-11-031-6/+9
* perf tools: Fix crash with non-jited bpf progsTommi Rantala2020-11-033-1/+19
* tools headers UAPI: Update process_madvise affected filesArnaldo Carvalho de Melo2020-11-032-5/+10
* perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo2020-11-032-0/+15
* perf tools: Remove LTO compiler options when building perl supportJustin M. Forbes2020-11-031-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-11-0214-105/+275
|\
| * kernel/hung_task.c: make type annotations consistentLukas Bulwahn2020-11-021-2/+1
| * epoll: add a selftest for epoll timeout raceSoheil Hassas Yeganeh2020-11-021-0/+95
| * mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe2020-11-022-4/+9
| * mm, oom: keep oom_adj under or at upper limit when printingCharles Haithcock2020-11-021-0/+2
| * kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang2020-11-021-1/+2
| * mm/truncate.c: make __invalidate_mapping_pages() staticJason Yan2020-11-021-1/+1
| * lib/crc32test: remove extra local_irq_disable/enableVasily Gorbik2020-11-021-4/+0
| * ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov2020-11-021-9/+10
| * mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-021-3/+3
| * kasan: adopt KUNIT tests to SW_TAGS modeAndrey Konovalov2020-11-021-42/+107
| * mm: memcg: link page counters to root if use_hierarchy is falseRoman Gushchin2020-11-021-5/+10
| * mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcgzhongjiang-ali2020-11-021-2/+8
| * hugetlb_cgroup: fix reservation accountingMike Kravetz2020-11-021-9/+11
| * mm/mremap_pages: fix static key devmap_managed_key updatesRalph Campbell2020-11-021-23/+16
* | of: Drop superfluous ULL suffix for ~0Geert Uytterhoeven2020-11-021-1/+1
|/
* 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