| Commit message (Expand) | Author | Age |
* | [POWERPC] Update linker script to properly set physical addresses | Kumar Gala | 2008-04-16 |
* | [POWERPC] Move phys_addr_t definition into asm/types.h | Kumar Gala | 2008-04-16 |
* | [POWERPC] Use lowmem_end_addr to limit lmb allocations on ppc32 | Kumar Gala | 2008-04-16 |
* | [POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addr | Kumar Gala | 2008-04-16 |
* | [POWERPC] i2c: OF helpers for the i2c API | Jochen Friedrich | 2008-04-16 |
* | [POWERPC] Implement support for the GPIO LIB API | Anton Vorontsov | 2008-04-16 |
* | [POWERPC] OF helpers for the GPIO API | Anton Vorontsov | 2008-04-16 |
* | [LMB] Add lmb_alloc_nid() | David S. Miller | 2008-04-15 |
* | [POWERPC] replace asm/of_device.h with linux/of_device.h in macio.h | Stephen Rothwell | 2008-04-15 |
* | [POWERPC] remove include of asm/of_device.h from pmi.h | Stephen Rothwell | 2008-04-15 |
* | [POWERPC] iSeries: Localise and constify some iSeries data | Stephen Rothwell | 2008-04-15 |
* | [POWERPC] iSeries: Make iseries_reg_save private to iSeries | Stephen Rothwell | 2008-04-15 |
* | [POWERPC] iSeries: Use alternate paca structure for booting | Stephen Rothwell | 2008-04-15 |
* | Merge branch 'linux-2.6' | Paul Mackerras | 2008-04-14 |
|\ |
|
| * | Merge branch 'docs' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2008-04-11 |
| |\ |
|
| | * | Spell out behavior of atomic_dec_and_lock() in kerneldoc | J. Bruce Fields | 2008-04-11 |
| * | | Fix "$(AS) -traditional" compile breakage caused by asmlinkage_protect | Heiko Carstens | 2008-04-11 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-11 |
| |\ \ |
|
| | * | | [TCP]: tcp_simple_retransmit can cause S+L | Ilpo Järvinen | 2008-04-08 |
| * | | | pnp: increase number of devices supported per protocol | Bjorn Helgaas | 2008-04-11 |
| * | | | Add commentary about the new "asmlinkage_protect()" macro | Linus Torvalds | 2008-04-10 |
| * | | | asmlinkage_protect replaces prevent_tail_call | Roland McGrath | 2008-04-10 |
| * | | | FRV: Don't make smp_{r, w, }mb() interpolate MEMBAR when CONFIG_SMP=n [try #2] | David Howells | 2008-04-10 |
| * | | | FRV: Add support for emulation of userspace atomic ops [try #2] | David Howells | 2008-04-10 |
| * | | | FRV: Move STACK_TOP_MAX up [try #2] | David Howells | 2008-04-10 |
| * | | | FRV: Handle update_mmu_cache() being called when current->mm is NULL [try #2] | David Howells | 2008-04-10 |
| * | | | [MIPS] Handle aliases in vmalloc correctly. | Ralf Baechle | 2008-04-07 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-07 |
| |\ \ \ |
|
| | * | | | x86: fix 64-bit asm NOPS for CONFIG_GENERIC_CPU | Suresh Siddha | 2008-04-07 |
| * | | | | virtio: remove overzealous BUG_ON. | Rusty Russell | 2008-04-07 |
| |/ / / |
|
| * | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf... | Linus Torvalds | 2008-04-04 |
| |\ \ \ |
|
| | * | | | [MIPS] Pb1200: Fix header breakage | Sergei Shtylyov | 2008-04-04 |
| * | | | | cgroups: add cgroup support for enabling controllers at boot time | Paul Menage | 2008-04-04 |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-04-04 |
| |\ \ \ \ |
|
| | * | | | | x86: revert assign IRQs to hpet timer | Thomas Gleixner | 2008-04-04 |
| | * | | | | x86: fix breakage of vSMP irq operations | Ravikiran G Thirumalai | 2008-04-04 |
| | | |/ /
| | |/| | |
|
| * | | | | libata: ATA_12/16 doesn't fall into ATAPI_MISC | Tejun Heo | 2008-04-04 |
| * | | | | libata: uninline atapi_cmd_type() | Tejun Heo | 2008-04-04 |
| |/ / / |
|
| * | | | alpha: get_current(): don't add zero to current_thread_info()->task | Andrew Morton | 2008-04-02 |
| * | | | alpha: fix ALSA DMA mmap crash | Ivan Kokshaysky | 2008-04-02 |
| * | | | kvm: provide kvm.h for all architecture: fixes headers_install | Christian Borntraeger | 2008-04-02 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-04-02 |
| |\ \ \ |
|
| | * | | | [LLC]: skb allocation size for responses | Joonwoo Park | 2008-04-01 |
| | * | | | net: Comment dev_kfree_skb_irq and dev_kfree_skb_any better | Matti Linnanvuori | 2008-03-28 |
| | * | | | [LLC]: station source mac address | Joonwoo Park | 2008-03-28 |
| | * | | | [NET]: Use local_irq_{save,restore}() in napi_complete(). | David S. Miller | 2008-03-27 |
| * | | | | cfq-iosched: fix rcu freeing of cfq io contexts | Fabio Checconi | 2008-04-02 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25 | Linus Torvalds | 2008-04-01 |
| |\ \ \ \ |
|
| | * | | | | remove include/asm-sh/floppy.h | Adrian Bunk | 2008-03-31 |
| | * | | | | sh: Fix TIF_USEDFPU clearing under FPU emulation. | Paul Mundt | 2008-03-26 |