summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck2020-08-121-4/+4
* uaccess: add force_uaccess_{begin,end} helpersChristoph Hellwig2020-08-125-29/+25
* uaccess: remove segment_eqChristoph Hellwig2020-08-1222-28/+23
* riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig2020-08-121-0/+2
* nds32: use uaccess_kernel in show_regsChristoph Hellwig2020-08-121-1/+1
* syscalls: use uaccess_kernel in addr_limit_user_checkChristoph Hellwig2020-08-121-0/+2
* sparc: drop unused MAX_PHYSADDR_BITSArvind Sankar2020-08-121-1/+0
* sh/mm: drop unused MAX_PHYSADDR_BITSArvind Sankar2020-08-121-3/+1
* mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-124-22/+0
* x86/mm: use max memory block size on bare metalDaniel Jordan2020-08-121-0/+9
* Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-1042-50/+90
|\
| * locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra2020-08-0619-5/+20
| * locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits...Peter Zijlstra2020-08-069-35/+53
| * x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-0616-10/+17
| * Merge branch 'WIP.locking/seqlocks' into locking/urgentIngo Molnar2020-08-0639-144/+169
| |\
* | \ Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-0922-46/+30
|\ \ \
| * | | kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-103-11/+3
| * | | kbuild: do not export LDFLAGS_vmlinuxMasahiro Yamada2020-08-101-1/+1
| * | | powerpc/boot: add DTB to 'targets'Masahiro Yamada2020-07-221-0/+2
| * | | kbuild: remove cc-option test of -ffreestandingMasahiro Yamada2020-07-073-3/+3
| * | | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-0717-31/+21
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-0914-257/+1
|\ \ \ \
| * | | | kill unused dump_fpu() instancesAl Viro2020-07-2714-257/+1
| * | | | Merge branch 'work.fdpic' into regset.followupAl Viro2020-07-273-6/+0
| |\ \ \ \
* | \ \ \ \ Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-08-091-1/+1
|\ \ \ \ \ \
| * | | | | | ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2Drew Fustini2020-07-071-1/+1
| * | | | | | ARM/orion/gpio: Make use of for_each_requested_gpio()Andy Shevchenko2020-06-201-6/+2
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-08-084-9/+19
|\ \ \ \ \ \ \
| * | | | | | | arm64: Fix __cpu_logical_map undefined issueKefeng Wang2020-08-083-5/+16
| * | | | | | | arm64/fixmap: make notes of fixed_addresses more preciselyPingfan Liu2020-08-081-4/+3
* | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-071-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-073-4/+4
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pci/virtualization'Bjorn Helgaas2020-08-051-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xen: Remove redundant initialization of irqColin Ian King2020-07-241-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge branch 'pci/misc'Bjorn Helgaas2020-08-051-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-2/+2
| | |/ / / / / / /
| * / / / / / / / PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-072-18/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/ftrace: Do not jump to direct code in created trampolinesSteven Rostedt (VMware)2020-06-292-0/+16
| * | | | | | | | x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)2020-06-292-9/+1
| * | | | | | | | x86/ftrace: Make non direct case the default in ftrace_regs_callerSteven Rostedt (VMware)2020-06-291-16/+15
* | | | | | | | | powerpc/ptrace: Fix build error in pkey_get()Michael Ellerman2020-08-071-2/+0
* | | | | | | | | Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-073-6/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | kill elf_fpxregs_tAl Viro2020-07-273-6/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-0716-411/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | media: arch/sh/configs: remove obsolete CONFIG_SOC_CAMERA*Hans Verkuil2020-07-044-11/+0
| * | | | | | | | media: arch/arm/configs: remove obsolete CONFIG_SOC_CAMERA*Hans Verkuil2020-07-046-11/+0
| * | | | | | | | media: mach-pxa: palmz72/pcm990: remove soc_camera dependenciesHans Verkuil2020-07-042-269/+0
| * | | | | | | | media: mach-omap1: board-ams-delta.c: remove soc_camera dependenciesHans Verkuil2020-07-043-89/+0