index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-24
m68k: fix __page_to_pfn for a const struct page argument
Ian Campbell
1
-1
/
+1
2011-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2
-4
/
+3
2011-07-30
m68k/atari: Prefix GPIO_{IN,OUT} with CODEC_
Geert Uytterhoeven
1
-2
/
+2
2011-07-30
m68k/atari: Reserve some ST-RAM early on for device buffer use
Michael Schmitz
1
-2
/
+1
2011-07-27
atomic: cleanup asm-generic atomic*.h inclusion
Arun Sharma
1
-2
/
+0
2011-07-27
atomic: move atomic_add_unless to generic code
Arun Sharma
1
-2
/
+2
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+0
2011-07-27
h8300/m68k/xtensa: __FD_ISSET should return 0/1
Andrew Morton
1
-1
/
+1
2011-07-27
ptrace: unify show_regs() prototype
Mike Frysinger
1
-1
/
+0
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
19
-1406
/
+876
2011-07-26
m68k, exec: remove redundant set_fs(USER_DS)
Mathias Krause
1
-4
/
+0
2011-07-25
m68knommu: Move forward declaration of do_IRQ() from machdep.h to irq.h
Geert Uytterhoeven
2
-1
/
+2
2011-07-25
m68k: fix some atomic operation asm address modes for ColdFire
Greg Ungerer
1
-3
/
+3
2011-07-25
m68k: use CPU_HAS_NO_BITFIELDS for signal functions
Greg Ungerer
1
-8
/
+7
2011-07-25
m68k: merge and clean up delay.h files
Greg Ungerer
3
-136
/
+94
2011-07-25
m68knommu: correctly use trap_init
Greg Ungerer
1
-1
/
+0
2011-07-25
m68k: merge mmu and non-mmu bitops.h
Greg Ungerer
3
-837
/
+528
2011-07-25
m68k: merge MMU and non MMU versions of system.h
Greg Ungerer
4
-355
/
+197
2011-07-25
m68k: merge MMU and non-MMU versions of asm/hardirq.h
Greg Ungerer
4
-47
/
+32
2011-07-25
m68k: merge the non-mmu and mmu versions of module.c
Greg Ungerer
1
-18
/
+13
2011-05-28
Merge branch 'setns'
Linus Torvalds
1
-1
/
+2
2011-05-28
ns: Wire up the setns system call
Eric W. Biederman
1
-1
/
+2
2011-05-27
m68knommu: use generic find_next_bit_le()
Akinobu Mita
1
-44
/
+2
2011-05-27
arch: add #define for each of optimized find bitops
Akinobu Mita
2
-0
/
+10
2011-05-27
m68knommu: fix build error due to the lack of find_next_bit_le()
Akinobu Mita
1
-0
/
+44
2011-05-24
m68knommu: use asm-generic/bitops/ext2-atomic.h
Akinobu Mita
1
-17
/
+1
2011-05-24
m68knommu: remove stubs for __ioremap() and iounmap()
Greg Ungerer
1
-3
/
+5
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2011-05-19
input/atari: Use the correct mouse interrupt hook
Michael Schmitz
1
-2
/
+0
2011-05-19
m68k: unistd - Comment out definitions for unimplemented syscalls
Geert Uytterhoeven
1
-22
/
+24
2011-05-19
m68k: bitops - Never step beyond the end of the bitmap
Geert Uytterhoeven
1
-26
/
+55
2011-05-19
m68k: bitops - offset == ((long)p - (long)vaddr) * 8
Geert Uytterhoeven
1
-4
/
+2
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
19
-89
/
+92
2011-04-13
m68k,m68knommu: Wire up name_to_handle_at, open_by_handle_at, clock_adjtime, ...
Geert Uytterhoeven
1
-1
/
+5
2011-04-10
m68k: fix comment typo 'occcured'
Justin P. Mattock
2
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
15
-16
/
+16
2011-03-24
remove dma64_addr_t
FUJITA Tomonori
1
-6
/
+0
2011-03-24
bitops: remove minix bitops from asm/bitops.h
Akinobu Mita
2
-32
/
+0
2011-03-24
m68k: remove inline asm from minix_find_first_zero_bit
Akinobu Mita
1
-7
/
+3
2011-03-24
bitops: remove ext2 non-atomic bitops from asm/bitops.h
Akinobu Mita
2
-14
/
+0
2011-03-24
m68knommu: introduce little-endian bitops
Akinobu Mita
1
-10
/
+27
2011-03-24
m68k: introduce little-endian bitops
Akinobu Mita
1
-26
/
+67
2011-03-24
asm-generic: rename generic little-endian bitops functions
Akinobu Mita
2
-5
/
+5
2011-03-23
add the common dma_addr_t typedef to include/linux/types.h
FUJITA Tomonori
1
-3
/
+0
2011-03-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2
-0
/
+24
2011-03-16
m68k/atari: Initial ARAnyM support
Petr Stehlik
1
-0
/
+22
2011-03-16
m68k: Add helper function handle_kernel_fault()
Roman Zippel
1
-0
/
+2
2011-03-15
m68knommu: external interrupt support to ColdFire intc-simr controller
Greg Ungerer
1
-0
/
+3
2011-03-15
m68knommu: external interrupt support to ColdFire intc-2 controller
Greg Ungerer
3
-0
/
+16
2011-03-15
m68knommu: remove ColdFire CLOCK_DIV config option
Greg Ungerer
12
-5
/
+15
[next]