| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha: fix typo in recent early vmalloc change | Tejun Heo | 2009-03-01 | 1 | -1/+1 |
* | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 2009-02-24 | 1 | -7/+13 |
|\ |
|
| * | vmalloc: add @align to vm_area_register_early() | Tejun Heo | 2009-02-24 | 1 | -1/+1 |
| * | vmalloc: implement vm_area_register_early() | Tejun Heo | 2009-02-20 | 1 | -7/+13 |
| * | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 2009-02-09 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge branch 'linus' into core/percpu | Ingo Molnar | 2009-01-30 | 9 | -112/+99 |
| |\ \ |
|
* | \ \ | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 2 | -10/+10 |
|\ \ \ \ |
|
| * | | | | cpumask: Use cpu_*_mask accessors code: alpha | Rusty Russell | 2009-02-16 | 2 | -10/+10 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'core/header-fixes' into x86/headers | Ingo Molnar | 2009-02-13 | 2 | -1/+3 |
|\ \ \ \ |
|
| * | | | | headers_check fix: alpha, swab.h | Jaswinder Singh Rajput | 2009-02-01 | 1 | -1/+1 |
| * | | | | headers_check fix: alpha, statfs.h | Jaswinder Singh Rajput | 2009-02-01 | 1 | -0/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-13 | 1 | -2/+2 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | alpha: fixup BUG macro | Alexey Dobriyan | 2009-02-05 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 2009-02-05 | 9 | -112/+99 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | alpha: fix the BUG() macro | Ivan Kokshaysky | 2009-01-29 | 1 | -11/+6 |
| * | alpha: compile fixes | Ivan Kokshaysky | 2009-01-29 | 3 | -2/+6 |
| * | alpha: use syscall wrappers | Ivan Kokshaysky | 2009-01-29 | 5 | -99/+87 |
* | | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 2009-01-21 | 17 | -29/+105 |
|\ \
| |/ |
|
| * | alpha: make pte_alloc_one_kernel() inline | Ivan Kokshaysky | 2009-01-15 | 2 | -8/+6 |
| * | alpha: .gitignore vmlinux.lds | Ivan Kokshaysky | 2009-01-15 | 1 | -0/+1 |
| * | alpha: fix RTC on marvel | Ivan Kokshaysky | 2009-01-15 | 8 | -14/+87 |
| * | alpha: nautilus - fix hang on boot | Ivan Kokshaysky | 2009-01-15 | 1 | -0/+4 |
| * | alpha: nautilus - fix compile failure with gcc-4.3 | Ivan Kokshaysky | 2009-01-15 | 1 | -0/+2 |
| * | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-01-14 | 2 | -5/+5 |
| |\ |
|
| | * | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens | 2009-01-14 | 2 | -5/+5 |
| * | | byteorder: make swab.h include asm/swab.h like a regular header | Harvey Harrison | 2009-01-14 | 2 | -2/+0 |
| |/ |
|
* | | irq: update all arches for new irq_desc | Mike Travis | 2009-01-12 | 1 | -1/+1 |
|/ |
|
* | PCI: alpha: use generic INTx swizzle from PCI core | Bjorn Helgaas | 2009-01-07 | 2 | -20/+2 |
* | PCI: alpha: use generic pci_swizzle_interrupt_pin() | Bjorn Helgaas | 2009-01-07 | 8 | -14/+9 |
* | alpha: introduce asm/swab.h | Harvey Harrison | 2009-01-06 | 3 | -41/+44 |
* | atomic_t: unify all arch definitions | Matthew Wilcox | 2009-01-06 | 1 | -8/+1 |
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 3 | -1/+24 |
|\ |
|
| * | cpumask: convert kernel/irq | Rusty Russell | 2009-01-01 | 1 | -1/+2 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 1 | -3/+0 |
| |\ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-30 | 2 | -8/+13 |
| |\ \ |
|
| * | | | cpumask: alpha: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_t... | Rusty Russell | 2008-12-26 | 2 | -0/+22 |
* | | | | get rid of special-casing the /sbin/loader on alpha | Al Viro | 2009-01-03 | 2 | -1/+52 |
* | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 6 | -13/+11 |
|\ \ \ \
| |/ / / |
|
| * | | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 3 | -7/+7 |
| * | | | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 2008-12-13 | 3 | -6/+4 |
* | | | | take init_fs to saner place | Al Viro | 2008-12-31 | 1 | -1/+0 |
| |_|/
|/| | |
|
* | | | alpha: remove dead BIO_VMERGE_BOUNDARY | FUJITA Tomonori | 2008-12-29 | 1 | -3/+0 |
| |/
|/| |
|
* | | Merge branch 'master' into next | James Morris | 2008-12-04 | 3 | -6/+6 |
|\ \
| |/ |
|
| * | alpha: pcibios_resource_to_bus() is callable from normal code | Al Viro | 2008-11-30 | 1 | -1/+1 |
| * | false __cpuinit positives on alpha | Al Viro | 2008-11-30 | 2 | -5/+5 |
* | | CRED: Separate task security context from task_struct | David Howells | 2008-11-14 | 2 | -8/+13 |
|/ |
|
* | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2008-10-23 | 1 | -6/+7 |
|\ |
|
| * | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 2008-10-22 | 1 | -6/+7 |
| |\ |
|
| | * | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 2008-10-17 | 6 | -20/+18 |
| | |\ |
|
| | * | | select: fix alpha OSF wrapper | Arjan van de Ven | 2008-10-06 | 1 | -6/+7 |