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
/
parisc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-21
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
1
-1
/
+1
2009-06-18
ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa
Oleg Nesterov
3
-15
/
+0
2009-06-17
Delete pcibios_select_root
Matthew Wilcox
1
-13
/
+0
2009-06-16
kmap_types: make most arches use generic header file
Randy Dunlap
1
-21
/
+3
2009-06-16
mm: consolidate init_mm definition
Alexey Dobriyan
1
-4
/
+0
2009-06-15
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
7
-15
/
+27
2009-06-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
5
-11
/
+23
2009-06-12
module: cleanup FIXME comments about trimming exception table entries.
Rusty Russell
1
-2
/
+0
2009-06-12
asm-generic: merge branch 'master' of torvalds/linux-2.6
Arnd Bergmann
1
-2
/
+4
2009-06-11
asm-generic: rename page.h and uaccess.h
Arnd Bergmann
2
-2
/
+2
2009-06-11
asm-generic: rename atomic.h to atomic-long.h
Arnd Bergmann
1
-1
/
+1
2009-06-11
asm-generic: introduce asm/bitsperlong.h
Arnd Bergmann
2
-8
/
+20
2009-06-07
cfg80211: errno.h: define ERFKILL
Alexander Beregalov
1
-0
/
+1
2009-04-28
irq: change ->set_affinity() to return status
Yinghai Lu
1
-2
/
+4
2009-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
26
-98
/
+501
2009-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/rtc-parisc
Linus Torvalds
2
-4
/
+4
2009-04-02
Allow rwlocks to re-enable interrupts
Robin Holt
1
-0
/
+3
2009-04-02
Simplify copy_thread()
Alexey Dobriyan
1
-1
/
+1
2009-04-02
parisc: move dereference_function_descriptor to process.c
Kyle McMartin
2
-15
/
+14
2009-04-02
parisc: Move kernel Elf_Fdesc define to <asm/elf.h>
Kyle McMartin
2
-4
/
+10
2009-04-02
parisc: fix build when ARCH_HAS_KMAP
Kyle McMartin
1
-0
/
+3
2009-04-02
Merge branch 'rusty-cpumask-parisc' into parisc
Kyle McMartin
4
-15
/
+16
2009-04-02
parisc: rtc: Rename rtc-parisc to rtc-generic
Geert Uytterhoeven
2
-4
/
+4
2009-04-02
parisc: select BUG always
Kyle McMartin
1
-0
/
+1
2009-04-02
parisc: asm/pdc.h should include asm/page.h
Alexander Beregalov
1
-0
/
+2
2009-04-01
rtc-parisc: remove unnecessary ret variable
dann frazier
1
-4
/
+1
2009-04-01
rtc-parisc: declare rtc_parisc_dev as static
dann frazier
1
-1
/
+1
2009-03-31
parisc: fix macro expansion in atomic.h
James Bottomley
1
-9
/
+9
2009-03-31
parisc: oops_enter()/oops_exit() in die()
Helge Deller
1
-0
/
+3
2009-03-31
parisc: document light weight syscall ABI
Helge Deller
1
-10
/
+48
2009-03-31
parisc: add ftrace (function and graph tracer) functionality
Helge Deller
11
-4
/
+269
2009-03-31
parisc: simplify sys_clone()
Helge Deller
1
-12
/
+2
2009-03-31
parisc: add LATENCYTOP_SUPPORT and CONFIG_STACKTRACE_SUPPORT
Helge Deller
3
-0
/
+70
2009-03-31
parisc: allow to build with 16k default kernel page size
Helge Deller
1
-8
/
+17
2009-03-31
parisc: expose 32/64-bit capabilities in cpuinfo
Colin Watson
3
-1
/
+14
2009-03-31
parisc: use constants instead of numbers in assembly
Helge Deller
1
-4
/
+4
2009-03-31
parisc: fix usage of 32bit PTE page table entries on 32bit kernels
Helge Deller
3
-16
/
+19
2009-03-28
Merge branch 'linus' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
1
-1
/
+1
2009-03-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2009-03-27
generic compat_sys_ustat
Christoph Hellwig
1
-1
/
+1
2009-03-27
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
1
-1
/
+1
2009-03-26
Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+3
2009-03-26
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2009-03-26
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
16
-888
/
+1759
2009-03-26
Merge commit 'v2.6.29' into core/header-fixes
Ingo Molnar
16
-888
/
+1759
2009-03-16
Merge branches 'irq/genirq' and 'linus' into irq/core
Ingo Molnar
16
-888
/
+1759
2009-03-16
cpumask: Use accessors code.: parisc
Rusty Russell
2
-7
/
+7
2009-03-16
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: parisc
Rusty Russell
2
-4
/
+4
2009-03-16
cpumask: arch_send_call_function_ipi_mask: parisc
Rusty Russell
2
-4
/
+5
2009-03-13
parisc: update defconfigs
Kyle McMartin
5
-831
/
+1681
[next]