index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-24
ARC: mm: move mmu/cache externs out to setup.h
Vineet Gupta
3
-10
/
+10
2021-08-24
ARC: mm: remove tlb paranoid code
Vineet Gupta
1
-6
/
+0
2021-08-24
ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
Vineet Gupta
4
-36
/
+1
2021-08-24
ARC: retire MMUv1 and MMUv2 support
Vineet Gupta
3
-143
/
+6
2021-08-24
ARC: atomic_cmpxchg/atomic_xchg: implement relaxed variants
Vineet Gupta
2
-23
/
+27
2021-08-24
ARC: cmpxchg/xchg: implement relaxed variants (LLSC config only)
Vineet Gupta
1
-9
/
+2
2021-08-24
ARC: cmpxchg/xchg: rewrite as macros to make type safe
Vineet Gupta
1
-96
/
+117
2021-08-24
ARC: xchg: !LLSC: remove UP micro-optimization/hack
Vineet Gupta
1
-7
/
+1
2021-08-24
ARC: bitops: fls/ffs to take int (vs long) per asm-generic defines
Vineet Gupta
1
-2
/
+2
2021-08-24
ARC: switch to generic bitops
Vineet Gupta
2
-196
/
+2
2021-08-24
ARC: atomics: implement relaxed variants
Vineet Gupta
2
-30
/
+26
2021-08-24
ARC: atomic64: LLSC: elide unused atomic_{and,or,xor,andnot}_return
Vineet Gupta
1
-0
/
+6
2021-08-24
ARC: atomic: !LLSC: use int data type consistently
Vineet Gupta
1
-2
/
+2
2021-08-24
ARC: atomic: !LLSC: remove hack in atomic_set() for for UP
Vineet Gupta
1
-13
/
+4
2021-08-24
ARC: atomics: disintegrate header
Vineet Gupta
4
-424
/
+461
2021-08-03
arc: Prefer unsigned int to bare use of unsigned
Jinchao Wang
2
-2
/
+2
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-8
/
+2
2021-07-01
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2
-2
/
+2
2021-07-01
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
1
-6
/
+0
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-40
/
+0
2021-06-29
arc: remove support for DISCONTIGMEM
Mike Rapoport
1
-40
/
+0
2021-06-28
Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-35
/
+35
2021-06-10
ARCv2: save ABI registers across signal handling
Vineet Gupta
1
-0
/
+1
2021-05-26
locking/atomic: arc: move to ARCH_ATOMIC
Mark Rutland
2
-35
/
+35
2021-05-10
ARC: mm: PAE: use 40-bit physical page mask
Vladimir Isaev
3
-10
/
+15
2021-05-10
arc: Fix typos/spellos
Bhaskar Chowdhury
1
-2
/
+2
2021-01-05
arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
Randy Dunlap
1
-0
/
+1
2020-12-29
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
1
-1
/
+0
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+3
2020-12-15
Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-8
/
+9
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+17
2020-12-15
arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
Mike Rapoport
1
-3
/
+17
2020-12-14
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-20
/
+20
2020-11-27
Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2020-11-17
ARC: bitops: Remove unecessary operation and value
Gustavo Pimentel
1
-3
/
+1
2020-11-16
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
1
-0
/
+2
2020-11-09
arc: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
1
-1
/
+3
2020-11-06
arc/mm/highmem: Use generic kmap atomic implementation
Thomas Gleixner
2
-20
/
+20
2020-10-26
arc: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
1
-8
/
+9
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2
-5
/
+5
2020-10-05
arc: include/asm: fix typos of "themselves"
Randy Dunlap
2
-3
/
+3
2020-10-05
ARC: [plat-eznps]: Drop support for EZChip NPS platform
Vineet Gupta
10
-324
/
+5
2020-08-16
ARC: pgalloc.h: delete a duplicated word + other fixes
Randy Dunlap
1
-2
/
+2
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-2
/
+1
2020-07-29
Merge branch 'locking/header'
Peter Zijlstra
1
-2
/
+0
2020-07-29
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
1
-2
/
+0
2020-06-16
ARC: elf: use right ELF_ARCH
Vineet Gupta
1
-1
/
+1
2020-06-16
ARC: [arcompact] fix bitrot with 2 levels of interrupt
Vineet Gupta
1
-1
/
+4
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-22
/
+0
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-2
/
+0
[next]