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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-02
ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline
Vineet Gupta
2
-18
/
+16
2020-11-02
ARC: stack unwinding: avoid indefinite looping
Vineet Gupta
1
-1
/
+6
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
3
-6
/
+6
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-10-23
Merge tag 'arc-5.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-9
/
+18
2020-10-22
ARC: perf: redo the pct irq missing in device-tree handling
Vineet Gupta
1
-9
/
+18
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-0
/
+1
2020-10-20
Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
35
-1355
/
+15
2020-10-17
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
1
-1
/
+1
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2020-10-12
Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-52
/
+2
2020-10-12
Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+0
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-0
/
+1
2020-10-05
arc: include/asm: fix typos of "themselves"
Randy Dunlap
2
-3
/
+3
2020-10-05
ARC: SMP: fix typo and use "come up" instead of "comeup"
Mike Rapoport
1
-1
/
+1
2020-10-05
ARC: [dts] fix the errors detected by dtbs_check
Zhen Lei
5
-5
/
+5
2020-10-05
arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLER
Necip Fazil Yildiran
1
-0
/
+1
2020-10-05
ARC: [plat-eznps]: Drop support for EZChip NPS platform
Vineet Gupta
28
-1346
/
+5
2020-09-08
uaccess: add infrastructure for kernel builds with set_fs()
Christoph Hellwig
1
-0
/
+1
2020-09-08
arc: kprobes: Use generic kretprobe trampoline handler
Masami Hiramatsu
1
-52
/
+2
2020-09-05
Merge tag 'arc-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
6
-73
/
+56
2020-09-01
ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-id
Evgeniy Didin
1
-2
/
+2
2020-09-01
arc: fix memory initialization for systems with two memory banks
Mike Rapoport
1
-11
/
+16
2020-09-01
vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
Kees Cook
1
-0
/
+1
2020-08-27
irqchip/eznps: Fix build error for !ARC700 builds
Vineet Gupta
1
-1
/
+0
2020-08-27
ARC: show_regs: fix r12 printing and simplify
Vineet Gupta
1
-47
/
+30
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
3
-5
/
+5
2020-08-16
ARC: HSDK: wireup perf irq
Vineet Gupta
1
-0
/
+2
2020-08-16
ARC: perf: don't bail setup if pct irq missing in device-tree
Vineet Gupta
1
-10
/
+4
2020-08-16
ARC: pgalloc.h: delete a duplicated word + other fixes
Randy Dunlap
1
-2
/
+2
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
1
-1
/
+1
2020-08-12
mm/arc: use general page fault accounting
Peter Xu
1
-15
/
+3
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-08-12
uaccess: remove segment_eq
Christoph Hellwig
1
-2
/
+1
2020-08-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-5
/
+0
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+0
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2
-2
/
+0
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-90
/
+58
2020-08-04
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...
Linus Torvalds
2
-3
/
+3
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-07-27
kill unused dump_fpu() instances
Al Viro
1
-5
/
+0
2020-07-27
arc: switch to ->regset_get()
Al Viro
1
-90
/
+58
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
1
-2
/
+3
2020-07-04
arch: remove HAVE_COPY_THREAD_TLS
Christian Brauner
1
-1
/
+0
2020-06-18
ARCv2: support loop buffer (LPB) disabling
Eugeniy Paltsev
2
-0
/
+14
2020-06-16
ARC: build: remove deprecated toggle for arc700 builds
Vineet Gupta
1
-1
/
+1
2020-06-16
ARC: build: allow users to specify -mcpu
Eugeniy Paltsev
2
-2
/
+28
2020-06-16
ARCv2: boot log: detect newer/upconing HS3x/HS4x releases
Vineet Gupta
1
-12
/
+7
[next]