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
/
openrisc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-17
openrisc: remove unneeded code in arch/openrisc/Makefile
Masahiro Yamada
1
-3
/
+0
2019-01-08
arch/openrisc: Fix issues with access_ok()
Stafford Horne
1
-2
/
+6
2019-01-06
arch: restore generic-y += shmparam.h for some architectures
Masahiro Yamada
1
-0
/
+1
2019-01-06
arch: remove redundant UAPI generic-y defines
Masahiro Yamada
1
-27
/
+0
2019-01-06
arch: remove stale comments "UAPI Header export list"
Masahiro Yamada
1
-1
/
+0
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-6
/
+4
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2
-5
/
+3
2019-01-04
fls: change parameter to unsigned int
Matthew Wilcox
1
-1
/
+1
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
3
-8
/
+8
2019-01-01
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
2
-2
/
+2
2018-12-29
Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-1
/
+1
2018-12-22
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
1
-1
/
+1
2018-12-20
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
1
-1
/
+1
2018-12-20
openrisc: Fix broken paths to arch/or32
Geert Uytterhoeven
2
-2
/
+2
2018-12-13
dma-mapping: always build the direct mapping code
Christoph Hellwig
1
-1
/
+0
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2
-4
/
+2
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
2
-2
/
+2
2018-10-31
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
1
-1
/
+0
2018-10-31
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
1
-1
/
+0
2018-10-31
treewide: remove current_text_addr
Nick Desaulniers
1
-5
/
+0
2018-10-26
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+1
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2018-09-28
openrisc: use for_each_of_cpu_node iterator
Rob Herring
1
-2
/
+1
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
1
-1
/
+1
2018-08-29
y2038: Remove stat64 family from default syscall set
Arnd Bergmann
1
-0
/
+1
2018-08-23
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
4
-133
/
+12
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-15
Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-30
/
+1
2018-08-15
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+0
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-3
/
+4
2018-08-06
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
4
-12
/
+13
2018-08-03
openrisc: Use the new GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
3
-13
/
+1
2018-08-02
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
1
-1
/
+0
2018-08-02
Kconfig: consolidate the "Kernel hacking" menu
Christoph Hellwig
2
-6
/
+1
2018-08-02
kconfig: include common Kconfig files from top-level Kconfig
Christoph Hellwig
1
-23
/
+0
2018-07-21
openrisc: use generic dma_noncoherent_ops
Christoph Hellwig
4
-91
/
+12
2018-07-21
openrisc: fix cache maintainance the the sync_single_for_device DMA operation
Christoph Hellwig
1
-23
/
+19
2018-07-21
openrisc: remove the no-op unmap_page and unmap_sg DMA operations
Christoph Hellwig
1
-23
/
+0
2018-07-21
openrisc: remove the sync_single_for_cpu DMA operation
Christoph Hellwig
1
-15
/
+0
2018-07-19
kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile
Masahiro Yamada
1
-1
/
+0
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
4
-12
/
+13
2018-07-01
openrisc: entry: Fix delay slot exception detection
Stafford Horne
3
-11
/
+8
2018-06-25
openrisc: Call destructor during __pte_free_tlb
Stafford Horne
1
-1
/
+5
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
1
-2
/
+2
2018-06-21
locking/atomics/openrisc: Don't pull in all of <linux/bitops.h> in <asm/cmpxc...
Will Deacon
1
-1
/
+2
2018-06-06
Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+0
2018-06-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-39
/
+9
2018-05-29
kbuild: add endianness flag to CHEKCFLAGS
Luc Van Oostenryck
1
-1
/
+0
[next]