| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha: Fixup last users of irq_chip->typename | Thomas Gleixner | 2009-11-30 | 20 | -23/+23 |
* | arch/alpha/kernel: Add kmalloc NULL tests | Julia Lawall | 2009-11-30 | 2 | -0/+4 |
* | arch/alpha/kernel/sys_ruffian.c: Use DIV_ROUND_CLOSEST | Julia Lawall | 2009-11-30 | 1 | -1/+1 |
* | alpha: Fix duplicate <asm/thread_info.h> include | Linus Torvalds | 2009-09-27 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 2009-09-26 | 1 | -0/+1 |
|\ |
|
| * | alpha: fix build after vmlinux.lds.S cleanup | Sam Ravnborg | 2009-09-25 | 1 | -0/+1 |
* | | alpha: Clean up linker script using new linker script macros. | Geoffrey Thomas | 2009-09-24 | 1 | -81/+9 |
* | | alpha: use .data.init_task instead of .data.init_thread. | Tim Abbott | 2009-09-24 | 2 | -8/+4 |
|/ |
|
* | alpha: AGP update (fixes compile failure) | Ivan Kokshaysky | 2009-09-24 | 4 | -5/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-09-23 | 1 | -7/+7 |
|\ |
|
| * | cpumask: arch_send_call_function_ipi_mask: alpha | Rusty Russell | 2009-09-24 | 1 | -7/+7 |
* | | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | 1 | -1/+0 |
|/ |
|
* | alpha: use printk_once | Marcin Slusarz | 2009-09-22 | 1 | -5/+1 |
* | alpha: convert to use arch_gettimeoffset() | john stultz | 2009-09-22 | 1 | -72/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 1 | -7/+2 |
|\ |
|
| * | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 1 | -1/+0 |
| |\ |
|
| * | | linker script: unify usage of discard definition | Tejun Heo | 2009-07-09 | 1 | -8/+2 |
| * | | linker script: throw away .discard section | Tejun Heo | 2009-06-24 | 1 | -0/+1 |
* | | | KEYS: Add missing linux/tracehook.h #inclusions | David Howells | 2009-09-09 | 1 | -0/+1 |
* | | | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 2009-09-02 | 1 | -0/+2 |
* | | | KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6] | David Howells | 2009-09-02 | 1 | -0/+5 |
| |/
|/| |
|
* | | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -1/+0 |
|/ |
|
* | alpha: bad macro expansion, parameter is member | Roel Kluin | 2009-06-16 | 1 | -3/+3 |
* | alpha: remove obsolete hw_interrupt_type | Thomas Gleixner | 2009-06-16 | 20 | -27/+27 |
* | mm: consolidate init_mm definition | Alexey Dobriyan | 2009-06-16 | 1 | -3/+0 |
* | time: move PIT_TICK_RATE to linux/timex.h | Arnd Bergmann | 2009-06-16 | 1 | -0/+1 |
* | Push BKL into do_mount() | Al Viro | 2009-06-11 | 1 | -3/+0 |
* | Merge branch 'x86/apic' into irq/numa | Ingo Molnar | 2009-05-12 | 8 | -16/+19 |
|\ |
|
| * | alpha: binfmt_aout fix | Ivan Kokshaysky | 2009-05-02 | 2 | -2/+6 |
| * | alpha: titan and marvel build fixes | Ivan Kokshaysky | 2009-05-02 | 6 | -14/+13 |
* | | irq: change ->set_affinity() to return status | Yinghai Lu | 2009-04-28 | 2 | -3/+9 |
|/ |
|
* | alpha: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-04-26 | 2 | -2/+3 |
* | Simplify copy_thread() | Alexey Dobriyan | 2009-04-02 | 1 | -1/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-04-01 | 2 | -1/+367 |
|\ |
|
| * | PCI/alpha: pci sysfs resources | Ivan Kokshaysky | 2009-03-19 | 2 | -1/+367 |
* | | alpha: convert u64 to unsigned long long | Randy Dunlap | 2009-04-01 | 12 | -73/+72 |
* | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-31 | 1 | -5/+0 |
* | | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-28 | 2 | -3/+2 |
|\ \ |
|
| * \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-03-27 | 2 | -3/+2 |
| |\ \ |
|
| | * | | do_pipe cleanup: drop its last user in arch/alpha/ | Cheng Renquan | 2009-03-27 | 2 | -3/+2 |
| | |/ |
|
* | | | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 2 | -10/+10 |
| |\ \
| | |/ |
|
| * | | Merge branch 'x86/urgent' into x86/apic | Ingo Molnar | 2009-02-05 | 6 | -101/+90 |
| |\ \ |
|
| * \ \ | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 2009-01-21 | 11 | -16/+86 |
| |\ \ \ |
|
| * | | | | irq: update all arches for new irq_desc | Mike Travis | 2009-01-12 | 1 | -1/+1 |
* | | | | | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-16 | 2 | -10/+10 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | cpumask: Use cpu_*_mask accessors code: alpha | Rusty Russell | 2009-02-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 |
| | |/ |
|