| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-06-26 | Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -18/+0 |
| 2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -3/+3 |
| 2023-06-24 | mm/fault: convert remaining simple cases to lock_mm_and_find_vma() | Linus Torvalds | 2 | -11/+4 |
| 2023-06-24 | xtensa: dump userspace code around the exception PC | Max Filippov | 2 | -0/+26 |
| 2023-06-19 | xtensa: add pte_unmap() to balance pte_offset_map() | Hugh Dickins | 1 | -1/+4 |
| 2023-06-16 | init: Remove check_bugs() leftovers | Thomas Gleixner | 1 | -18/+0 |
| 2023-06-13 | xtensa: rearrange show_stack output | Max Filippov | 1 | -15/+42 |
| 2023-06-13 | xtensa: add load/store exception handler | Max Filippov | 5 | -14/+136 |
| 2023-06-13 | xtensa: rearrange unaligned exception handler | Max Filippov | 1 | -82/+89 |
| 2023-06-13 | xtensa: always install slow handler for unaligned access exception | Max Filippov | 1 | -5/+1 |
| 2023-06-13 | xtensa: move early_trap_init from kasan_early_init to init_arch | Max Filippov | 3 | -2/+8 |
| 2023-06-12 | xtensa: drop ARCH_WANT_FRAME_POINTERS | Max Filippov | 3 | -14/+0 |
| 2023-06-12 | xtensa: report trax and perf counters in cpuinfo | Max Filippov | 2 | -2/+18 |
| 2023-06-12 | xtensa: add asm-prototypes.h | Max Filippov | 23 | -91/+60 |
| 2023-06-12 | xtensa: only build __strncpy_user with CONFIG_ARCH_HAS_STRNCPY_FROM_USER | Max Filippov | 1 | -1/+2 |
| 2023-06-12 | xtensa: drop bcopy implementation | Max Filippov | 2 | -18/+0 |
| 2023-06-12 | xtensa: drop EXPORT_SYMBOL for common_exception_return | Max Filippov | 1 | -3/+0 |
| 2023-06-12 | xtensa: boot-redboot: clean up Makefile | Max Filippov | 1 | -5/+4 |
| 2023-06-12 | xtensa: clean up default platform functions | Max Filippov | 1 | -10/+15 |
| 2023-06-12 | xtensa: drop platform_halt and platform_power_off | Max Filippov | 6 | -40/+25 |
| 2023-06-12 | xtensa: drop platform_restart | Max Filippov | 6 | -13/+44 |
| 2023-06-12 | xtensa: drop platform_heartbeat | Max Filippov | 4 | -19/+11 |
| 2023-06-12 | xtensa: xt2000: drop empty platform_init | Max Filippov | 1 | -6/+0 |
| 2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -1/+1 |
| 2023-06-12 | block: remove the unused mode argument to ->release | Christoph Hellwig | 1 | -1/+1 |
| 2023-06-12 | block: pass a gendisk to ->open | Christoph Hellwig | 1 | -2/+2 |
| 2023-06-09 | cachestat: wire up cachestat for other architectures | Nhat Pham | 1 | -0/+1 |
| 2023-06-09 | xtensa: Remove 64 bits atomic builtins stubs | Christophe Leroy | 2 | -56/+0 |
| 2023-06-05 | locking/atomic: xtensa: add preprocessor symbols | Mark Rutland | 1 | -0/+9 |
| 2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland | 1 | -3/+0 |
| 2023-05-23 | Merge tag 'xtensa-20230523' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 5 | -9/+69 |
| 2023-05-12 | xtensa: add __bswap{si,di}2 helpers | Max Filippov | 4 | -1/+42 |
| 2023-05-12 | xtensa: fix signal delivery to FDPIC process | Max Filippov | 1 | -8/+27 |
| 2023-05-05 | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
| 2023-04-29 | locking/arch: Rename all internal __xchg() names to __arch_xchg() | Andrzej Hajda | 1 | -2/+2 |
| 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 |