summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* block: switch polling to be bio basedChristoph Hellwig2021-10-182-4/+2
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
* arch: remove spurious blkdev.h includesChristoph Hellwig2021-10-184-4/+0
* mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>Christoph Hellwig2021-10-181-0/+1
* Merge tag 'powerpc-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-10-172-12/+19
|\
| * KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guestMichael Ellerman2021-10-161-2/+7
| * KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()Michael Ellerman2021-10-161-9/+10
| * powerpc/xive: Discard disabled interrupts in get_irqchip_state()Cédric Le Goater2021-10-131-1/+2
* | Merge tag 'perf_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-171-0/+1
|\ \
| * | perf/x86/msr: Add Sapphire Rapids CPU supportKan Liang2021-10-151-0/+1
* | | Merge tag 'x86_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-172-2/+1
|\ \ \
| * | | x86/fpu: Mask out the invalid MXCSR bits properlyBorislav Petkov2021-10-161-1/+1
| * | | x86/Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT automaticallyBorislav Petkov2021-10-111-1/+0
| |/ /
* | | Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-175-5/+0
|\ \ \
| * | | drivers: bus: Delete CONFIG_SIMPLE_PM_BUSSaravana Kannan2021-10-055-5/+0
* | | | Merge tag 's390-5.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-10-161-8/+7
|\ \ \ \
| * | | | s390: fix strrchr() implementationRoberto Sassu2021-10-121-8/+7
* | | | | Merge tag 'csky-for-linus-5.15-rc6' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-10-164-3/+8
|\ \ \ \ \
| * | | | | csky: Make HAVE_TCM depend on !COMPILE_TESTGuenter Roeck2021-10-161-0/+1
| * | | | | csky: bitops: Remove duplicate __clear_bit defineGuenter Roeck2021-10-161-1/+0
| * | | | | csky: Select ARCH_WANT_FRAME_POINTERS only if compiler supports itGuenter Roeck2021-10-161-1/+1
| * | | | | csky: Fixup regs.sr broken in ptraceGuo Ren2021-10-161-1/+2
| * | | | | csky: don't let sigreturn play with priveleged bits of status registerAl Viro2021-10-161-0/+4
| | |_|/ / | |/| | |
* | | | | Merge tag 'arc-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2021-10-161-5/+0
|\ \ \ \ \
| * | | | | ARC: fix potential build snafuVineet Gupta2021-10-151-5/+0
| |/ / / /
* | | | | Merge tag 'arm-soc-fixes-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-165-24/+55
|\ \ \ \ \
| * \ \ \ \ Merge tag 'imx-fixes-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2021-10-151-9/+31
| |\ \ \ \ \
| | * | | | | ARM: imx: register reset controller from a platform driverPhilipp Zabel2021-10-151-9/+31
| * | | | | | Merge tag 'arm-soc/for-5.15/devicetree' of https://github.com/Broadcom/stblin...Arnd Bergmann2021-10-134-15/+24
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | ARM: dts: bcm2711-rpi-4-b: Fix usb's unit addressNicolas Saenz Julienne2021-10-121-2/+2
| | * | | | | ARM: dts: bcm2711-rpi-4-b: Fix pcie0's unit address formattingNicolas Saenz Julienne2021-10-121-1/+2
| | * | | | | ARM: dts: bcm2711-rpi-4-b: fix sd_io_1v8_reg regulator statesStefan Wahren2021-10-061-2/+2
| | * | | | | ARM: dts: bcm2711: fix MDIO #address- and #size-cellsStefan Wahren2021-10-061-2/+2
| | * | | | | ARM: dts: bcm283x: Fix VEC address for BCM2711Mateusz Kwiatkowski2021-10-063-8/+16
* | | | | | | Merge tag 'net-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | ARM: dts: spear3xx: Fix gmac nodeHerve Codina2021-10-081-1/+1
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-10-121-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | arm64/hugetlb: fix CMA gigantic page order for non-4K PAGE_SIZEMike Kravetz2021-10-111-1/+1
* | | | | | | | Merge tag 'powerpc-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-10-1017-75/+234
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | pseries/eeh: Fix the kdump kernel crash during eeh_pseries_initMahesh Salgaonkar2021-10-071-0/+4
| * | | | | | | powerpc/32s: Fix kuap_kernel_restore()Christophe Leroy2021-10-071-0/+8
| * | | | | | | powerpc/pseries/msi: Add an empty irq_write_msi_msg() handlerCédric Le Goater2021-10-071-0/+15
| * | | | | | | powerpc/64s: Fix unrecoverable MCE calling async handler from NMINicholas Piggin2021-10-073-18/+26
| * | | | | | | powerpc/64/interrupt: Reconcile soft-mask state in NMI and fix false BUGNicholas Piggin2021-10-071-5/+8
| * | | | | | | powerpc/64: warn if local irqs are enabled in NMI or hardirq contextNicholas Piggin2021-10-071-0/+6
| * | | | | | | powerpc/traps: do not enable irqs in _exceptionNicholas Piggin2021-10-071-3/+9
| * | | | | | | powerpc/64s: fix program check interrupt emergency stack pathNicholas Piggin2021-10-071-7/+10
| * | | | | | | powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao2021-10-071-1/+1
| * | | | | | | powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_ENDNaveen N. Rao2021-10-071-1/+1
| * | | | | | | powerpc/bpf ppc32: Fix JMP32_JSET_KNaveen N. Rao2021-10-071-1/+1