Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux | Linus Torvalds | 2022-10-07 | 2 | -0/+19 | |
|\ | ||||||
| * | s390/dasd: suppress generic error messages for PPRC secondary devices | Stefan Haberland | 2022-09-21 | 1 | -0/+5 | |
| * | s390/dasd: add ioctl to perform a swap of the drivers copy pair | Stefan Haberland | 2022-09-21 | 1 | -0/+14 | |
* | | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2022-10-06 | 2 | -4/+4 | |
|\ \ | ||||||
| * | | spufs: constify path | Al Viro | 2022-09-01 | 2 | -4/+4 | |
* | | | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-10-06 | 1 | -2/+1 | |
|\ \ \ | ||||||
| * | | | sgx: use ->f_mapping... | Al Viro | 2022-09-01 | 1 | -2/+1 | |
| |/ / | ||||||
* | | | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2022-10-06 | 1 | -5/+5 | |
|\ \ \ | ||||||
| * | | | Change calling conventions for filldir_t | Al Viro | 2022-08-17 | 1 | -5/+5 | |
| |/ / | ||||||
* | | | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-10-06 | 18 | -160/+335 | |
|\ \ \ | ||||||
| * | | | alpha: add full ioread64/iowrite64 implementation | Arnd Bergmann | 2022-10-04 | 13 | -23/+175 | |
| * | | | parisc: Drop homebrewn io[read|write]64_[lo_hi|hi_lo] | Linus Walleij | 2022-09-23 | 1 | -36/+0 | |
| * | | | parisc: hide ioread64 declaration on 32-bit | Arnd Bergmann | 2022-09-12 | 1 | -0/+2 | |
| * | | | ia64: export memory_add_physaddr_to_nid to fix cxl build error | Randy Dunlap | 2022-09-12 | 1 | -0/+1 | |
| * | | | parisc: Use the generic IO helpers | Linus Walleij | 2022-09-10 | 1 | -89/+43 | |
| * | | | parisc: Remove 64bit access on 32bit machines | Linus Walleij | 2022-09-10 | 1 | -2/+22 | |
| * | | | sparc: Fix the generic IO helpers | Linus Walleij | 2022-09-08 | 2 | -0/+24 | |
| * | | | alpha: Use generic <asm-generic/io.h> | Linus Walleij | 2022-09-08 | 1 | -10/+68 | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2022-10-06 | 80 | -1076/+2079 | |
|\ \ \ \ | ||||||
| * | | | | arm64: alternatives: Use vdso/bits.h instead of linux/bits.h | Nathan Chancellor | 2022-10-05 | 1 | -1/+1 | |
| * | | | | Merge branch 'for-next/misc' into for-next/core | Catalin Marinas | 2022-09-30 | 18 | -79/+533 | |
| |\ \ \ \ | ||||||
| | * | | | | arm64/kprobe: Optimize the performance of patching single-step slot | Liao Chang | 2022-09-30 | 1 | -6/+21 | |
| | * | | | | ARM64: reloc_test: add __init/__exit annotations to module init/exit funcs | Xiu Jianfeng | 2022-09-29 | 1 | -2/+2 | |
| | * | | | | arm64/mm: fold check for KFENCE into can_set_direct_map() | Mike Rapoport | 2022-09-29 | 2 | -7/+9 | |
| | * | | | | arm64: uaccess: simplify uaccess_mask_ptr() | Mark Rutland | 2022-09-23 | 1 | -11/+11 | |
| | * | | | | arm64: mte: move register initialization to C | Peter Collingbourne | 2022-09-22 | 5 | -42/+65 | |
| | * | | | | arm64: mm: handle ARM64_KERNEL_USES_PMD_MAPS in vmemmap_populate() | Kefeng Wang | 2022-09-22 | 1 | -9/+4 | |
| | * | | | | arm64: dma: Drop cache invalidation from arch_dma_prep_coherent() | Will Deacon | 2022-09-22 | 1 | -1/+1 | |
| | * | | | | arm64: support huge vmalloc mappings | Kefeng Wang | 2022-09-16 | 1 | -0/+1 | |
| | * | | | | arm64: spectre: increase parameters that can be used to turn off bhb mitigati... | Liu Song | 2022-09-09 | 1 | -1/+9 | |
| | * | | | | arm64: run softirqs on the per-CPU IRQ stack | Qi Zheng | 2022-09-09 | 2 | -0/+15 | |
| | * | | | | arm64: compat: Implement misalignment fixups for multiword loads | Ard Biesheuvel | 2022-09-06 | 5 | -0/+395 | |
| * | | | | | Merge branch 'for-next/alternatives' into for-next/core | Catalin Marinas | 2022-09-30 | 13 | -95/+146 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | arm64: fix the build with binutils 2.27 | Mark Rutland | 2022-09-29 | 1 | -3/+9 | |
| | * | | | | | arm64: avoid BUILD_BUG_ON() in alternative-macros | Mark Rutland | 2022-09-21 | 1 | -3/+4 | |
| | * | | | | | arm64: alternatives: add shared NOP callback | Mark Rutland | 2022-09-16 | 3 | -1/+10 | |
| | * | | | | | arm64: alternatives: add alternative_has_feature_*() | Mark Rutland | 2022-09-16 | 5 | -36/+46 | |
| | * | | | | | arm64: alternatives: have callbacks take a cap | Mark Rutland | 2022-09-16 | 9 | -36/+60 | |
| | * | | | | | arm64: alternatives: make alt_region const | Mark Rutland | 2022-09-16 | 1 | -14/+12 | |
| | * | | | | | arm64: alternatives: hoist print out of __apply_alternatives() | Mark Rutland | 2022-09-16 | 1 | -2/+4 | |
| | * | | | | | arm64: alternatives: proton-pack: prepare for cap changes | Mark Rutland | 2022-09-16 | 1 | -1/+1 | |
| | * | | | | | arm64: alternatives: kvm: prepare for cap changes | Mark Rutland | 2022-09-16 | 1 | -2/+3 | |
| | * | | | | | arm64: cpufeature: make cpus_have_cap() noinstr-safe | Mark Rutland | 2022-09-16 | 1 | -2/+2 | |
| | |/ / / / | ||||||
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-------------------. \ \ \ \ | Merge branches 'for-next/doc', 'for-next/sve', 'for-next/sysreg', 'for-next/g... | Catalin Marinas | 2022-09-30 | 59 | -905/+1376 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | ||||||
| | | | | | | | | | | | * | | | | arm64: ftrace: fix module PLTs with mcount | Mark Rutland | 2022-09-29 | 1 | -1/+16 | |
| | | | | | | | | | | | * | | | | arm64: module: Remove unused plt_entry_is_initialized() | Li Huafei | 2022-09-29 | 1 | -5/+0 | |
| | | | | | | | | | | | * | | | | arm64: module: Make plt_equals_entry() static | Li Huafei | 2022-09-29 | 2 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | ||||||
| | | | | | | | | | | * | | | | arm64/ptrace: Support access to TPIDR2_EL0 | Mark Brown | 2022-09-21 | 1 | -5/+20 | |
| | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | ||||||
| | | | | | | | | | * | | | | arm64: defconfig: Add Coresight as module | James Clark | 2022-09-29 | 1 | -0/+8 | |
| | | | | | | | | | * | | | | arm64: Enable docker support in defconfig | Vincenzo Frascino | 2022-09-21 | 1 | -0/+5 |