summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf env: Fix sibling_dies memory leakRiccardo Mancini2021-07-151-0/+1
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-1/+3
* perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-0/+2
* perf inject: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-2/+3
* perf cs-etm: Split Coresight decode by aux recordsJames Clark2021-07-141-1/+167
* tools headers: Remove broken definition of __LITTLE_ENDIANArnaldo Carvalho de Melo2021-07-141-6/+0
* perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo2021-07-141-1/+1
* libperf: Fix build error with LIBPFM4=1Heiko Carstens2021-07-141-1/+1
* tools headers UAPI: Sync files changed by the memfd_secret new syscallArnaldo Carvalho de Melo2021-07-143-1/+8
* perf stat: Merge uncore events by default for hybrid platformJin Yao2021-07-142-4/+13
* perf tests: Fix 'Convert perf time to TSC' on core-only systemJin Yao2021-07-141-1/+2
* perf tests: Fix 'Roundtrip evsel->name' on core-only systemJin Yao2021-07-141-1/+2
* perf tests: Fix 'Parse event definition strings' on core-only systemJin Yao2021-07-141-6/+10
* perf pmu: Skip invalid hybrid pmuJin Yao2021-07-141-1/+8
* Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds2021-07-133-38/+116
|\
| * vboxsf: Add support for the atomic_open directory-inode opHans de Goede2021-06-231-0/+48
| * vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede2021-06-232-27/+51
| * vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede2021-06-231-7/+11
| * vboxsf: Honor excl flag to the dir-inode create opHans de Goede2021-06-231-7/+9
* | Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-139-286/+687
|\ \
| * | btrfs: zoned: fix wrong mutex unlock on failure to allocate log root treeFilipe Manana2021-07-071-1/+1
| * | btrfs: don't block if we can't acquire the reclaim lockJohannes Thumshirn2021-07-071-1/+9
| * | btrfs: properly split extent_map for REQ_OP_ZONE_APPENDNaohiro Aota2021-07-071-29/+118
| * | btrfs: rework chunk allocation to avoid exhaustion of the system chunk arrayFilipe Manana2021-07-077-184/+546
| * | btrfs: fix deadlock with concurrent chunk allocations involving system chunksFilipe Manana2021-07-073-69/+1
| * | btrfs: zoned: print unusable percentage when reclaiming block groupsJohannes Thumshirn2021-07-071-2/+12
| * | btrfs: zoned: fix types for u64 division in btrfs_reclaim_bgs_workDavid Sterba2021-07-071-1/+1
* | | sd: don't mess with SD_MINORS for CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig2021-07-121-4/+0
* | | mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-124-53/+11
* | | mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins2021-07-121-17/+22
* | | Linux 5.14-rc1v5.14-rc1Linus Torvalds2021-07-121-2/+2
* | | mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins2021-07-121-3/+3
* | | mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins2021-07-121-6/+5
* | | mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins2021-07-121-5/+8
* | | mm/rmap: fix comments left over from recent changesHugh Dickins2021-07-122-7/+2
* | | Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-07-116-12/+31
|\ \ \
| * \ \ Merge tag 'irqchip-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2021-07-096-12/+31
| |\ \ \
| | * | | irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entryMarc Zyngier2021-07-095-11/+31
| | * | | genirq/irqdesc: Drop excess kernel-doc entry @lookupRandy Dunlap2021-06-281-1/+0
* | | | | Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-112-10/+18
|\ \ \ \ \
| * | | | | sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan2021-07-021-7/+14
| * | | | | sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal2021-07-021-2/+2
| * | | | | sched/fair: Sync load_sum with load_avg after dequeueVincent Guittot2021-07-021-1/+2
* | | | | | Merge tag 'perf-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-112-8/+21
|\ \ \ \ \ \
| * | | | | | perf/x86/intel/uncore: Clean up error handling path of iio mappingKan Liang2021-07-021-2/+4
| * | | | | | perf/x86/cstate: Add ICELAKE_X and ICELAKE_D supportZhang Rui2021-07-021-6/+17
* | | | | | | Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-115-23/+33
|\ \ \ \ \ \ \
| * | | | | | | locking/atomic: sparc: Fix arch_cmpxchg64_local()Mark Rutland2021-07-071-1/+1
| * | | | | | | kprobe/static_call: Restore missing static_call_text_reserved()Peter Zijlstra2021-07-051-0/+2
| * | | | | | | static_call: Fix static_call_text_reserved() vs __initPeter Zijlstra2021-07-051-5/+8