Age | Commit message (Expand) | Author | Files | Lines |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 1 | -1/+1 |
2009-03-27 | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2009-03-27 | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2009-03-27 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 5 | -43/+42 |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 | Linus Torvalds | 5 | -43/+42 |
2009-03-26 | Merge commit 'v2.6.29' into core/header-fixes | Ingo Molnar | 1 | -0/+1 |
2009-03-24 | avr32: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2009-03-16 | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 1 | -0/+1 |
2009-02-24 | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 1 | -1/+1 |
2009-02-24 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -0/+1 |
2009-02-24 | bootmem: clean up arch-specific bootmem wrapping | Tejun Heo | 1 | -1/+1 |
2009-02-22 | Merge branch 'linus' into x86/apic | Ingo Molnar | 1 | -0/+1 |
2009-02-17 | [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device con... | Gregory CLEMENT | 1 | -0/+1 |
2009-02-16 | net: new user space API for time stamping of incoming and outgoing packets | Patrick Ohly | 1 | -0/+3 |
2009-02-13 | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 1 | -1/+1 |
2009-02-01 | headers_check fix: avr32, swab.h | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-01-26 | eeprom: More consistent symbol names | Jean Delvare | 10 | -26/+26 |
2009-01-16 | avr32: fix out-of-range rjmp instruction on large kernels | Haavard Skinnemoen | 1 | -4/+4 |
2009-01-16 | avr32: Fix out-of-range rcalls in large kernels | Ben Nizette | 3 | -38/+38 |
2009-01-15 | byteorder: make swab.h include asm/swab.h like a regular header | Harvey Harrison | 2 | -2/+0 |
2009-01-12 | sparseirq: use kstat_irqs_cpu on non-x86 architectures too | Yinghai Lu | 1 | -1/+1 |
2009-01-09 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 1 | -12/+3 |
2009-01-07 | avr32: Move syscalls.h under arch/avr32/include/asm/ | Haavard Skinnemoen | 1 | -0/+39 |
2009-01-07 | Merge branches 'fixes', 'cleanups' and 'boards' | Haavard Skinnemoen | 30 | -115/+2209 |
2009-01-07 | avr32: Define DIE_OOPS | Haavard Skinnemoen | 1 | -0/+1 |
2009-01-07 | avr32: introduce asm/swab.h | Harvey Harrison | 3 | -29/+38 |
2009-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -2/+2 |
2009-01-07 | remove linux/hardirq.h from asm-generic/local.h | Russell King | 1 | -0/+1 |
2009-01-07 | atomic_t: unify all arch definitions | Matthew Wilcox | 1 | -1/+1 |
2009-01-06 | avr: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-01-06 | atmel-mci: convert to dma_request_channel and down-level dma_slave | Dan Williams | 2 | -15/+6 |
2009-01-06 | avr32: Remove DMATEST from defconfigs | Ben Nizette | 4 | -4/+4 |
2009-01-06 | arch/avr32: Eliminate NULL test and memset after alloc_bootmem | Julia Lawall | 1 | -1/+0 |
2009-01-05 | avr32: data param to at32_add_device_mci() must be non-NULL | Haavard Skinnemoen | 2 | -2/+20 |
2009-01-05 | Merge branch 'move-atmel-mci-h' into boards | Haavard Skinnemoen | 7 | -45/+6 |
2009-01-05 | atmel-mci: move atmel-mci.h file to include/linux | Nicolas Ferre | 7 | -45/+6 |
2009-01-05 | avr32: Hammerhead board support | Alex Raimondi | 10 | -2/+2155 |
2009-01-05 | Merge branch 'cleanups' into boards | Haavard Skinnemoen | 12 | -64/+26 |
2009-01-05 | avr32: Allow reserving multiple pins at once | Alex Raimondi | 6 | -58/+20 |
2009-01-05 | favr-32: Remove deprecated call | Haavard Skinnemoen | 1 | -2/+0 |
2009-01-05 | MIMC200: Remove deprecated call | Mark Jackson | 1 | -2/+0 |
2009-01-05 | avr: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -2/+2 |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+5 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2009-01-01 | avr32: define __fls | Rusty Russell | 1 | -0/+5 |
2009-01-01 | take init_fs to saner place | Al Viro | 1 | -1/+0 |
2008-12-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 5 | -47/+107 |
2008-12-18 | avr32: favr-32 build fix | Haavard Skinnemoen | 2 | -5/+5 |
2008-12-18 | ATSTK1006: Fix boot from NAND flash | Haavard Skinnemoen | 1 | -37/+97 |
2008-12-17 | avr32: Introducing asm/syscalls.h | Jaswinder Singh | 4 | -0/+4 |