aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-22selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.cJinrong Liang1-1/+1
2022-09-22Merge tag 'kvmarm-fixes-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-1/+1
2022-09-22selftests/bpf: Add liburandom_read.so to TEST_GEN_FILESYauheni Kaliuta1-0/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski429-2760/+4044
2022-09-22kselftest/arm64: Fix typo in hwcap checkMark Brown1-1/+1
2022-09-22mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi1-1/+8
2022-09-22ACPI: PCI: Rework acpi_get_pci_dev()Rafael J. Wysocki1-63/+12
2022-09-22net: phy: micrel: Fix double spaces inside lan8814_config_intrHoratiu Vultur1-2/+2
2022-09-22ACPI: PCC: Fix Tx acknowledge in the PCC address space handlerHuisong Li1-1/+1
2022-09-22ACPI: PCC: replace wait_for_completion()Huisong Li1-2/+21
2022-09-22ACPI: PCC: Release resources on address space setup failure pathRafael Mendonca1-0/+3
2022-09-22ACPI: HMAT: Drop unused dev_fmt() and redundant 'HMAT' prefixLiu Shixin1-13/+12
2022-09-22Merge tag 'soc-fixes-6.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds30-59/+130
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds94-432/+1057
2022-09-22drm/amdgpu: Fix VRAM eviction issueArunpravin Paneer Selvam1-1/+1
2022-09-23Merge tag 'du-next-20220907' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie16-42/+188
2022-09-22Merge tag 'efi-urgent-for-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds3-4/+14
2022-09-22Merge tag 'gpio-fixes-for-v6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds4-15/+22
2022-09-22Merge tag 'perf-tools-fixes-for-v6.0-2022-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds11-20/+139
2022-09-22arm64: mte: move register initialization to CPeter Collingbourne5-42/+65
2022-09-22riscv: Allow PROT_WRITE-only mmap()Andrew Bresticker1-3/+0
2022-09-22riscv: Make VM_WRITE imply VM_READAndrew Bresticker1-1/+2
2022-09-22ipmi: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng3-6/+6
2022-09-22reset: npcm: fix iprst2 and iprst4 settingTomer Maimon1-1/+1
2022-09-22x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse2-0/+49
2022-09-22x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunksJames Morse2-11/+18
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse5-11/+34
2022-09-22Documentation/ABI/testing/sysfs-amd-pmf: Add ABI doc for AMD PMFShyam Sundar S K2-0/+14
2022-09-22platform/x86/amd/pmf: Add sysfs to toggle CnQFShyam Sundar S K3-0/+67
2022-09-22platform/x86/amd/pmf: Add support for CnQFShyam Sundar S K5-2/+463
2022-09-22platform/x86/amd: pmc: Fix build without debugfsNathan Chancellor1-58/+58
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse3-22/+5
2022-09-22x86/resctrl: Switch over to the resctrl mbps_val listJames Morse3-29/+52
2022-09-22MAINTAINERS: merge SWIOTLB SUBSYSTEM into DMA MAPPING HELPERSLukas Bulwahn1-12/+5
2022-09-22arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate()Kefeng Wang1-9/+4
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse3-1/+46
2022-09-22xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa3-5/+6
2022-09-22misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe()Christophe JAILLET1-2/+1
2022-09-22misc: microchip: pci1xxxx: Do not disable the pci device twice in gp_aux_bus_remove()Christophe JAILLET1-1/+0
2022-09-22misc: microchip: pci1xxxx: use DEFINE_SIMPLE_DEV_PM_OPS() in place of the SIMPLE_DEV_PM_OPS() in pci1xxxx's gpio driverKumaravel Thiagarajan1-1/+1
2022-09-22misc: microchip: pci1xxxx: Remove duplicate includeYihao Han1-1/+0
2022-09-22ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o1-1/+3
2022-09-22ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques1-0/+4
2022-09-22pcmcia: Add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-22serial: stm32: Deassert Transmit Enable on ->rs485_config()Lukas Wunner1-47/+53
2022-09-22serial: ar933x: Deassert Transmit Enable on ->rs485_config()Lukas Wunner1-0/+7
2022-09-22Merge tag 'gnss-6.1-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/gnss into char-misc-nextGreg Kroah-Hartman1-2/+2
2022-09-22serial: sifive: enable clocks for UART when probedOlof Johansson1-1/+1
2022-09-22serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer1-0/+1
2022-09-22serial: fsl_lpuart: Reset prior to registrationLukas Wunner1-4/+5