summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng2022-11-091-1/+1
* fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister()Liam Howlett2022-11-071-0/+3
* Merge tag 'platform-drivers-x86-v6.1-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-11-077-22/+130
|\
| * platform/x86: p2sb: Don't fail if unknown CPU is foundAndy Shevchenko2022-11-071-9/+6
| * platform/x86/intel/hid: Add some ACPI device IDsIvan Hu2022-11-071-0/+3
| * platform/x86/intel/pmt: Sapphire Rapids PMT errata fixDavid E. Box2022-11-071-1/+30
| * platform/x86: hp_wmi: Fix rfkill causing soft blocked wifiJorge Lopez2022-11-071-2/+10
| * platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2 2-in-1Hans de Goede2022-11-071-0/+25
| * platform/x86: ideapad-laptop: Disable touchpad_switchManyi Li2022-11-071-1/+24
| * ACPI: video: Add backlight=native DMI quirk for Dell G15 5515Hans de Goede2022-11-071-0/+14
| * ACPI: video: Make acpi_video_backlight_use_native() always return trueHans de Goede2022-11-071-1/+13
| * ACPI: video: Improve Chromebook checksHans de Goede2022-11-071-8/+5
* | Linux 6.1-rc4v6.1-rc4Linus Torvalds2022-11-071-1/+1
* | Merge tag 'cxl-fixes-for-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-068-91/+448
|\ \
| * | cxl/region: Recycle region idsDan Williams2022-11-051-0/+20
| * | cxl/region: Fix 'distance' calculation with passthrough portsDan Williams2022-11-053-3/+19
| * | tools/testing/cxl: Add a single-port host-bridge regression configDan Williams2022-11-051-19/+278
| * | tools/testing/cxl: Fix some error exitsDan Williams2022-11-051-2/+2
| * | cxl/pmem: Fix cxl_pmem_region and cxl_memdev leakDan Williams2022-11-043-37/+68
| * | cxl/region: Fix cxl_region leak, cleanup targets at region deleteDan Williams2022-11-041-0/+11
| * | cxl/region: Fix region HPA ordering validationDan Williams2022-11-041-0/+3
| * | cxl/pmem: Use size_add() against integer overflowYu Zhe2022-11-031-1/+1
| * | cxl/region: Fix decoder allocation crashVishal Verma2022-11-011-26/+41
| * | ACPI: NUMA: Add CXL CFMWS 'nodes' to the possible nodes setDan Williams2022-10-221-0/+1
| * | cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA.Jonathan Cameron2022-10-211-1/+1
| * | cxl/region: Fix null pointer dereference due to pass through decoder commitJonathan Cameron2022-10-211-1/+2
| * | cxl/mbox: Add a check on input payload sizeJonathan Cameron2022-10-211-1/+1
* | | Merge tag 'hwmon-for-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-062-14/+103
|\ \ \
| * | | Revert "hwmon: (pmbus) Add regulator supply into macro"Guenter Roeck2022-11-051-1/+0
| * | | hwmon: (scmi) Register explicitly with Thermal FrameworkCristian Marussi2022-11-051-13/+103
* | | | Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-064-11/+18
|\ \ \ \
| * | | | perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang2022-11-021-0/+1
| * | | | perf/x86/intel: Fix pebs event constraints for SPRKan Liang2022-11-021-2/+7
| * | | | perf/x86/intel: Fix pebs event constraints for ICLKan Liang2022-11-021-2/+7
| * | | | perf/x86/rapl: Use standard Energy Unit for SPR Dram RAPL domainZhang Rui2022-11-021-5/+1
| * | | | perf/hw_breakpoint: test: Skip the test if dependencies unmetDavid Gow2022-11-021-2/+2
| |/ / /
* | | | Merge tag 'x86_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-063-9/+29
|\ \ \ \
| * | | | x86/cpu: Add several Intel server CPU model numbersTony Luck2022-11-041-1/+10
| * | | | x86/tdx: Panic on bad configs that #VE on "private" memory accessKirill A. Shutemov2022-11-021-5/+16
| * | | | x86/tdx: Prepare for using "INFO" call for a second purposeDave Hansen2022-11-011-3/+3
| * | | | x86/syscall: Include asm/ptrace.h in syscall_wrapper headerJiri Olsa2022-10-241-1/+1
* | | | | Merge tag 'kbuild-fixes-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-11-064-21/+16
|\ \ \ \ \
| * | | | | kconfig: fix segmentation fault in menuconfig searchMasahiro Yamada2022-11-021-19/+4
| * | | | | kbuild: fix SIGPIPE error message for AR=gcc-ar and AR=llvm-arMasahiro Yamada2022-10-281-1/+1
| * | | | | kbuild: fix typo in modpostWill McVicker2022-10-271-1/+1
| * | | | | Documentation: kbuild: Add description of git for reproducible buildsDan Li2022-10-271-0/+10
| * | | | | kbuild: use POSIX-compatible grep optionStefan Hansson2022-10-271-1/+1
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-0611-60/+52
|\ \ \ \ \
| * \ \ \ \ Merge tag 'kvmarm-fixes-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2022-11-067-36/+34
| |\ \ \ \ \
| | * | | | | arm64: booting: Document our requirements for fine grained traps with SMEMark Brown2022-11-011-0/+8