summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lkdtm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-121-11/+2
* vmw_balloon: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-121-16/+3
* firmware: Use kvmalloc for page tablesTakashi Iwai2019-06-102-4/+5
* firmware: Unify the paged buffer release helperTakashi Iwai2019-06-103-16/+25
* firmware: Free temporary page table after vmappingTakashi Iwai2019-06-102-4/+9
* mm/zsmalloc.c: remove unused variableAnders Roxell2019-06-051-2/+0
* debugfs: make debugfs_create_u32_array() return voidGreg Kroah-Hartman2019-06-033-18/+10
* btrfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-8/+2
* mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-032-29/+7
* gcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-22/+2
* x86: kdebugfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-49/+11
* x86: platform: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-034-60/+13
* x86: mm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-28/+7
* arm: dump: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-033-14/+7
* arm: omap2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-9/+6
* arm: omap1: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-032-56/+14
* x86: xen: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-032-9/+1
* backing-dev: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-032-20/+5
* mm: cleancache: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-2/+1
* kprobes: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-19/+6
* fail_function: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-18/+5
* sh: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-035-50/+13
* hwpoison-inject: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-45/+22
* mm: kmemleak: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+1
* zsmalloc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-18/+4
* blktrace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-6/+0
* trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-4/+0
* zswap: ignore debugfs_create_dir() return valueGreg Kroah-Hartman2019-06-031-2/+0
* Linux 5.2-rc3v5.2-rc3Linus Torvalds2019-06-021-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-022-6/+15
|\
| * x86/CPU/AMD: Don't force the CPB cap when running under a hypervisorFrank van der Linden2019-05-241-2/+5
| * x86/boot: Provide KASAN compatible aliases for string routinesArd Biesheuvel2019-05-241-4/+10
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-0223-124/+547
|\ \
| * \ Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/sc...Ingo Molnar2019-05-28124-558/+1455
| |\ \
| | * | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-05-284-3/+105
| | * | perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-05-281-3/+6
| | * | perf machine: Read also the end of the kernelJiri Olsa2019-05-281-9/+18
| | * | perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo2019-05-281-1/+8
| | * | perf session: Add missing swap ops for namespace eventsNamhyung Kim2019-05-281-0/+21
| | * | perf namespace: Protect reading thread's namespaceNamhyung Kim2019-05-281-2/+13
| | * | tools headers UAPI: Sync drm/drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+37
| | * | tools headers UAPI: Sync drm/i915_drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-73/+181
| | * | tools headers UAPI: Sync linux/fs.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
| | * | tools headers UAPI: Sync linux/sched.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+1
| | * | tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
| | * | tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo2019-05-284-1/+83
| | * | perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov2019-05-281-1/+1
| | * | perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-05-281-1/+1
| * | | perf/ring-buffer: Use regular variables for nestingPeter Zijlstra2019-05-242-17/+28
| * | | perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra2019-05-241-3/+3