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/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-12
1
-1
/
+1
*
mm/arc: use general page fault accounting
Peter Xu
2020-08-12
1
-15
/
+3
*
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-12
1
-1
/
+1
*
uaccess: remove segment_eq
Christoph Hellwig
2020-08-12
1
-2
/
+1
*
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-08-09
1
-5
/
+0
|
\
|
*
kill unused dump_fpu() instances
Al Viro
2020-07-27
1
-5
/
+0
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
2
-2
/
+0
|
\
\
|
*
|
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
2
-2
/
+0
*
|
|
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-08-07
1
-90
/
+58
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
arc: switch to ->regset_get()
Al Viro
2020-07-27
1
-90
/
+58
*
|
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...
Linus Torvalds
2020-08-04
2
-3
/
+3
|
\
\
|
*
|
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
1
-2
/
+3
|
*
|
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
2020-07-04
1
-1
/
+0
|
|
/
*
|
Merge branch 'locking/header'
Peter Zijlstra
2020-07-29
1
-2
/
+0
|
\
\
|
*
|
locking/atomic: Move ATOMIC_INIT into linux/types.h
Herbert Xu
2020-07-29
1
-2
/
+0
|
|
/
*
|
ARCv2: support loop buffer (LPB) disabling
Eugeniy Paltsev
2020-06-18
2
-0
/
+14
*
|
ARC: build: remove deprecated toggle for arc700 builds
Vineet Gupta
2020-06-16
1
-1
/
+1
*
|
ARC: build: allow users to specify -mcpu
Eugeniy Paltsev
2020-06-16
2
-2
/
+28
*
|
ARCv2: boot log: detect newer/upconing HS3x/HS4x releases
Vineet Gupta
2020-06-16
1
-12
/
+7
*
|
ARC: elf: use right ELF_ARCH
Vineet Gupta
2020-06-16
1
-1
/
+1
*
|
ARC: [arcompact] fix bitrot with 2 levels of interrupt
Vineet Gupta
2020-06-16
1
-1
/
+4
*
|
ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE
Vineet Gupta
2020-06-16
1
-11
/
+5
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-1
/
+1
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-1
/
+1
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
3
-6
/
+6
*
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
1
-22
/
+0
*
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
2020-06-09
1
-9
/
+1
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
2
-2
/
+2
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
3
-4
/
+2
*
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
1
-7
/
+1
*
arc: add show_stack_loglvl()
Dmitry Safonov
2020-06-09
3
-8
/
+18
*
kmap: consolidate kmap_prot definitions
Ira Weiny
2020-06-04
1
-3
/
+0
*
arch/kmap: define kmap_atomic_prot() for all arch's
Ira Weiny
2020-06-04
1
-3
/
+3
*
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-04
2
-7
/
+2
*
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-04
2
-8
/
+2
*
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
2020-06-04
1
-10
/
+0
*
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
2020-06-04
2
-12
/
+0
*
arch/kmap: remove BUG_ON()
Ira Weiny
2020-06-04
2
-2
/
+2
*
mm/debug: add tests validating architecture page table helpers
Anshuman Khandual
2020-06-04
1
-0
/
+1
*
mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
Anshuman Khandual
2020-06-03
1
-1
/
+1
*
mm: free_area_init: allow defining max_zone_pfn in descending order
Mike Rapoport
2020-06-03
1
-29
/
+12
*
Merge tag 'arc-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2020-05-19
9
-16
/
+16
|
\
|
*
ARC: show_regs: avoid extra line of output
Vineet Gupta
2020-05-14
1
-8
/
+6
|
*
ARC: guard dsp early init against non ARCv2
Eugeniy Paltsev
2020-04-29
1
-0
/
+2
|
*
ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
Vineet Gupta
2020-04-27
1
-0
/
+1
|
*
ARC: entry: comment
Vineet Gupta
2020-04-12
1
-0
/
+2
|
*
arc: remove #ifndef CONFIG_AS_CFI_SIGNAL_FRAME
Masahiro Yamada
2020-04-12
1
-2
/
+0
|
*
arc: ptrace: hard-code "arc" instead of UTS_MACHINE
Masahiro Yamada
2020-04-12
2
-4
/
+1
|
*
ARC: [plat-hsdk]: fix USB regression
Eugeniy Paltsev
2020-04-12
1
-0
/
+1
|
*
ARC: Fix ICCM & DCCM runtime size checks
Eugeniy Paltsev
2020-04-12
1
-2
/
+3
[next]