aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-01perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo
2021-07-01perf cs-etm: Delay decode of non-timeless data until cs_etm__flush_events()James Clark
2021-07-01tools headers UAPI: Synch KVM's svm.h header with the kernelArnaldo Carvalho de Melo
2021-07-01tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo
2021-07-01tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo
2021-07-01tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo
2021-07-01tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo
2021-07-01tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-07-01perf arm-spe: Don't wait for PERF_RECORD_EXIT eventLeo Yan
2021-07-01perf arm-spe: Bail out if the trace is later than perf eventLeo Yan
2021-07-01perf arm-spe: Assign kernel time to synthesized eventLeo Yan
2021-07-01perf arm-spe: Convert event kernel time to counter valueLeo Yan
2021-07-01perf arm-spe: Save clock parameters from TIME_CONV eventLeo Yan
2021-07-01perf cs-etm: Remove callback cs_etm_find_snapshot()Leo Yan
2021-07-01perf bpf_counter: Move common functions to bpf_counter.hNamhyung Kim
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-01tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULTPaul Burton
2021-07-01ipc/util.c: use binary search for max_idxManfred Spraul
2021-07-01ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lockManfred Spraul
2021-07-01ipc: use kmalloc for msg_queue and shmid_kernelVasily Averin
2021-07-01ipc sem: use kvmalloc for sem_undo allocationVasily Averin
2021-07-01lib/decompressors: remove set but not used variabled 'level'Yu Kuai
2021-07-01selftests/vm/pkeys: exercise x86 XSAVE init stateDave Hansen
2021-07-01selftests/vm/pkeys: refill shadow register after implicit kernel writeDave Hansen
2021-07-01selftests/vm/pkeys: handle negative sys_pkey_alloc() return codeDave Hansen
2021-07-01selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver
2021-07-01exec: remove checks in __register_bimfmt()Alexey Dobriyan
2021-07-01x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro
2021-07-01hfsplus: report create_date to kstat.btimeChung-Chiang Cheng
2021-07-01hfsplus: remove unnecessary oom messageZhen Lei
2021-07-01nilfs2: remove redundant continue statement in a while-loopColin Ian King
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song
2021-07-01init: print out unknown kernel parametersAndrew Halaney
2021-07-01checkpatch: do not complain about positive return values starting with EPOLLGuenter Roeck
2021-07-01checkpatch: improve the indented label testJoe Perches
2021-07-01checkpatch: scripts/spdxcheck.py now requires python3Guenter Roeck
2021-07-01lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov
2021-07-01lz4_decompress: declare LZ4_decompress_safe_withPrefix64k staticRajat Asthana
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko
2021-07-01lib/test_string.c: allow module removalMatteo Croce
2021-07-01lib: uninline simple_strtoull()Alexey Dobriyan
2021-07-01lib: memscan() fixletAlexey Dobriyan
2021-07-01lib/mpi: fix spelling mistakesZhen Lei
2021-07-01lib/decompressors: fix spelling mistakesZhen Lei
2021-07-01lib/math/rational: add Kunit test casesTrent Piepho
2021-07-01lib/math/rational.c: fix divide by zeroTrent Piepho
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko
2021-07-01nfsd: avoid non-flexible API in seq_quote_mem()Andy Shevchenko
2021-07-01seq_file: convert seq_escape() to use seq_escape_str()Andy Shevchenko