| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | Merge commit 'v2.6.29' into core/header-fixes | Ingo Molnar | 2009-03-26 | 3 | -12/+12 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|/ /
| |/| | | | | /
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | 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 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-03-26 | 2 | -2/+2 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-16 | 2 | -10/+10 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | | | | | | | |
| | \ \ \ \ \ | |
| *-. \ \ \ \ \ | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2009-02-13 | 2 | -2/+2 |
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | /
| | |_|_|_|_|/
| |/| | | | | |
|
| | | * | | | | fix "sparseirq: use kstat_irqs_cpu on non-x86 architectures too" | Andrew Morton | 2009-01-30 | 1 | -1/+1 |
| | | * | | | | sparseirq: use kstat_irqs_cpu on non-x86 architectures too | Yinghai Lu | 2009-01-12 | 2 | -2/+2 |
| | | | |_|/
| | | |/| | |
|
* | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-02-24 | 2 | -10/+10 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | cpumask: Use cpu_*_mask accessors code: alpha | Rusty Russell | 2009-02-16 | 2 | -10/+10 |
| |/ / / / |
|
* | | | | | net: new user space API for time stamping of incoming and outgoing packets | Patrick Ohly | 2009-02-15 | 1 | -0/+3 |
|/ / / / |
|
* | | | | alpha: fixup BUG macro | Alexey Dobriyan | 2009-02-05 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | 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 |
|/ / |
|
* | | 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 |
|/ |
|
* | 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 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-10-23 | 1 | -5/+2 |
|\ \ \ \ |
|
| * | | | | [PATCH] prepare vfs_readdir() callers to returning filldir result | Al Viro | 2008-10-23 | 1 | -5/+2 |
| |/ / / |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri... | Linus Torvalds | 2008-10-23 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | oprofile: more whitespace fixes | Robert Richter | 2008-10-15 | 1 | -1/+1 |