summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-0424-219/+19
|\
| * kbuild: remove ARCH_POSTLINK from module buildsMasahiro Yamada2023-10-284-12/+0
| * kbuild: unify vdso_install rulesMasahiro Yamada2023-10-2818-185/+19
| * UML: remove unused cmd_vdso_installMasahiro Yamada2023-10-181-12/+0
| * csky: remove unused cmd_vdso_installMasahiro Yamada2023-10-181-10/+0
* | Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2023-11-041-0/+33
|\ \
| * | ARM: dts: qcom: msm8226: Add blsp1_i2c6 and blsp1_uart2Luca Weiss2023-09-271-0/+33
* | | Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-043-0/+23
|\ \ \
| * | | arm64: dts: rockchip: rk3588s: Add USB3 host controllerSebastian Reichel2023-10-211-0/+21
| * | | Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman2023-10-1649-196/+343
| |\ \ \
| * | | | arm64: dts: qcom: sm8550-qrd: add orientation gpioNeil Armstrong2023-10-051-0/+1
| * | | | arm64: dts: qcom: sm8550-mtp: add orientation gpioNeil Armstrong2023-10-051-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-0430-169/+73
|\ \ \ \
| * | | | vgacon: fix mips/sibyte build regressionArnd Bergmann2023-10-241-0/+1
| * | | | console: fix up ARM screen_info referenceArnd Bergmann2023-10-172-1/+2
| * | | | efi: move screen_info into efi init codeArnd Bergmann2023-10-177-15/+13
| * | | | vga16fb: drop powerpc supportArnd Bergmann2023-10-171-16/+0
| * | | | vgacon: clean up global screen_info instancesArnd Bergmann2023-10-1712-79/+74
| * | | | vgacon: remove screen_info dependencyArnd Bergmann2023-10-175-5/+5
| * | | | vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-179-74/+0
| * | | | dummycon: limit Arm console size hack to footbridgeArnd Bergmann2023-10-172-3/+2
| * | | | vgacon: rework screen_info #ifdef checksArnd Bergmann2023-10-178-12/+17
| | |/ / | |/| |
* | | | Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-041-1/+0
|\ \ \ \
| * | | | staging: qlge: Retire the driverBenjamin Poirier2023-10-211-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-041-0/+6
|\ \ \ \
| * | | | dts: ti: k3-am625-beagleplay: Add beaglecc1352Ayush Singh2023-10-271-0/+6
| | |/ / | |/| |
* | | | Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-11-0349-801/+993
|\ \ \ \
| * | | | s390: delete the unused store_prefix() functionIlya Leoshkevich2023-10-251-8/+0
| * | | | s390/cmma: fix handling of swapper_pg_dir and invalid_pg_dirHeiko Carstens2023-10-251-0/+6
| * | | | s390/cmma: fix detection of DAT pagesHeiko Carstens2023-10-251-3/+3
| * | | | s390/pai_crypto: remove per-cpu variable assignement in event initializationThomas Richter2023-10-251-1/+0
| * | | | s390/pai: initialize event count once at initializationThomas Richter2023-10-252-2/+0
| * | | | s390/pai_crypto: use PERF_ATTACH_TASK define for per task detectionThomas Richter2023-10-252-2/+2
| * | | | s390/mm: add missing arch_set_page_dat() call to gmap allocationsHeiko Carstens2023-10-252-6/+19
| * | | | s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens2023-10-231-2/+6
| * | | | s390/cmma: fix initial kernel address space page table walkHeiko Carstens2023-10-231-3/+10
| * | | | s390/diag: add missing virt_to_phys() translation to diag224()Heiko Carstens2023-10-231-1/+2
| * | | | s390/mm,fault: move VM_FAULT_ERROR handling to do_exception()Heiko Carstens2023-10-231-47/+34
| * | | | s390/mm,fault: remove VM_FAULT_BADMAP and VM_FAULT_BADACCESSHeiko Carstens2023-10-231-85/+51
| * | | | s390/mm,fault: remove VM_FAULT_SIGNALHeiko Carstens2023-10-231-10/+7
| * | | | s390/mm,fault: remove VM_FAULT_BADCONTEXTHeiko Carstens2023-10-231-8/+16
| * | | | s390/mm,fault: simplify kfence fault handlingHeiko Carstens2023-10-231-8/+8
| * | | | s390/mm,fault: call do_fault_error() only from do_exception()Heiko Carstens2023-10-231-19/+8
| * | | | s390/mm,fault: get rid of do_low_address()Heiko Carstens2023-10-231-16/+9
| * | | | s390/mm,fault: remove VM_FAULT_PFAULTHeiko Carstens2023-10-231-3/+1
| * | | | s390/mm,fault: use get_kernel_nofault() to dereference in dump_pagetable()Heiko Carstens2023-10-231-26/+19
| * | | | s390/mm,fault: improve readability by using teid unionHeiko Carstens2023-10-231-26/+23
| * | | | s390/mm: move translation-exception identification structure to fault.hHeiko Carstens2023-10-232-31/+42
| * | | | s390/mm,fault: use static key for store indicationHeiko Carstens2023-10-231-4/+7
| * | | | s390/mm,fault: use get_fault_address() everywhereHeiko Carstens2023-10-231-9/+7