Age | Commit message (Expand) | Author | Files | Lines |
2008-11-30 | alpha: pcibios_resource_to_bus() is callable from normal code | Al Viro | 1 | -1/+1 |
2008-11-30 | false __cpuinit positives on alpha | Al Viro | 2 | -5/+5 |
2008-10-23 | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -6/+7 |
2008-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+2 |
2008-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri... | Linus Torvalds | 1 | -1/+1 |
2008-10-23 | [PATCH] prepare vfs_readdir() callers to returning filldir result | Al Viro | 1 | -5/+2 |
2008-10-22 | Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2 | Thomas Gleixner | 1 | -6/+7 |
2008-10-21 | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+3 |
2008-10-20 | alpha: use bcd2bin/bin2bcd | Adrian Bunk | 2 | -11/+11 |
2008-10-20 | container freezer: implement freezer cgroup subsystem | Matt Helsley | 1 | -0/+1 |
2008-10-20 | container freezer: add TIF_FREEZE flag to all architectures | Matt Helsley | 1 | -0/+2 |
2008-10-17 | Merge commit 'linus/master' into merge-linus | Arjan van de Ven | 6 | -20/+18 |
2008-10-16 | Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -2/+2 |
2008-10-16 | alpha: introduce field 'taso' into struct linux_binprm | Kirill A. Shutemov | 1 | -1/+1 |
2008-10-16 | alpha: use iommu_num_pages function in IOMMU code | Joerg Roedel | 1 | -12/+5 |
2008-10-16 | alpha: notify_cpu_starting() compile fixlet | Alexey Dobriyan | 1 | -0/+1 |
2008-10-16 | Alpha Miata: remove dead URL | Adrian Bunk | 1 | -2/+1 |
2008-10-16 | genirq: fix name space collisions of nr_irqs in arch/* | Thomas Gleixner | 1 | -3/+3 |
2008-10-16 | [PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITY | Martin Schwidefsky | 1 | -2/+2 |
2008-10-15 | oprofile: more whitespace fixes | Robert Richter | 1 | -1/+1 |
2008-10-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -0/+3 |
2008-10-07 | select: fix alpha OSF wrapper | Arjan van de Ven | 1 | -6/+7 |
2008-09-08 | kernel/cpu.c: create a CPU_STARTING cpu_chain notifier | Manfred Spraul | 1 | -0/+3 |
2008-09-06 | Introduce HAVE_AOUT symbol to remove hard-coded arch list for BINFMT_AOUT | David Woodhouse | 1 | -0/+1 |
2008-09-06 | Remove redundant CONFIG_ARCH_SUPPORTS_AOUT | David Woodhouse | 1 | -3/+0 |
2008-09-04 | Make <asm-generic/statfs.h> suitable for 64-bit platforms. | David Woodhouse | 1 | -0/+4 |
2008-08-25 | [PATCH] fix osf_getdirents() | Al Viro | 1 | -7/+12 |
2008-08-15 | alpha: move include/asm-alpha to arch/alpha/include/asm | Linus Torvalds | 129 | -0/+15903 |
2008-07-27 | [PATCH] sanitize __user_walk_fd() et.al. | Al Viro | 1 | -5/+5 |
2008-07-26 | alpha: use generic show_mem() | Johannes Weiner | 2 | -65/+0 |
2008-07-25 | inflate: refactor inflate malloc code | Thomas Petazzoni | 1 | -37/+2 |
2008-07-24 | alpha: remove the unused ALPHA_CORE_AGP option | Adrian Bunk | 1 | -5/+0 |
2008-07-24 | bootmem: replace node_boot_start in struct bootmem_data | Johannes Weiner | 1 | -1/+1 |
2008-07-24 | mm: drop unneeded pgdat argument from free_area_init_node() | Johannes Weiner | 1 | -1/+1 |
2008-07-24 | mm: move bootmem descriptors definition to a single place | Johannes Weiner | 1 | -4/+4 |
2008-07-15 | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 5 | -172/+23 |
2008-07-15 | Merge branch 'genirq' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li... | Linus Torvalds | 1 | -3/+2 |
2008-07-04 | Alpha Linux kernel fails with inconsistent kallsyms data | Bastian Blank | 1 | -7/+7 |
2008-06-26 | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2 | -3/+3 |
2008-06-26 | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 3 | -7/+7 |
2008-06-26 | alpha: convert to generic helpers for IPI function calls | Jens Axboe | 3 | -163/+14 |
2008-06-21 | alpha: resurrect Cypress IDE quirk | Ivan Kokshaysky | 1 | -0/+17 |
2008-06-21 | alpha: fix compile failures with gcc-4.3 (bug #10438) | Ivan Kokshaysky | 2 | -1/+4 |
2008-06-21 | alpha: link failure fix | Ivan Kokshaysky | 1 | -0/+1 |
2008-06-05 | genirq: Expose default irq affinity mask (take 3) | Max Krasnyansky | 1 | -3/+2 |
2008-05-17 | [PATCH] take init_files to fs/file.c | Al Viro | 1 | -1/+0 |
2008-05-01 | [PATCH] make osf_select() use core_sys_select() | Al Viro | 1 | -65/+4 |
2008-04-29 | alpha: use kbuild.h instead of macros in asm-offsets.c | Christoph Lameter | 1 | -5/+1 |
2008-04-29 | iomap: fix 64 bits resources on 32 bits | Benjamin Herrenschmidt | 1 | -2/+2 |
2008-04-28 | arch/alpha/kernel/traps.c: use time_* macros | S.Caglar Onur | 1 | -2/+3 |