summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bpf: Fix sample_flags for bpf_perf_event_outputSumanth Korikkar2022-10-171-0/+2
| * | | selftests/perf_events: Add a SIGTRAP stress test with disablesMarco Elver2022-10-171-3/+32
| * | | perf: Fix missing SIGTRAPsPeter Zijlstra2022-10-173-43/+129
| |/ /
* | | Merge tag 'sched_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-234-29/+35
|\ \ \
| * | | sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook2022-10-174-20/+26
| * | | sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang2022-10-171-9/+9
| |/ /
* | | Merge tag 'objtool_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-231-1/+1
|\ \ \
| * | | x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin2022-10-211-1/+1
| |/ /
* | | Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-2311-86/+122
|\ \ \
| * | | x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae2022-10-211-0/+9
| * | | perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Maxim Levitsky2022-10-201-1/+1
| * | | ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-203-15/+27
| * | | x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra2022-10-201-15/+6
| * | | x86/resctrl: Fix min_cbm_bits for AMDBabu Moger2022-10-181-6/+2
| * | | x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov2022-10-181-3/+13
| * | | x86/topology: Fix duplicated core ID within a packageZhang Rui2022-10-171-1/+1
| * | | x86/topology: Fix multiple packages shown on a single-package systemZhang Rui2022-10-171-4/+10
| * | | hwmon/coretemp: Handle large core ID valueZhang Rui2022-10-171-15/+41
| * | | x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor2022-10-171-1/+0
| * | | x86/fpu: Exclude dynamic states from init_fpstateChang S. Bae2022-10-171-3/+6
| * | | x86/fpu: Fix the init_fpstate size check with the actual sizeChang S. Bae2022-10-171-18/+6
| * | | x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae2022-10-172-9/+5
| |/ /
* | | Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxLinus Torvalds2022-10-234-0/+7
|\ \ \
| * | | io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov2022-10-221-0/+2
| * | | io_uring/net: fail zc send when unsupported by socketPavel Begunkov2022-10-221-0/+2
| * | | net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-223-0/+3
* | | | Merge tag 'hwmon-for-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-223-2/+8
|\ \ \ \
| * | | | hwmon: (corsair-psu) Add USB id of the new HX1500i psuWilken Gottwalt2022-10-222-0/+3
| * | | | hwmon: (pwm-fan) Explicitly switch off fan power when setting pwm1_enable to 0Matthias Schiffer2022-10-161-1/+4
| * | | | hwmon: (corsair-psu) fix typo in USB id descriptionWilken Gottwalt2022-10-161-1/+1
| | |/ / | |/| |
* | | | Merge tag 'i2c-for-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-226-16/+12
|\ \ \ \
| * | | | i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski2022-10-212-9/+1
| * | | | i2c: fix spelling typos in commentsJiangshan Yi2022-10-202-2/+2
| * | | | i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue2022-10-191-5/+8
| * | | | i2c: xiic: Add platform module aliasMartin Tůma2022-10-191-0/+1
| |/ / /
* | | | Merge tag 'pci-v6.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-222-5/+10
|\ \ \ \
| * | | | MAINTAINERS: Update Kishon's email address in PCI endpoint subsystemKishon Vijay Abraham I2022-10-191-1/+1
| * | | | MAINTAINERS: Add Vignesh Raghavendra as maintainer of TI DRA7XX/J721E PCI driverKishon Vijay Abraham I2022-10-191-1/+1
| * | | | Revert "PCI: tegra: Use PCI_CONF1_EXT_ADDRESS() macro"Jon Hunter2022-10-171-3/+8
| |/ / /
* | | | Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-22132-3873/+3193
|\ \ \ \
| * \ \ \ Merge fixes into media_stageMauro Carvalho Chehab2022-09-276-17/+33
| |\ \ \ \
| * | | | | media: sun6i-csi: Move csi buffer definition to main header filePaul Kocialkowski2022-09-242-8/+9
| * | | | | media: sun6i-csi: Introduce and use video helper functionsPaul Kocialkowski2022-09-241-18/+28
| * | | | | media: sun6i-csi: Add media ops with link notify callbackPaul Kocialkowski2022-09-241-0/+8
| * | | | | media: sun6i-csi: Remove controls handler from the driverPaul Kocialkowski2022-09-243-20/+1
| * | | | | media: sun6i-csi: Register the media device after creationPaul Kocialkowski2022-09-241-1/+8
| * | | | | media: sun6i-csi: Pass and store csi device directly in video codePaul Kocialkowski2022-09-243-51/+57
| * | | | | media: sun6i-csi: Tidy up video codePaul Kocialkowski2022-09-243-246/+285
| * | | | | media: sun6i-csi: Tidy up v4l2 codePaul Kocialkowski2022-09-241-47/+66
| * | | | | media: sun6i-csi: Tidy up KconfigPaul Kocialkowski2022-09-241-5/+7