| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-28 | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2023-04-28 | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+4 |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -10/+9 |
| 2023-04-24 | Merge tag 'docs-6.4' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-04-18 | xtensa: reword ARCH_FORCE_MAX_ORDER prompt and help text | Mike Rapoport (IBM) | 1 | -7/+9 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -4/+1 |
| 2023-03-30 | docs: move xtensa documentation under Documentation/arch/ | Jonathan Corbet | 1 | -1/+1 |
| 2023-03-24 | treewide: Trace IPIs sent via smp_send_reschedule() | Valentin Schneider | 1 | -1/+1 |
| 2023-03-17 | xtensa: fix KASAN report for show_stack | Max Filippov | 1 | -4/+12 |
| 2023-03-08 | sched/idle: Mark arch_cpu_idle_dead() __noreturn | Josh Poimboeuf | 1 | -1/+1 |
| 2023-03-08 | xtensa/cpu: Mark cpu_die() __noreturn | Josh Poimboeuf | 1 | -1/+1 |
| 2023-03-08 | xtensa/cpu: Make sure cpu_die() doesn't return | Josh Poimboeuf | 1 | -0/+2 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -7/+28 |
| 2023-02-09 | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) | 1 | -2/+2 |
| 2023-02-02 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -1/+0 |
| 2023-02-02 | xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -5/+27 |
| 2023-01-31 | Merge tag 'v6.2-rc6' into sched/core, to pick up fixes | Ingo Molnar | 3 | -15/+0 |
| 2023-01-13 | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra | 1 | -0/+1 |
| 2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra | 1 | -1/+0 |
| 2023-01-06 | xtensa: drop unused members of struct thread_struct | Max Filippov | 3 | -15/+0 |
| 2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
| 2022-12-13 | Merge tag 'xtensa-20221213' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 9 | -10/+233 |
| 2022-12-06 | xtensa: add __umulsidi3 helper | Max Filippov | 3 | -1/+233 |
| 2022-11-18 | stackprotector: actually use get_random_canary() | Jason A. Donenfeld | 1 | -8/+1 |
| 2022-11-08 | mm: remove kern_addr_valid() completely | Kefeng Wang | 1 | -2/+0 |
| 2022-10-13 | xtensa: update config files | Lukas Bulwahn | 6 | -9/+0 |
| 2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 8 | -10/+7 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -7/+15 |
| 2022-10-10 | Merge tag 'xtensa-20221010' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 3 | -4/+27 |
| 2022-10-02 | kbuild: remove head-y syntax | Masahiro Yamada | 1 | -2/+0 |
| 2022-10-02 | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 1 | -2/+2 |
| 2022-09-26 | xtensa: remove vma linked list walks | Matthew Wilcox (Oracle) | 1 | -6/+12 |
| 2022-09-13 | xtensa: add FDPIC and static PIE support for noMMU | Max Filippov | 3 | -0/+18 |
| 2022-09-13 | xtensa: clean up ELF_PLAT_INIT macro | Max Filippov | 1 | -4/+9 |
| 2022-09-11 | kernel: exit: cleanup release_thread() | Kefeng Wang | 1 | -3/+0 |
| 2022-09-11 | treewide: defconfig: address renamed CONFIG_DEBUG_INFO=y | Arnd Bergmann | 7 | -7/+7 |
| 2022-09-11 | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER | Zi Yan | 1 | -1/+1 |
| 2022-09-11 | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse | Zach O'Keefe | 1 | -0/+2 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -20/+27 |
| 2022-08-05 | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+0 |
| 2022-08-04 | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -10/+0 |
| 2022-08-04 | Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 3 | -35/+32 |
| 2022-08-02 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -5/+5 |
| 2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
| 2022-08-01 | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+4 |
| 2022-07-22 | PCI: Move isa_dma_bridge_buggy out of asm/dma.h | Stafford Horne | 1 | -7/+0 |
| 2022-07-22 | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.h | Stafford Horne | 1 | -3/+0 |
| 2022-07-17 | xtensa: drop definition of PGD_ORDER | Mike Rapoport | 2 | -2/+1 |
| 2022-07-17 | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -1/+0 |
| 2022-07-17 | xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 3 | -18/+23 |
| 2022-07-14 | xtensa: enable ARCH_HAS_GCOV_PROFILE_ALL | Max Filippov | 2 | -0/+2 |
| 2022-07-14 | xtensa: enable KCOV support | Max Filippov | 2 | -0/+2 |
| 2022-07-14 | xtensa: iss: fix handling error cases in iss_net_configure() | Yang Yingliang | 1 | -17/+15 |
| 2022-07-14 | xtensa: iss/network: provide release() callback | Max Filippov | 1 | -0/+10 |
| 2022-07-14 | xtensa: iss/network: drop 'devices' list | Max Filippov | 1 | -18/+3 |
| 2022-07-07 | genirq: Return a const cpumask from irq_data_get_affinity_mask | Samuel Holland | 1 | -3/+4 |
| 2022-06-29 | context_tracking: Split user tracking Kconfig | Frederic Weisbecker | 2 | -3/+3 |
| 2022-06-29 | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi... | Frederic Weisbecker | 1 | -2/+2 |
| 2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 1 | -2/+2 |
| 2022-06-28 | arch/*/: remove CONFIG_VIRT_TO_BUS | Arnd Bergmann | 2 | -4/+0 |
| 2022-06-27 | Merge branch 'master' into mm-stable | akpm | 3 | -1/+3 |
| 2022-06-20 | xtensa: change '.bss' to '.section .bss' | Max Filippov | 1 | -1/+1 |
| 2022-06-18 | xtensa: xtfpga: Fix refcount leak bug in setup | Liang He | 1 | -0/+1 |
| 2022-06-18 | xtensa: Fix refcount leak bug in time.c | Liang He | 1 | -0/+1 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
| 2022-06-03 | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -4/+4 |
| 2022-06-03 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -8/+9 |
| 2022-05-24 | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+2 |
| 2022-05-23 | xtensa: Return true/false (not 1/0) from bool function | Yang Li | 1 | -1/+1 |
| 2022-05-17 | xtensa: improve call0 ABI probing | Max Filippov | 4 | -0/+24 |
| 2022-05-17 | xtensa: support artificial division by 0 exception | Max Filippov | 1 | -0/+23 |
| 2022-05-13 | xtensa: use fallback for random_get_entropy() instead of zero | Jason A. Donenfeld | 1 | -4/+2 |
| 2022-05-13 | xtensa: add trap handler for division by zero | Max Filippov | 1 | -1/+7 |
| 2022-05-11 | ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP | Eric W. Biederman | 2 | -4/+4 |
| 2022-05-11 | xtensa/simdisk: fix proc_read_simdisk() | Yi Yang | 1 | -6/+12 |
| 2022-05-11 | xtensa: no need to initialise statics to 0 | Jason Wang | 1 | -1/+1 |
| 2022-05-07 | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 1 | -6/+5 |
| 2022-05-07 | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 1 | -3/+5 |
| 2022-05-01 | xtensa: clean up labels in the kernel entry assembly | Max Filippov | 1 | -47/+53 |
| 2022-05-01 | xtensa: don't leave invalid TLB entry in fast_store_prohibited | Max Filippov | 1 | -1/+5 |
| 2022-05-01 | xtensa: fix declaration of _SecondaryResetVector_text_* | Max Filippov | 1 | -1/+1 |
| 2022-05-01 | xtensa: enable ARCH_HAS_DEBUG_VM_PGTABLE | Max Filippov | 1 | -0/+1 |
| 2022-05-01 | xtensa: add hibernation support | Max Filippov | 5 | -0/+129 |
| 2022-05-01 | xtensa: support coprocessors on SMP | Max Filippov | 11 | -67/+230 |
| 2022-05-01 | xtensa: get rid of stack frame in coprocessor_flush | Max Filippov | 1 | -6/+5 |
| 2022-05-01 | xtensa: merge SAVE_CP_REGS_TAB and LOAD_CP_REGS_TAB | Max Filippov | 1 | -48/+37 |
| 2022-05-01 | xtensa: add xtensa_xsr macro | Max Filippov | 1 | -0/+7 |
| 2022-05-01 | xtensa: handle coprocessor exceptions in kernel mode | Max Filippov | 1 | -1/+1 |
| 2022-05-01 | xtensa: use callx0 opcode in fast_coprocessor | Max Filippov | 1 | -10/+8 |
| 2022-05-01 | xtensa: clean up excsave1 initialization | Max Filippov | 2 | -4/+3 |
| 2022-05-01 | xtensa: clean up declarations in coprocessor.h | Max Filippov | 1 | -4/+3 |
| 2022-05-01 | xtensa: clean up exception handler prototypes | Max Filippov | 3 | -15/+13 |
| 2022-05-01 | xtensa: clean up function declarations in traps.c | Max Filippov | 2 | -32/+32 |
| 2022-05-01 | xtensa: enable KCSAN | Max Filippov | 6 | -7/+73 |
| 2022-05-01 | xtensa: enable HAVE_VIRT_CPU_ACCOUNTING_GEN | Max Filippov | 1 | -0/+1 |
| 2022-05-01 | xtensa: enable context tracking | Max Filippov | 2 | -0/+10 |
| 2022-05-01 | xtensa: use abi_* register names in the kernel exit code | Max Filippov | 1 | -40/+42 |
| 2022-05-01 | xtensa: move trace_hardirqs_off call back to entry.S | Max Filippov | 2 | -15/+15 |
| 2022-05-01 | xtensa: drop dead code from entry.S | Max Filippov | 1 | -18/+0 |
| 2022-05-01 | xtensa: noMMU: allow handling protection faults | Max Filippov | 4 | -11/+27 |
| 2022-05-01 | xtensa: extract vmalloc_fault code into a function | Max Filippov | 1 | -53/+54 |
| 2022-05-01 | xtensa: move asid_cache from fault.c to mmu.c | Max Filippov | 2 | -1/+2 |
| 2022-05-01 | xtensa: iss: extract and constify network callbacks | Max Filippov | 1 | -19/+28 |
| 2022-05-01 | xtensa: iss: clean up per-device locking in network driver | Max Filippov | 1 | -21/+18 |
| 2022-05-01 | xtensa: iss: replace iss_net_set_mac with eth_mac_addr | Max Filippov | 1 | -14/+1 |
| 2022-05-01 | xtensa: iss: drop opened_list logic from the network driver | Max Filippov | 1 | -39/+14 |
| 2022-05-01 | xtensa: localize labels used in memmove | Max Filippov | 1 | -10/+10 |
| 2022-04-15 | xtensa: fix a7 clobbering in coprocessor context load/store | Max Filippov | 1 | -2/+2 |
| 2022-04-13 | arch: xtensa: platforms: Fix deadlock in rs_close() | Duoming Zhou | 1 | -8/+0 |
| 2022-04-13 | xtensa: patch_text: Fixup last cpu should be master | Guo Ren | 1 | -1/+1 |
| 2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
| 2022-03-31 | arch: syscalls: simplify uapi/kapi directory creation | Masahiro Yamada | 1 | -2/+1 |
| 2022-03-29 | Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
| 2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -5/+4 |
| 2022-03-28 | Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -221/+0 |
| 2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2022-03-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+2 |
| 2022-03-25 | Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 32 | -114/+676 |
| 2022-03-24 | mm: madvise: MADV_DONTNEED_LOCKED | Johannes Weiner | 1 | -0/+2 |
| 2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -1/+1 |
| 2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds | 1 | -1/+1 |
| 2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -112/+6 |
| 2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -0/+1 |
| 2022-03-22 | xtensa: define update_mmu_tlb function | Max Filippov | 2 | -0/+10 |
| 2022-03-21 | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -6/+8 |
| 2022-03-21 | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 1 | -0/+1 |
| 2022-03-20 | xtensa: fix xtensa_wsr always writing 0 | Max Filippov | 1 | -2/+2 |
| 2022-03-19 | xtensa: enable plugin support | Max Filippov | 1 | -0/+1 |
| 2022-03-19 | xtensa: clean up kernel exit assembly code | Max Filippov | 1 | -25/+25 |
| 2022-03-19 | xtensa: rearrange NMI exit path | Max Filippov | 1 | -9/+4 |
| 2022-03-19 | xtensa: merge stack alignment definitions | Max Filippov | 3 | -7/+8 |
| 2022-03-18 | parport_pc: Also enable driver for PCI systems | Maciej W. Rozycki | 1 | -0/+1 |
| 2022-03-17 | xtensa: fix DTC warning unit_address_format | Max Filippov | 3 | -10/+10 |
| 2022-03-16 | xtensa: fix stop_machine_cpuslocked call in patch_text | Max Filippov | 1 | -1/+1 |
| 2022-03-10 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 1 | -2/+2 |
| 2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 1 | -3/+2 |
| 2022-03-09 | xtensa: make secondary reset vector support conditional | Max Filippov | 4 | -4/+14 |
| 2022-03-09 | xtensa: add kernel ABI selection to Kconfig | Max Filippov | 2 | -0/+39 |
| 2022-03-09 | xtensa: don't link with libgcc | Max Filippov | 3 | -19/+4 |
| 2022-03-09 | xtensa: add helpers for division, remainder and shifts | Max Filippov | 10 | -0/+539 |
| 2022-03-09 | xtensa: add missing XCHAL_HAVE_WINDOWED check | Max Filippov | 1 | -0/+2 |
| 2022-03-07 | xtensa: use XCHAL_NUM_AREGS as pt_regs::areg size | Max Filippov | 2 | -14/+3 |
| 2022-03-07 | xtensa: rename PT_SIZE to PT_KERNEL_SIZE | Max Filippov | 3 | -10/+10 |
| 2022-03-06 | xtensa: Remove unused early_read_config_byte() et al declarations | Bjorn Helgaas | 1 | -9/+0 |
| 2022-03-06 | xtensa: use strscpy to copy strings | Jason Wang | 1 | -4/+4 |
| 2022-03-06 | net: xtensa: use strscpy to copy strings | Jason Wang | 1 | -2/+2 |
| 2022-03-04 | iss-simdisk: use bvec_kmap_local in simdisk_submit_bio | Christoph Hellwig | 1 | -2/+2 |
| 2022-03-04 | net: xtensa: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-03-03 | dma-mapping: remove CONFIG_DMA_REMAP | Christoph Hellwig | 1 | -1/+1 |
| 2022-02-25 | xtensa: Implement "current_stack_pointer" | Kees Cook | 4 | -6/+8 |
| 2022-02-25 | Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd... | Arnd Bergmann | 6 | -110/+1 |
| 2022-02-25 | xtensa: termbits.h is identical to asm-generic one | Ilpo Järvinen | 1 | -221/+0 |
| 2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 6 | -101/+0 |
| 2022-02-25 | uaccess: generalize access_ok() | Arnd Bergmann | 1 | -9/+1 |
| 2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva | 1 | -1/+1 |
| 2022-02-17 | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverage | Masahiro Yamada | 1 | -1/+4 |
| 2022-02-17 | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverage | Masahiro Yamada | 1 | -1/+1 |
| 2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -1/+0 |
| 2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -2/+2 |
| 2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -5/+2 |
| 2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -9/+9 |
| 2022-01-15 | include: move find.h from asm_generic to linux | Yury Norov | 1 | -1/+0 |
| 2022-01-15 | mm/mempolicy: wire up syscall set_mempolicy_home_node | Aneesh Kumar K.V | 1 | -0/+1 |
| 2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit | Qi Zheng | 1 | -9/+8 |
| 2022-01-08 | exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_dead | Eric W. Biederman | 1 | -1/+1 |
| 2022-01-08 | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada | 2 | -5/+2 |
| 2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman | 1 | -1/+1 |
| 2021-12-13 | Merge tag 'v5.16-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2 | -3/+1 |
| 2021-12-11 | futex: Fix additional regressions | Arnd Bergmann | 1 | -1/+1 |
| 2021-12-07 | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2021-11-25 | Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2021-11-25 | futex: Wireup futex_waitv syscall | André Almeida | 1 | -0/+1 |
| 2021-11-25 | futex: Remove futex_cmpxchg detection | Arnd Bergmann | 1 | -1/+0 |
| 2021-11-25 | futex: Ensure futex_atomic_cmpxchg_inatomic() is present | Arnd Bergmann | 1 | -2/+6 |
| 2021-11-17 | Add linux/cacheflush.h | Matthew Wilcox (Oracle) | 1 | -3/+0 |
| 2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+2 |
| 2021-11-10 | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+0 |
| 2021-11-08 | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -3/+1 |
| 2021-11-06 | Merge tag 'xtensa-20211105' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 21 | -265/+541 |
| 2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+3 |
| 2021-11-01 | Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
| 2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -5/+2 |
| 2021-11-01 | Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+11 |
| 2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+1 |
| 2021-11-01 | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+4 |
| 2021-10-29 | net: xtensa: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+2 |
| 2021-10-24 | kbuild: use more subdir- for visiting subdirectories while cleaning | Masahiro Yamada | 1 | -3/+1 |
| 2021-10-20 | exit: Remove calls of do_exit after noreturn versions of die | Eric W. Biederman | 2 | -3/+2 |
| 2021-10-18 | xtensa: move section symbols to asm/sections.h | Max Filippov | 2 | -71/+70 |
| 2021-10-18 | xtensa: remove unused variable wmask | Max Filippov | 1 | -3/+1 |
| 2021-10-18 | xtensa: only build windowed register support code when needed | Max Filippov | 7 | -5/+45 |
| 2021-10-18 | xtensa: use register window specific opcodes only when present | Max Filippov | 5 | -2/+10 |
| 2021-10-18 | xtensa: implement call0 ABI support in assembly | Max Filippov | 5 | -121/+243 |
| 2021-10-18 | xtensa: definitions for call0 ABI | Max Filippov | 3 | -6/+102 |
| 2021-10-18 | xtensa: don't use a12 in __xtensa_copy_user in call0 ABI | Max Filippov | 1 | -6/+22 |
| 2021-10-18 | xtensa: don't use a12 in strncpy_user | Max Filippov | 1 | -9/+8 |
| 2021-10-18 | xtensa: use a14 instead of a15 in inline assembly | Max Filippov | 2 | -21/+21 |
| 2021-10-18 | xtensa: move _SimulateUserKernelVectorException out of WindowVectors | Max Filippov | 1 | -21/+19 |
| 2021-10-18 | xtensa/platforms/iss/simdisk: add error handling support for add_disk() | Luis Chamberlain | 1 | -2/+11 |