Age | Commit message (Expand) | Author | Files | Lines |
2009-04-03 | Allow rwlocks to re-enable interrupts | Robin Holt | 1 | -0/+3 |
2009-04-03 | Simplify copy_thread() | Alexey Dobriyan | 1 | -1/+1 |
2009-04-01 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 3 | -1/+381 |
2009-04-01 | alpha: convert u64 to unsigned long long | Randy Dunlap | 14 | -74/+78 |
2009-04-01 | alpha: xchg/cmpxchg cleanup and fixes | Ivan Kokshaysky | 2 | -497/+308 |
2009-04-01 | alpha: fix macros | Roel Kluin | 1 | -6/+6 |
2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 1 | -5/+0 |
2009-03-28 | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2 | -3/+2 |
2009-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+2 |
2009-03-27 | do_pipe cleanup: drop its last user in arch/alpha/ | Cheng Renquan | 2 | -3/+2 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2 | -8/+14 |
2009-03-27 | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -1/+3 |
2009-03-27 | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+2 |
2009-03-26 | Merge commit 'v2.6.29' into core/header-fixes | Ingo Molnar | 3 | -12/+12 |
2009-03-20 | PCI/alpha: pci sysfs resources | Ivan Kokshaysky | 3 | -1/+381 |
2009-03-16 | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2 | -10/+10 |
2009-03-01 | alpha: fix typo in recent early vmalloc change | Tejun Heo | 1 | -1/+1 |
2009-02-24 | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 1 | -7/+13 |
2009-02-24 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2 | -10/+10 |
2009-02-24 | vmalloc: add @align to vm_area_register_early() | Tejun Heo | 1 | -1/+1 |
2009-02-22 | Merge branch 'linus' into x86/apic | Ingo Molnar | 2 | -10/+10 |
2009-02-20 | vmalloc: implement vm_area_register_early() | Tejun Heo | 1 | -7/+13 |
2009-02-16 | cpumask: Use cpu_*_mask accessors code: alpha | Rusty Russell | 2 | -10/+10 |
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 branch 'core/header-fixes' into x86/headers | Ingo Molnar | 2 | -1/+3 |
2009-02-13 | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2 | -2/+2 |
2009-02-13 | Merge branch 'linus' into x86/apic | Ingo Molnar | 1 | -2/+2 |
2009-02-09 | Merge commit 'v2.6.29-rc4' into core/percpu | Ingo Molnar | 1 | -2/+2 |
2009-02-06 | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 9 | -112/+99 |
2009-02-05 | alpha: fixup BUG macro | Alexey Dobriyan | 1 | -2/+2 |
2009-02-01 | headers_check fix: alpha, swab.h | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-02-01 | headers_check fix: alpha, statfs.h | Jaswinder Singh Rajput | 1 | -0/+2 |
2009-01-30 | Merge branch 'linus' into core/percpu | Ingo Molnar | 9 | -112/+99 |
2009-01-30 | fix "sparseirq: use kstat_irqs_cpu on non-x86 architectures too" | Andrew Morton | 1 | -1/+1 |
2009-01-30 | alpha: fix the BUG() macro | Ivan Kokshaysky | 1 | -11/+6 |
2009-01-30 | alpha: compile fixes | Ivan Kokshaysky | 3 | -2/+6 |
2009-01-30 | alpha: use syscall wrappers | Ivan Kokshaysky | 5 | -99/+87 |
2009-01-21 | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 17 | -29/+105 |
2009-01-16 | alpha: make pte_alloc_one_kernel() inline | Ivan Kokshaysky | 2 | -8/+6 |
2009-01-16 | alpha: .gitignore vmlinux.lds | Ivan Kokshaysky | 1 | -0/+1 |
2009-01-16 | alpha: fix RTC on marvel | Ivan Kokshaysky | 8 | -14/+87 |
2009-01-16 | alpha: nautilus - fix hang on boot | Ivan Kokshaysky | 1 | -0/+4 |
2009-01-16 | alpha: nautilus - fix compile failure with gcc-4.3 | Ivan Kokshaysky | 1 | -0/+2 |
2009-01-15 | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -5/+5 |
2009-01-15 | byteorder: make swab.h include asm/swab.h like a regular header | Harvey Harrison | 2 | -2/+0 |
2009-01-14 | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens | 2 | -5/+5 |
2009-01-13 | irq: update all arches for new irq_desc | Mike Travis | 1 | -1/+1 |
2009-01-12 | sparseirq: use kstat_irqs_cpu on non-x86 architectures too | Yinghai Lu | 2 | -2/+2 |
2009-01-07 | PCI: alpha: use generic INTx swizzle from PCI core | Bjorn Helgaas | 2 | -20/+2 |
2009-01-07 | PCI: alpha: use generic pci_swizzle_interrupt_pin() | Bjorn Helgaas | 8 | -14/+9 |