index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE
Anshuman Khandual
2021-05-05
1
-4
/
+1
*
mm: generalize ARCH_HAS_CACHE_LINE_SIZE
Anshuman Khandual
2021-05-05
1
-3
/
+1
*
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2021-04-30
1
-1
/
+0
*
ARC: treewide: avoid the pointer addition with NULL pointer
dean.yang_cp
2021-03-22
1
-13
/
+14
*
arc: kernel: Return -EFAULT if copy_to_user() fails
Wang Qing
2021-03-22
1
-2
/
+2
*
ARC: haps: bump memory to 1 GB
Vineet Gupta
2021-03-12
1
-1
/
+1
*
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-21
1
-1
/
+1
*
arch: arc: Remove CONFIG_OPROFILE support
Viresh Kumar
2021-01-22
4
-36
/
+0
*
ARC: [hsdk]: Enable FPU_SAVE_RESTORE
Vineet Gupta
2021-01-08
1
-0
/
+1
*
ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handling
Vineet Gupta
2021-01-07
1
-1
/
+1
*
arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
Randy Dunlap
2021-01-05
1
-0
/
+1
*
Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
2021-01-05
2
-21
/
+17
|
\
|
*
ARC: build: use $(READELF) instead of hard-coded readelf
Masahiro Yamada
2020-12-01
1
-1
/
+1
|
*
ARC: build: remove unneeded extra-y
Masahiro Yamada
2020-12-01
1
-4
/
+3
|
*
ARC: build: move symlink creation to arch/arc/Makefile to avoid race
Masahiro Yamada
2020-12-01
2
-11
/
+13
|
*
ARC: build: add boot_targets to PHONY
Masahiro Yamada
2020-12-01
1
-0
/
+1
|
*
ARC: build: add uImage.lzma to the top-level target
Masahiro Yamada
2020-12-01
1
-1
/
+1
|
*
ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
Masahiro Yamada
2020-12-01
1
-6
/
+0
*
|
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
2020-12-29
1
-1
/
+0
*
|
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
3
-3
/
+6
|
\
\
|
*
|
arc: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-11-09
3
-3
/
+6
*
|
|
Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-12-16
1
-1
/
+0
|
\
\
\
|
*
|
|
timekeeping: default GENERIC_CLOCKEVENTS to enabled
Arnd Bergmann
2020-10-30
1
-1
/
+0
*
|
|
|
Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2020-12-15
1
-8
/
+9
|
\
\
\
\
|
*
|
|
|
arc: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
2020-10-26
1
-8
/
+9
|
|
/
/
/
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
3
-11
/
+41
|
\
\
\
\
|
*
|
|
|
arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
Mike Rapoport
2020-12-15
3
-11
/
+41
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-14
4
-69
/
+26
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
arc/mm/highmem: Use generic kmap atomic implementation
Thomas Gleixner
2020-11-06
4
-69
/
+26
|
|
/
/
*
|
|
Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-11-27
1
-0
/
+2
|
\
\
\
|
*
|
|
arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
Arnd Bergmann
2020-11-16
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
ARC: stack unwinding: reorganize how initial register state setup
Vineet Gupta
2020-11-17
1
-19
/
+18
*
|
|
ARC: stack unwinding: don't assume non-current task is sleeping
Vineet Gupta
2020-11-17
1
-8
/
+15
*
|
|
ARC: mm: fix spelling mistakes
Flavio Suligoi
2020-11-17
1
-12
/
+12
*
|
|
ARC: bitops: Remove unecessary operation and value
Gustavo Pimentel
2020-11-17
1
-3
/
+1
|
/
/
*
|
ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline
Vineet Gupta
2020-11-02
2
-18
/
+16
*
|
ARC: stack unwinding: avoid indefinite looping
Vineet Gupta
2020-11-02
1
-1
/
+6
|
/
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
3
-6
/
+6
*
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-23
1
-1
/
+1
|
\
|
*
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-10-17
1
-1
/
+1
*
|
Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-10-23
1
-9
/
+18
|
\
\
|
*
|
ARC: perf: redo the pct irq missing in device-tree handling
Vineet Gupta
2020-10-22
1
-9
/
+18
*
|
|
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-10-22
1
-0
/
+1
|
\
\
\
|
*
|
|
uaccess: add infrastructure for kernel builds with set_fs()
Christoph Hellwig
2020-09-08
1
-0
/
+1
*
|
|
|
Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
2020-10-20
35
-1355
/
+15
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
arc: include/asm: fix typos of "themselves"
Randy Dunlap
2020-10-05
2
-3
/
+3
|
*
|
ARC: SMP: fix typo and use "come up" instead of "comeup"
Mike Rapoport
2020-10-05
1
-1
/
+1
|
*
|
ARC: [dts] fix the errors detected by dtbs_check
Zhen Lei
2020-10-05
5
-5
/
+5
|
*
|
arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLER
Necip Fazil Yildiran
2020-10-05
1
-0
/
+1
|
*
|
ARC: [plat-eznps]: Drop support for EZChip NPS platform
Vineet Gupta
2020-10-05
28
-1346
/
+5
[next]