summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: remove fscrypt_set_test_dummy_encryption()Eric Biggers2022-08-222-15/+0
* Linux 6.0-rc2v6.0-rc2Linus Torvalds2022-08-211-1/+1
* Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-217-32/+34
|\
| * Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2022-08-187-32/+34
| |\
| | * irqchip/loongson-liointc: Fix an error handling path in liointc_init()Christophe JAILLET2022-08-121-1/+1
| | * irqchip/loongarch: Fix irq_domain_alloc_fwnode() abuseMarc Zyngier2022-08-095-5/+6
| | * irqchip/loongson-pch-pic: Move find_pch_pic() into CONFIG_ACPIHuacai Chen2022-08-082-20/+19
| | * irqchip/loongson-eiointc: Fix a build warningHuacai Chen2022-08-041-1/+1
| | * irqchip/loongson-eiointc: Fix irq affinity settingHuacai Chen2022-08-041-2/+6
| | * iommu/hyper-v: Use helper instead of directly accessing affinityMichael Kelley2022-08-041-3/+1
* | | Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-211-1/+1
|\ \ \
| * | | x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* | | | Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
|\ \ \ \
| * | | | tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| * | | | tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| * | | | tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| * | | | tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| * | | | tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| * | | | tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| * | | | ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
| * | | | tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-211-3/+4
| * | | | tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn2022-08-211-1/+1
* | | | | Merge tag 'i2c-for-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-212-11/+18
|\ \ \ \ \
| * | | | | i2c: imx: Make sure to unregister adapter on remove()Uwe Kleine-König2022-08-211-9/+11
| * | | | | Revert "i2c: scmi: Replace open coded device_get_match_data()"Wolfram Sang2022-08-211-2/+7
| | |_|/ / | |/| | |
* | | | | Merge tag '6.0-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-08-2114-52/+45
|\ \ \ \ \
| * | | | | cifs: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-193-3/+3
| * | | | | cifs: Fix memory leak on the deferred closeZhang Xiaoxu2022-08-191-0/+6
| * | | | | cifs: remove useless parameter 'is_fsctl' from SMB2_ioctl()Enzo Matsumiya2022-08-174-36/+24
| * | | | | cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-179-13/+11
| * | | | | cifs: missing directory in MAINTAINERS fileSteve French2022-08-151-0/+1
| |/ / / /
* | | | | asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-2110-89/+7
* | | | | Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-205-9/+5
|\ \ \ \ \
| * | | | | scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling checkGuru Das Srinagesh2022-08-211-0/+1
| * | | | | kbuild: fix the modules order between drivers and libsMasahiro Yamada2022-08-211-4/+2
| * | | | | scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-lengthNathan Chancellor2022-08-211-1/+0
| * | | | | kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__Jiri Slaby2022-08-211-1/+1
| * | | | | modpost: fix module versioning when a symbol lacks valid CRCMasahiro Yamada2022-08-211-3/+1
| |/ / / /
* | | | | Merge tag 'perf-tools-fixes-for-v6.0-2022-08-19' of git://git.kernel.org/pub/...Linus Torvalds2022-08-2027-235/+976
|\ \ \ \ \
| * | | | | perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-196-42/+108
| * | | | | libperf: Add a test case for read formatsNamhyung Kim2022-08-191-0/+161
| * | | | | libperf: Handle read format in perf_evsel__read()Namhyung Kim2022-08-193-3/+83
| * | | | | tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesNamhyung Kim2022-08-191-1/+4
| * | | | | tools headers UAPI: Sync x86's asm/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-2/+8
| * | | | | tools headers UAPI: Sync KVM's vmx.h header with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-1/+3
| * | | | | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+9
| * | | | | tools headers kvm s390: Sync headers with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+1
| * | | | | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-0/+108
| * | | | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-87/+300
| * | | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-08-191-2/+4