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
/
m68k
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-15
m68k: Fix off-by-one in m68k_setup_user_interrupt()
Geert Uytterhoeven
1
-1
/
+1
2008-10-23
proc: move /proc/stram to m68k-specific code
Alexey Dobriyan
1
-6
/
+22
2008-10-23
proc: move /proc/hardware to m68k-specific code
Alexey Dobriyan
9
-86
/
+55
2008-10-20
arch/m68k/bvme6000/rtc.c: remove duplicated include
Huang Weiyi
1
-1
/
+0
2008-10-20
container freezer: implement freezer cgroup subsystem
Matt Helsley
1
-0
/
+2
2008-10-14
arch/m68k/mm/kmap.c: introduce missing kfree
Julia Lawall
1
-1
/
+3
2008-10-14
m68k: init_irq_proc depends on CONFIG_PROC_FS
Geert Uytterhoeven
1
-1
/
+2
2008-10-14
m68k: remove the dead PCI code
Adrian Bunk
3
-521
/
+0
2008-10-14
m68k: Remove the broken Hades support
Adrian Bunk
7
-488
/
+19
2008-10-14
m68k: Add missing dma_sync_single_range_for_{cpu,device}()
Geert Uytterhoeven
1
-2
/
+2
2008-10-14
m68k: Define rtc_lock on Atari
Geert Uytterhoeven
1
-0
/
+3
2008-10-14
m68k: Remove unused atari_kbd_translate()
Geert Uytterhoeven
1
-12
/
+0
2008-10-14
m68k: Modular Amiga keyboard needs key_maps
Geert Uytterhoeven
1
-0
/
+9
2008-10-14
m68k: Reverse platform MMU logic so Sun 3 is last
Geert Uytterhoeven
1
-21
/
+22
2008-10-14
m68k: Add NOTES to init data so its discarded at boot
Roman Zippel
1
-0
/
+1
2008-10-14
m68k: Put .bss at the end of the data section
Roman Zippel
1
-4
/
+4
2008-10-14
m68k: Use new printk() extension %pS to print symbols
Geert Uytterhoeven
1
-6
/
+3
2008-10-14
m68k: use bcd2bin/bin2bcd
Adrian Bunk
6
-84
/
+62
2008-10-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
12
-258
/
+390
2008-09-10
m68k: Update defconfigs for 2.6.27-rc6
Geert Uytterhoeven
12
-258
/
+390
2008-09-06
Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT
David Woodhouse
1
-0
/
+1
2008-09-06
Remove redundant CONFIG_ARCH_SUPPORTS_AOUT
David Woodhouse
1
-3
/
+0
2008-09-02
m68k: atari_keyb_init operator precedence fix
Michael Schmitz
1
-3
/
+6
2008-08-11
m68k{,nommu}: Wire up new system calls
Geert Uytterhoeven
1
-0
/
+6
2008-08-05
remove unneeded #include <linux/ide.h>'s
Adrian Bunk
2
-2
/
+0
2008-07-26
m68k: use generic show_mem()
Johannes Weiner
1
-30
/
+0
2008-07-24
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
1
-0
/
+1
2008-07-24
mm: drop unneeded pgdat argument from free_area_init_node()
Johannes Weiner
2
-2
/
+2
2008-07-24
mm: move bootmem descriptors definition to a single place
Johannes Weiner
1
-3
/
+1
2008-07-20
arch/m68k/mm/sun3mmu.c: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
1
-1
/
+0
2008-07-20
arch/m68k/mm/motorola.c: Eliminate NULL test and memset after alloc_bootmem
Julia Lawall
1
-1
/
+0
2008-07-20
m68k/Atari: remove the dead ATARI_SCC{,_DMA} options
Adrian Bunk
1
-23
/
+1
2008-07-20
m68k/Mac: remove the unused ADB_KEYBOARD option
Adrian Bunk
1
-12
/
+0
2008-07-20
m68k/apollo: Add missing call to apollo_parse_bootinfo()
Geert Uytterhoeven
1
-0
/
+3
2008-07-20
m68k/sun3/: possible cleanups
Adrian Bunk
8
-36
/
+10
2008-07-20
m68k/q40/config.c: make functions static
Adrian Bunk
1
-13
/
+13
2008-07-20
m68k/mac/: possible cleanups
Adrian Bunk
8
-181
/
+35
2008-07-20
m68k/atari/debug.c: possible cleanups
Adrian Bunk
1
-30
/
+7
2008-07-20
m68k/amiga/: possible cleanups
Adrian Bunk
1
-14
/
+6
2008-07-20
export amiga_vblank
Adrian Bunk
1
-0
/
+2
2008-07-20
m68k: remove AP1000 code
Adrian Bunk
3
-18
/
+0
2008-07-20
m68k: make multi_defconfig the default defconfig
Adrian Bunk
1
-1
/
+1
2008-07-20
Stringify support commas
Mathieu Desnoyers
5
-8
/
+0
2008-07-20
m68k: Allow no CPU/platform type for allnoconfig
Geert Uytterhoeven
1
-0
/
+6
2008-07-20
m68k: vmlinux-std/sun3.lds.S cleanup - use PAGE_SIZE macro
Cyrill Gorcunov
2
-4
/
+6
2008-07-20
m68k: remove CVS keywords
Adrian Bunk
6
-6
/
+5
2008-07-14
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
14
-37
/
+42
2008-07-02
mvme16x-rtc: BKL pushdown
Arnd Bergmann
1
-0
/
+4
2008-06-20
bvme6000-rtc: BKL pushdown
Arnd Bergmann
1
-1
/
+6
2008-06-06
m68k: enable CONFIG_COMPAT_BRK by default
Geert Uytterhoeven
12
-36
/
+36
[next]