index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
frv
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-13
Remove GENERIC_HARDIRQ config option
Martin Schwidefsky
1
-1
/
+0
2013-09-12
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-4
/
+6
2013-07-25
frv/PCI: Mark pcibios_fixup_bus() as non-init
Bjorn Helgaas
1
-1
/
+1
2013-07-14
frv: delete __cpuinit usage from all frv files
Paul Gortmaker
1
-1
/
+1
2013-07-10
net: rename busy poll socket op and globals
Eliezer Tamir
1
-1
/
+1
2013-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+2
2013-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-6
/
+6
2013-07-04
Merge branch 'kconfig-diet' from Dave Hansen
Linus Torvalds
2
-4
/
+1
2013-07-04
consolidate per-arch stack overflow debugging options
Dave Hansen
2
-4
/
+1
2013-07-03
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
3
-47
/
+27
2013-07-03
arch/frv/kernel/setup.c: use strncmp() instead of memcmp()
Chen Gang
1
-1
/
+1
2013-07-03
arch/frv/kernel/traps.c: using vsnprintf() instead of vsprintf()
Chen Gang
1
-1
/
+1
2013-07-03
mm/frv: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2
-41
/
+21
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
1
-2
/
+2
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
1
-1
/
+1
2013-07-03
Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+0
2013-07-02
Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2013-06-29
consolidate io_remap_pfn_range definitions
Al Viro
1
-3
/
+0
2013-06-17
net: add socket option for low latency polling
Eliezer Tamir
1
-0
/
+2
2013-06-16
frv: head.S - Remove commented-out initialization code
Geert Uytterhoeven
1
-5
/
+0
2013-06-14
frv: Convert use of typedef ctl_table to struct ctl_table
Joe Perches
2
-6
/
+6
2013-05-28
frv: uaccess s/might_sleep/might_fault/
Michael S. Tsirkin
1
-2
/
+2
2013-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+2
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-10
/
+0
2013-04-30
dump_stack: unify debug information printed by show_regs()
Tejun Heo
1
-2
/
+1
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
1
-11
/
+0
2013-04-30
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-22
/
+5
2013-04-29
mm/FRV: use free_highmem_page() to free highmem pages into buddy system
Jiang Liu
1
-4
/
+2
2013-04-29
mm/FRV: use common help functions to free reserved pages
Jiang Liu
1
-30
/
+4
2013-04-17
idle: Remove GENERIC_IDLE_LOOP config switch
Thomas Gleixner
1
-1
/
+0
2013-04-08
frv: Use generic idle loop
Thomas Gleixner
2
-22
/
+6
2013-03-31
net: add option to enable error queue packets waking select
Keller, Jacob E
1
-0
/
+2
2013-03-12
Select VIRT_TO_BUS directly where needed
Stephen Rothwell
1
-1
/
+1
2013-03-03
consolidate cond_syscall and SYSCALL_ALIAS declarations
Al Viro
1
-10
/
+0
2013-02-27
arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUS
Stephen Rothwell
1
-0
/
+1
2013-02-27
mm: use vm_unmapped_area() on frv architecture
Michel Lespinasse
1
-32
/
+17
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-3
/
+0
2013-02-26
default SET_PERSONALITY() in linux/elf.h
Al Viro
1
-3
/
+0
2013-02-25
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-4
/
+1
2013-02-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-62
/
+4
2013-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+3
2013-02-19
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2013-02-14
burying unused conditionals
Al Viro
2
-3
/
+0
2013-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+15
2013-02-03
frv: switch to generic old sigaction()
Al Viro
3
-39
/
+1
2013-02-03
frv: switch to generic old sigsuspend
Al Viro
2
-10
/
+1
2013-02-03
frv: switch to generic sigaltstack
Al Viro
2
-11
/
+3
2013-01-29
frv: Provide dummy dma_mmap_coherent() and dma_get_sgtable()
Geert Uytterhoeven
1
-0
/
+15
2013-01-24
Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
1
-1
/
+0
[next]