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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332
Thomas Gleixner
1
-3
/
+1
2019-03-20
Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
4
-107
/
+117
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
1
-2
/
+1
2019-03-05
ARC: unaligned: relax the check for gcc supporting -mno-unaligned-access
Vineet Gupta
1
-12
/
+0
2019-02-25
ARC: boot log: cut down on verbosity
Vineet Gupta
1
-52
/
+32
2019-02-25
ARCv2: boot log: refurbish HS core/release identification
Vineet Gupta
1
-56
/
+74
2019-02-25
ARC: u-boot args: check that magic number is correct
Eugeniy Paltsev
2
-0
/
+9
2019-02-25
ARCv2: Add explcit unaligned access support (and ability to disable too)
Eugeniy Paltsev
4
-11
/
+26
2019-02-21
ARCv2: don't assume core 0x54 has dual issue
Vineet Gupta
1
-5
/
+21
2019-02-21
ARC: enable uboot support unconditionally
Eugeniy Paltsev
2
-4
/
+0
2019-02-21
ARC: U-boot: check arguments paranoidly
Eugeniy Paltsev
2
-27
/
+64
2019-02-21
ARCv2: support manual regfile save on interrupts
Vineet Gupta
2
-1
/
+5
2019-02-21
ARC: fix actionpoints configuration detection
Eugeniy Paltsev
1
-1
/
+1
2019-02-21
ARCv2: Enable unaligned access in early ASM code
Eugeniy Paltsev
1
-0
/
+10
2019-01-17
ARC: show_regs: lockdep: re-enable preemption
Vineet Gupta
1
-0
/
+8
2019-01-17
ARC: show_regs: lockdep: avoid page allocator...
Vineet Gupta
1
-14
/
+12
2019-01-17
ARC: perf: avoid kernel killing where it is possible
Eugeniy Paltsev
1
-2
/
+4
2019-01-17
ARC: perf: move HW events mapping to separate function
Eugeniy Paltsev
1
-15
/
+33
2019-01-17
ARC: perf: introduce Kernel PMU events support
Eugeniy Paltsev
1
-1
/
+105
2019-01-17
ARC: perf: trivial code cleanup
Eugeniy Paltsev
1
-43
/
+42
2019-01-17
ARC: boot log: print Action point details
Vineet Gupta
1
-7
/
+15
2019-01-17
ARCv2: boot log: BPU return stack depth
Vineet Gupta
1
-2
/
+3
2019-01-05
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-0
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2
-3
/
+3
2019-01-01
Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
1
-9
/
+3
2018-12-30
kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops
Christophe Leroy
1
-1
/
+1
2018-12-30
kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()
Douglas Anderson
1
-8
/
+2
2018-12-30
kgdb: Remove irq flags from roundup
Douglas Anderson
1
-1
/
+1
2018-12-20
vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled
David Howells
1
-0
/
+1
2018-11-12
ARCv2: boot log unaligned access in use
Vineet Gupta
1
-3
/
+6
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
Mike Rapoport
1
-2
/
+2
2018-10-24
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-14
/
+8
2018-10-10
vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
Kees Cook
1
-1
/
+0
2018-10-05
ARC: clone syscall to setp r25 as thread pointer
Vineet Gupta
1
-0
/
+20
2018-09-27
signal/arc: Push siginfo generation into unhandled_exception
Eric W. Biederman
1
-14
/
+8
2018-08-27
ARC: cleanup show_faulting_vma()
Eugeniy Paltsev
1
-9
/
+4
2018-07-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2
-12
/
+37
2018-07-09
ARC: Improve cmpxchg syscall implementation
Peter Zijlstra
1
-11
/
+36
2018-06-21
bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobe
Masami Hiramatsu
1
-2
/
+3
2018-06-21
ARC/kprobes: Don't call the ->break_handler() in ARC kprobes code
Masami Hiramatsu
1
-7
/
+0
2018-06-21
ARC/kprobes: Remove jprobe implementation
Masami Hiramatsu
1
-36
/
+2
2018-06-20
ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMP
Alexey Brodkin
1
-1
/
+1
2018-04-06
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+0
2018-03-01
Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...
Linus Torvalds
3
-16
/
+110
2018-02-28
ARC: setup cpu possible mask according to possible-cpus dts property
Eugeniy Paltsev
1
-10
/
+40
2018-02-28
ARC: mcip: update MCIP debug mask when the new cpu came online
Eugeniy Paltsev
1
-5
/
+32
2018-02-28
ARC: mcip: halt GFRC counter when ARC cores halt
Eugeniy Paltsev
1
-0
/
+37
2018-02-28
ARCv2: boot log: fix HS48 release number
Vineet Gupta
1
-1
/
+1
[next]