index
:
kernel/git/stable/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.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-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mn10300
Age
Commit message (
Expand
)
Author
2010-08-10
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-08-10
tty: Add EXTPROC support for LINEMODE
hyc@symas.com
2010-08-10
tty: remove remaining Hayes ESP ioctls
Greg Kroah-Hartman
2010-08-09
kmap_atomic: make kunmap_atomic() harder to misuse
Cesar Eduardo Barros
2010-08-07
remove needless ISA_DMA_THRESHOLD
FUJITA Tomonori
2010-08-06
Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2010-07-27
time: Kill off CONFIG_GENERIC_TIME
John Stultz
2010-06-18
Merge commit 'v2.6.35-rc3' into perf/core
Ingo Molnar
2010-06-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
2010-06-11
PCI: clear bridge resource range if BIOS assigned bad one
Yinghai Lu
2010-06-09
arch: Implement local64_t
Peter Zijlstra
2010-06-04
mn10300: invoke oom-killer from page fault
Nick Piggin
2010-05-27
mn10300: use asm-generic/scatterlist.h
FUJITA Tomonori
2010-05-25
mn10300: set ARCH_KMALLOC_MINALIGN
FUJITA Tomonori
2010-05-25
mn10300: use generic atomic.h
Mathieu Desnoyers
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2010-05-19
Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2010-05-17
atomic_t: Cast to volatile when accessing atomic variables
Anton Blanchard
2010-05-14
add descriptive comment for TIF_MEMDIE task flag declaration.
Andreas Dilger
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-13
mn10300: Convert mn10300 to use read/update_persistent_clock
John Stultz
2010-03-12
dma-mapping: mn10300: remove the obsolete and unnecessary DMA API comments
FUJITA Tomonori
2010-03-12
ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h
Christoph Hellwig
2010-03-12
Add generic sys_ipc wrapper
Christoph Hellwig
2010-03-12
Add generic sys_old_select()
Christoph Hellwig
2010-03-01
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2010-02-23
PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs
Bjorn Helgaas
2010-02-22
resource/PCI: mark struct resource as const
Dominik Brodowski
2010-02-22
resource/PCI: align functions now return start of resource
Dominik Brodowski
2010-02-20
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
Russell King
2010-01-11
mn10300: update the ASB2303 defconfig
David Howells
2010-01-11
mn10300: make the ASB2305's PCnet32 NIC work by using the PCI bridge's SRAM
David Howells
2010-01-11
mn10300: insert PCI root bus resources for the ASB2305 devel motherboard
David Howells
2010-01-11
mn10300: use generic pci_enable_resources()
Bjorn Helgaas
2010-01-11
mn10300: use KERN_ERR not KERN_ERROR
David Howells
2010-01-11
mn10300: fix several bogus includes on abs2305
Al Viro
2010-01-11
mn10300: wire up missing new syscalls
David Howells
2010-01-11
mn10300: add cc clobbers to asm statements
Mark Salter
2010-01-11
mn10300: objcopy flags fix
Mark Salter
2010-01-11
mn10300: signal stack fix
Mark Salter
2010-01-11
mm: make totalhigh_pages unsigned long
Andreas Fenkart
2009-12-17
Merge branch 'for-33' of git://repo.or.cz/linux-kbuild
Linus Torvalds
2009-12-16
elf: kill USE_ELF_CORE_DUMP
Christoph Hellwig
2009-12-14
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
2009-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2009-12-12
kbuild: move asm-offsets.h to include/generated
Sam Ravnborg
2009-12-11
Unify sys_mmap*
Al Viro
2009-12-11
arch_mmap_check() on mn10300
Al Viro
2009-12-09
Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2009-12-08
Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
[prev]
[next]