index
:
linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
kernel
Age
Commit message (
Expand
)
Author
2011-11-08
m68k/irq: Remove obsolete IRQ_FLG_* users
Geert Uytterhoeven
2011-11-08
m68k/irq: Rename {,__}m68k_handle_int()
Geert Uytterhoeven
2011-11-08
m68k/irq: Extract irq_set_chip()
Geert Uytterhoeven
2011-11-08
m68k/irq: Rename setup_irq() to m68k_setup_irq() and make it static
Geert Uytterhoeven
2011-11-08
m68k/irq: Switch irq_chip methods to "struct irq_data *data"
Geert Uytterhoeven
2011-11-08
m68k/irq: Rename irq_node to irq_data
Geert Uytterhoeven
2011-11-08
m68k/irq: Kill irq_node_t typedef, always use struct irq_node
Geert Uytterhoeven
2011-11-08
m68k/irq: Rename irq_controller to irq_chip
Geert Uytterhoeven
2011-10-31
m68k: Add export.h to the m68k specific files as required
Paul Gortmaker
2011-10-25
Merge branch 'for-linus' of git://github.com/gregungerer/m68knommu
Linus Torvalds
2011-10-24
m68k: Finally remove leftover markers sections
Kirill Tkhai
2011-10-18
m68knommu: create common externs for _ram* vars
Greg Ungerer
2011-10-18
m68knommu: use generic section names in setup code
Greg Ungerer
2011-10-18
m68k: merge the mmu and non-mmu traps.c files
Greg Ungerer
2011-10-18
m68k: move hardware vector setting from traps.c to its own file
Greg Ungerer
2011-10-18
m68k: merge mmu and non-mmu include/asm/entry.h files
Greg Ungerer
2011-10-18
m68k: merge the mmu and non-mmu kernel/Makefiles
Greg Ungerer
2011-08-26
All Arch: remove linkage for sys_nfsservctl system call
NeilBrown
2011-07-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2011-07-30
m68k: Kill warning in setup_arch() when compiling for Sun3
Geert Uytterhoeven
2011-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
2011-07-25
m68k, exec: remove redundant set_fs(USER_DS)
Mathias Krause
2011-07-25
m68k: Revive reporting of spurious interrupts
Geert Uytterhoeven
2011-07-25
m68knommu: correctly use trap_init
Greg Ungerer
2011-07-25
m68k: merge the non-mmu and mmu versions of module.c
Greg Ungerer
2011-07-24
modules: make arch's use default loader hooks
Jonas Bonn
2011-06-14
m68k: use kernel processor defines for conditional optimizations
Greg Ungerer
2011-06-14
m68knommu: fix linker script exported name sections
Greg Ungerer
2011-05-28
ns: Wire up the setns system call
Eric W. Biederman
2011-05-24
m68knommu: Use generic show_interrupts()
Geert Uytterhoeven
2011-05-24
m68k: merge the mmu and non-mmu versions of sys_m68k.c
Greg Ungerer
2011-05-24
m68knommu: Remove obsolete #include <linux/sys.h>
Geert Uytterhoeven
2011-05-24
m68k: merge mmu and non-mmu versions of asm-offsets.c
Greg Ungerer
2011-05-24
m68k: merge non-mmu and mmu versions of m68k_ksyms.c
Greg Ungerer
2011-05-24
m68knommu: remove un-needed exporting of COLDFIRE symbols
Greg Ungerer
2011-05-24
m68knommu: move EXPORT of kernel_thread to function definition
Greg Ungerer
2011-05-24
m68knommu: move EXPORT of local checksumming functions to definitions
Greg Ungerer
2011-05-24
m68knommu: move EXPORT of dump_fpu to function definition
Greg Ungerer
2011-05-24
m68knommu: remove stubs for __ioremap() and iounmap()
Greg Ungerer
2011-05-24
m68k: remove duplicate memcpy() implementation
Greg Ungerer
2011-05-24
m68k: remove duplicate memset() implementation
Greg Ungerer
2011-05-20
extable, core_kernel_data(): Make sure all archs define _sdata
Steven Rostedt
2011-05-19
m68k: Really wire up sys_pselect6 and sys_ppoll
Geert Uytterhoeven
2011-05-19
m68k: Merge mmu and non-mmu versions of sys_call_table
Geert Uytterhoeven
2011-04-12
m68k,m68knommu: Wire up name_to_handle_at, open_by_handle_at, clock_adjtime, ...
Geert Uytterhoeven
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-29
m68k: Convert irq function namespace
Thomas Gleixner
2011-03-25
m68k: merge m68k and m68knommu arch directories
Greg Ungerer
2011-03-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
2011-03-16
m68k/atari: Initial ARAnyM support
Petr Stehlik
[prev]
[next]