summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers2023-09-264-49/+28
* fscrypt: compute max_lblk_bits from s_maxbytes and block sizeEric Biggers2023-09-263-13/+22
* fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers2023-09-256-11/+22
* fscrypt: make it clearer that key_prefix is deprecatedEric Biggers2023-09-255-10/+15
* Linux 6.6-rc3v6.6-rc3Linus Torvalds2023-09-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-2420-161/+209
|\
| * Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-23350-1241/+2321
| |\
| | * KVM: riscv: selftests: Selectively filter-out AIA registersAnup Patel2023-09-211-2/+21
| | * KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-listAnup Patel2023-09-211-14/+21
| | * RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel2023-09-211-1/+4
| | * RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel2023-09-211-1/+1
| * | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky2023-09-231-1/+33
| * | KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky2023-09-233-12/+29
| * | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini2023-09-231-4/+1
| * | KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-236-103/+68
| * | KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini2023-09-233-19/+14
| * | KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson2023-09-213-7/+12
| * | KVM: selftests: Assert that vasprintf() is successfulSean Christopherson2023-09-201-1/+1
| * | Merge tag 'kvmarm-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-09-148-8/+16
| |\ \
| | * | KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker2023-09-127-8/+13
| | * | KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()Marc Zyngier2023-09-121-0/+3
| |/ /
* | | Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-242-30/+85
|\ \ \
| * | | eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)2023-09-221-17/+70
| * | | ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian2023-09-221-13/+15
| | |/ | |/|
* | | Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-248-33/+60
|\ \ \
| * | | cxl/acpi: Annotate struct cxl_cxims_data with __counted_byKees Cook2023-09-221-2/+2
| * | | cxl/port: Fix cxl_test register enumeration regressionDan Williams2023-09-221-4/+9
| * | | cxl/region: Refactor granularity select in cxl_port_setup_targets()Alison Schofield2023-09-151-9/+8
| * | | cxl/region: Match auto-discovered region decoders by HPA rangeAlison Schofield2023-09-151-1/+23
| * | | cxl/mbox: Fix CEL logic for poison and security commandsIra Weiny2023-09-141-11/+12
| * | | cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()Smita Koralahalli2023-09-121-2/+1
| * | | PCI/AER: Export pcie_aer_is_native()Smita Koralahalli2023-09-123-2/+3
| * | | cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registersSmita Koralahalli2023-09-121-3/+3
| | |/ | |/|
* | | Merge tag 'gpio-fixes-for-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-233-39/+29
|\ \ \
| * | | gpio: sim: fix an invalid __free() usageBartosz Golaszewski2023-09-221-37/+23
| * | | gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()Christophe JAILLET2023-09-201-1/+5
| * | | MAINTAINERS: gpio-regmap: make myself a maintainer of itMichael Walle2023-09-131-1/+1
| |/ /
* | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-2316-91/+111
|\ \ \
| * | | proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2023-09-192-17/+22
| * | | filemap: add filemap_map_order0_folio() to handle order0 folioYin Fengwei2023-09-191-21/+48
| * | | proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer2023-09-191-12/+15
| * | | mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner2023-09-193-6/+6
| * | | pidfd: prevent a kernel-doc warningRandy Dunlap2023-09-191-1/+1
| * | | argv_split: fix kernel-doc warningsRandy Dunlap2023-09-191-2/+2
| * | | scatterlist: add missing function params to kernel-docRandy Dunlap2023-09-191-1/+3
| * | | selftests/proc: fixup proc-empty-vm test after KSM changesAlexey Dobriyan2023-09-191-0/+1
| * | | revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton2023-09-191-21/+2
| * | | selftests: link libasan statically for tests with -fsanitize=addressRyan Roberts2023-09-192-2/+2
| * | | task_work: add kerneldoc annotation for 'data' argumentJens Axboe2023-09-191-0/+1
| * | | mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner2023-09-191-6/+6