index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-11
/
+12
2019-07-17
arch: replace _BITUL() in kernel-space headers with BIT()
Masahiro Yamada
2
-11
/
+12
2019-07-17
Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
14
-340
/
+377
2019-07-13
Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2
-1
/
+2
2019-07-13
Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-61
/
+12
2019-07-10
kbuild: remove src and obj from the top Makefile
Masahiro Yamada
1
-1
/
+1
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-6
/
+6
2019-07-09
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-21
/
+20
2019-07-08
ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfig
Eugeniy Paltsev
1
-0
/
+2
2019-07-08
ARC: [plat-hsdk]: enable DW SPI controller
Eugeniy Paltsev
2
-0
/
+17
2019-07-08
ARC: hide unused function unw_hdr_alloc
Arnd Bergmann
1
-5
/
+4
2019-07-08
ARC: [haps] Add Virtio support
Alexey Brodkin
2
-1
/
+34
2019-07-08
ARCv2: entry: simplify return to Delay Slot via interrupt
Vineet Gupta
1
-48
/
+10
2019-07-08
ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause
Vineet Gupta
4
-7
/
+6
2019-07-01
ARCv2: entry: rewrite to enable use of double load/stores LDD/STD
Vineet Gupta
4
-159
/
+167
2019-07-01
ARCv2: entry: avoid a branch
Vineet Gupta
1
-3
/
+2
2019-07-01
ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUE
Vineet Gupta
2
-8
/
+11
2019-07-01
ARCv2: entry: comments about hardware auto-save on taken interrupts
Vineet Gupta
1
-16
/
+62
2019-07-01
ARC: mm: do_page_fault refactor #8: release mmap_sem sooner
Vineet Gupta
1
-4
/
+3
2019-07-01
ARC: mm: do_page_fault refactor #7: fold the various error handling
Vineet Gupta
1
-34
/
+14
2019-07-01
ARC: mm: do_page_fault refactor #6: error handlers to use same pattern
Vineet Gupta
1
-11
/
+10
2019-07-01
ARC: mm: do_page_fault refactor #5: scoot no_context to end
Vineet Gupta
1
-14
/
+7
2019-07-01
ARC: mm: do_page_fault refactor #4: consolidate retry related logic
Vineet Gupta
1
-29
/
+31
2019-07-01
ARC: mm: do_page_fault refactor #3: tidyup vma access permission code
Vineet Gupta
1
-18
/
+21
2019-07-01
ARC: mm: do_page_fault refactor #2: remove short lived variable
Vineet Gupta
1
-6
/
+1
2019-07-01
ARC: mm: do_page_fault refactor #1: remove label @good_area
Vineet Gupta
1
-7
/
+5
2019-06-29
Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
2
-8
/
+157
2019-06-25
arc: use the generic remapping allocator for coherent DMA allocations
Christoph Hellwig
2
-52
/
+12
2019-06-25
arc: remove the partial DMA_ATTR_NON_CONSISTENT support
Christoph Hellwig
1
-15
/
+6
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
152
-615
/
+152
2019-06-17
Merge tag 'v5.2-rc5' into locking/core, to pick up fixes
Ingo Molnar
23
-232
/
+82
2019-06-15
kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples
Masahiro Yamada
1
-0
/
+1
2019-06-14
docs: kbuild: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-11
ARC: [plat-hsdk]: unify memory apertures configuration
Eugeniy Paltsev
1
-8
/
+153
2019-06-11
ARC: build: Try to guess CROSS_COMPILE with cc-cross-prefix
Alexey Brodkin
1
-0
/
+4
2019-06-08
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
18
-212
/
+18
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
Thomas Gleixner
8
-102
/
+8
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332
Thomas Gleixner
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291
Thomas Gleixner
9
-107
/
+9
2019-06-04
Merge tag 'arc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
5
-20
/
+64
2019-06-03
locking/atomic, arc: Use s64 for atomic64
Mark Rutland
1
-21
/
+20
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2
-0
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
1
-10
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2
-3
/
+3
2019-05-29
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
2
-3
/
+3
2019-05-28
ARC: [plat-hsdk] Get rid of inappropriate PHY settings
Alexey Brodkin
1
-4
/
+0
2019-05-28
ARC: [plat-hsdk]: Add support of Vivante GPU
Eugeniy Paltsev
2
-1
/
+30
2019-05-28
ARC: [plat-hsdk]: enable creg-gpio controller
Eugeniy Paltsev
2
-0
/
+9
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2
-2
/
+2
[next]