index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
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
2006-12-07
[PATCH] mm: pagefault_{disable,enable}()
Peter Zijlstra
1
-2
/
+2
2006-12-07
[PATCH] mm: arch do_page_fault() vs in_atomic()
Peter Zijlstra
1
-1
/
+1
2006-12-02
[NET]: FRV checksum annotations.
Al Viro
1
-12
/
+12
2006-12-02
[NET]: Kill direct includes of asm/checksum.h
Al Viro
1
-1
/
+0
2006-10-27
[PATCH] vmlinux.lds: consolidate initcall sections
Andrew Morton
1
-7
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
6
-14
/
+13
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
1
-1
/
+0
2006-10-03
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
1
-1
/
+0
2006-10-03
[PATCH] FRV: Permit large kmalloc allocations [try #2]
David Howells
1
-0
/
+8
2006-10-02
[PATCH] provide kernel_execve on all architectures
Arnd Bergmann
2
-1
/
+34
2006-10-02
[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c
Serge E. Hallyn
1
-2
/
+0
2006-10-02
[PATCH] namespaces: add nsproxy
Serge E. Hallyn
1
-0
/
+2
2006-10-01
[SERIAL] Remove wrong asm/serial.h inclusions
Russell King
1
-1
/
+0
2006-09-29
[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)
Atsushi Nemoto
1
-1
/
+1
2006-09-26
[PATCH] FRV: permit __do_IRQ() to be dispensed with
David Howells
1
-0
/
+4
2006-09-26
[PATCH] FRV: improve FRV's use of generic IRQ handling
David Howells
4
-69
/
+53
2006-09-26
[PATCH] FRV: Use the generic IRQ stuff
David Howells
10
-1091
/
+405
2006-09-26
[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations
Christoph Lameter
1
-1
/
+1
2006-09-22
[PATCH] sanitize frv archclean
Al Viro
2
-5
/
+3
2006-09-06
[PATCH] FRV: Use the generic time stuff for FRV
john stultz
2
-81
/
+4
2006-07-10
[PATCH] FRV: Introduce asm-offsets for FRV arch
David Howells
9
-107
/
+248
2006-07-10
[PATCH] FDPIC: Add coredump capability for the ELF-FDPIC binfmt
David Howells
1
-0
/
+8
2006-07-10
[PATCH] FRV: Fix FRV arch compile errors
David Howells
4
-8
/
+15
2006-07-03
kbuild: introduce utsrelease.h
Sam Ravnborg
1
-1
/
+1
2006-07-02
[PATCH] irq-flags: FRV: Use the new IRQF_ constants
Thomas Gleixner
3
-9
/
+9
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
33
-33
/
+0
2006-06-27
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
Greg Kroah-Hartman
1
-2
/
+2
2006-06-23
[PATCH] More BUG_ON conversion
Eric Sesterhenn
1
-1
/
+1
2006-06-23
[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes
Laurent MEYER
1
-1
/
+1
2006-06-23
[PATCH] frv: trivial cleanups in frv_ksyms.c
Al Viro
1
-18
/
+0
2006-06-23
[PATCH] frv: wrong syscall
Al Viro
1
-1
/
+1
2006-06-23
[PATCH] frv: misc sparse annotations
Al Viro
2
-9
/
+9
2006-06-23
[PATCH] frv: misc __user annotations
Al Viro
3
-5
/
+5
2006-06-23
[PATCH] frv: sysctl __user annotations
Al Viro
2
-22
/
+22
2006-06-23
[PATCH] frv: signal annotations
Al Viro
1
-10
/
+10
2006-06-23
[PATCH] frv: basic __iomem annotations
Al Viro
1
-3
/
+3
2006-06-23
[PATCH] frv: __user infrastructure
Al Viro
1
-3
/
+3
2006-04-11
[PATCH] No arch-specific strpbrk implementations
Kyle McMartin
1
-1
/
+0
2006-04-11
[PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up...
Hyok S. Choi
1
-16
/
+10
2006-03-31
[PATCH] unexport get_wchan
Adrian Bunk
1
-2
/
+0
2006-03-26
[PATCH] bitops: frv: use generic bitops
Akinobu Mita
1
-0
/
+4
2006-03-26
[PATCH] frv: remove unnesesary "&"
Akinobu Mita
1
-3
/
+3
2006-03-24
[PATCH] s/;;/;/g
Alexey Dobriyan
1
-1
/
+1
2006-03-23
[PATCH] more for_each_cpu() conversions
Andrew Morton
1
-6
/
+4
2006-03-22
[PATCH] remove set_page_count() outside mm/
Nick Piggin
1
-3
/
+3
2006-03-22
[PATCH] mm: split highorder pages
Nick Piggin
1
-3
/
+1
2006-03-22
[PATCH] multiple exports of strpbrk
Andrew Morton
1
-0
/
+1
2006-02-14
[PATCH] FRV: Use virtual interrupt disablement
David Howells
6
-55
/
+172
2006-02-14
[PATCH] FRV: Miscellaneous fixes
David Howells
2
-14
/
+21
2006-02-14
[PATCH] hrtimer: round up relative start time on low-res arches
Ingo Molnar
1
-0
/
+4
[next]