index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
xtensa
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2024-01-19
1
-2
/
+4
|
\
|
*
mm: Introduce flush_cache_vmap_early()
Alexandre Ghiti
2023-12-14
1
-2
/
+4
*
|
Merge tag 'xtensa-20240117' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2024-01-17
1
-1
/
+1
|
\
\
|
*
|
xtensa: replace <asm-generic/export.h> with <linux/export.h>
Masahiro Yamada
2023-11-29
1
-1
/
+1
|
|
/
*
/
xtensa, kasan: define KASAN_SHADOW_END
Andrey Konovalov
2023-12-29
1
-0
/
+2
|
/
*
xtensa: tlb: include <asm/tlb.h> for missing prototype
Randy Dunlap
2023-09-20
1
-0
/
+2
*
xtensa: hw_breakpoint: include header for missing prototype
Randy Dunlap
2023-09-20
1
-0
/
+1
*
xtensa: smp: add headers for missing function prototypes
Randy Dunlap
2023-09-20
1
-0
/
+1
*
xtensa: signal: include headers for function prototypes
Randy Dunlap
2023-09-20
1
-0
/
+1
*
xtensa: processor.h: add init_arch() prototype
Randy Dunlap
2023-09-20
1
-0
/
+4
*
xtensa: ptrace: add prototypes to <asm/ptrace.h>
Randy Dunlap
2023-09-20
1
-0
/
+3
*
xtensa: add default definition for XCHAL_HAVE_DIV32
Max Filippov
2023-09-20
1
-0
/
+4
*
Merge tag 'xtensa-20230905' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2023-09-07
3
-0
/
+27
|
\
|
*
xtensa: add XIP-aware MTD support
Max Filippov
2023-08-29
2
-0
/
+18
|
*
xtensa: PMU: fix base address for the newer hardware
Max Filippov
2023-08-28
1
-0
/
+9
*
|
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-31
1
-1
/
+1
|
\
\
|
*
|
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2023-07-11
1
-1
/
+1
|
|
/
*
|
mm: rationalise flush_icache_pages() and flush_icache_page()
Matthew Wilcox (Oracle)
2023-08-25
1
-4
/
+0
*
|
xtensa: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-25
2
-11
/
+16
*
|
xtensa: mm: convert to GENERIC_IOREMAP
Baoquan He
2023-08-18
1
-20
/
+12
|
/
*
Merge tag 'xtensa-20230627' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
2023-06-28
7
-32
/
+45
|
\
|
*
xtensa: add load/store exception handler
Max Filippov
2023-06-14
1
-0
/
+5
|
*
xtensa: move early_trap_init from kasan_early_init to init_arch
Max Filippov
2023-06-14
1
-0
/
+2
|
*
xtensa: drop ARCH_WANT_FRAME_POINTERS
Max Filippov
2023-06-13
1
-9
/
+0
|
*
xtensa: report trax and perf counters in cpuinfo
Max Filippov
2023-06-13
1
-0
/
+8
|
*
xtensa: add asm-prototypes.h
Max Filippov
2023-06-13
2
-0
/
+30
|
*
xtensa: drop bcopy implementation
Max Filippov
2023-06-13
1
-3
/
+0
|
*
xtensa: drop platform_halt and platform_power_off
Max Filippov
2023-06-13
1
-10
/
+0
|
*
xtensa: drop platform_restart
Max Filippov
2023-06-13
1
-5
/
+0
|
*
xtensa: drop platform_heartbeat
Max Filippov
2023-06-13
1
-5
/
+0
*
|
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-06-27
1
-3
/
+9
|
\
\
|
*
|
locking/atomic: xtensa: add preprocessor symbols
Mark Rutland
2023-06-05
1
-0
/
+9
|
*
|
locking/atomic: make atomic*_{cmp,}xchg optional
Mark Rutland
2023-06-05
1
-3
/
+0
|
|
/
*
/
init: Remove check_bugs() leftovers
Thomas Gleixner
2023-06-16
1
-18
/
+0
|
/
*
Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-05-05
1
-2
/
+2
|
\
|
*
locking/arch: Rename all internal __xchg() names to __arch_xchg()
Andrzej Hajda
2023-04-29
1
-2
/
+2
*
|
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-28
1
-1
/
+1
|
\
\
|
*
|
xtensa/cpu: Mark cpu_die() __noreturn
Josh Poimboeuf
2023-03-08
1
-1
/
+1
|
|
/
*
/
docs: move xtensa documentation under Documentation/arch/
Jonathan Corbet
2023-03-30
1
-1
/
+1
|
/
*
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
2023-02-10
1
-2
/
+2
*
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-03
1
-1
/
+0
*
xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-03
1
-5
/
+27
*
xtensa: drop unused members of struct thread_struct
Max Filippov
2023-01-07
1
-9
/
+0
*
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-14
1
-2
/
+0
|
\
|
*
mm: remove kern_addr_valid() completely
Kefeng Wang
2022-11-09
1
-2
/
+0
*
|
stackprotector: actually use get_random_canary()
Jason A. Donenfeld
2022-11-18
1
-8
/
+1
|
/
*
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-10-12
1
-3
/
+0
|
\
|
*
kernel: exit: cleanup release_thread()
Kefeng Wang
2022-09-12
1
-3
/
+0
*
|
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-11
1
-0
/
+2
|
\
\
|
*
|
mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
Zach O'Keefe
2022-09-12
1
-0
/
+2
|
|
/
[next]