summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-0212-20/+20
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-0222-122/+142
* [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn2006-10-0220-40/+0Star
* [PATCH] namespaces: add nsproxySerge E. Hallyn2006-10-0220-0/+40
* [PATCH] cpumask: export node_to_cpu_mask consistentlyGreg Banks2006-10-022-0/+2
* [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistentlyGreg Banks2006-10-023-0/+4
* [PATCH] kretprobe spinlock deadlock patchbibo,mao2006-10-025-10/+35
* [PATCH] kprobe whitespace cleanupbibo,mao2006-10-024-95/+95
* [PATCH] Kprobes: Make kprobe modules more portableAnanth N Mavinakayanahalli2006-10-025-5/+5
* [PATCH] const struct tty_operationsJeff Dike2006-10-028-13/+12Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-10-013-24/+41
|\
| * [CPUFREQ] Make acpi-cpufreq unsticky again.Dave Jones2006-10-011-2/+1Star
| * [CPUFREQ] longhaul: remove duplicated code.Rafał Bilski2006-09-271-17/+12Star
| * [CPUFREQ] Longhaul - Disable arbiter CLE266rafalbilski@interia.pl2006-09-271-14/+37
| * [CPUFREQ] Fix section mismatch warningVenkatesh Pallipadi2006-09-272-3/+3
* | [PATCH] Some config.h removalsZachary Amsden2006-10-013-4/+0Star
* | [PATCH] paravirt: update pte hookZachary Amsden2006-10-011-0/+1
* | [PATCH] paravirt: kpte flushZachary Amsden2006-10-011-11/+7Star
* | [PATCH] Generic ioremap_page_range: x86_64 conversionHaavard Skinnemoen2006-10-011-104/+7Star
* | [PATCH] Generic ioremap_page_range: m32r conversionHaavard Skinnemoen2006-10-011-86/+7Star
* | [PATCH] Generic ioremap_page_range: i386 conversionHaavard Skinnemoen2006-10-011-78/+6Star
* | [PATCH] Generic ioremap_page_range: cris conversionHaavard Skinnemoen2006-10-011-85/+3Star
* | [PATCH] Generic ioremap_page_range: avr32 conversionHaavard Skinnemoen2006-10-011-114/+6Star
* | [PATCH] Generic ioremap_page_range: alpha conversionHaavard Skinnemoen2006-10-013-90/+13Star
* | [PATCH] stack overflow safe kdump: safe smp_send_nmi_allbutself()Fernando Vazquez2006-10-011-1/+4
* | [PATCH] stack overflow safe kdump: crash: use safe_smp_processor_id()Fernando Vazquez2006-10-011-2/+3
* | [PATCH] stack overflow safe kdump: safe_smp_processor_id(): voyagerFernando Vazquez2006-10-011-0/+7
* | [PATCH] stack overflow safe kdump: safe_smp_processor_id()Fernando Vazquez2006-10-011-0/+27
* | [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-4/+13
* | [PATCH] kill wall_jiffiesAtsushi Nemoto2006-10-0124-182/+34Star
* | [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-014-5/+5
* | [PATCH] update legacy io handling for pmacOlaf Hering2006-10-011-0/+6
* | [PATCH] mmc (mainly): add "or later" clause to licence statement.Pierre Ossman2006-10-011-0/+5
* | [PATCH] remove SYSRQ_KEY and related defines from ppc/sh/h8300Olaf Hering2006-10-013-13/+0Star
* | [PATCH] Directed yield: direct yield of spinlocks for s390.Martin Schwidefsky2006-10-013-23/+61
* | [PATCH] proper flags type of spin_lock_irqsave()Alexey Dobriyan2006-10-017-14/+15
* | [PATCH] kmemdup: some usersAlexey Dobriyan2006-10-011-3/+2Star
* | [PATCH] arch/i386/pci/mmconfig.c tweaksAndrew Morton2006-10-011-1/+4
* | [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVEKeith Mannthey2006-10-011-4/+13
* | [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixupKeith Mannthey2006-10-013-0/+21
* | [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enableKeith Mannthey2006-10-012-14/+19
* | [PATCH] hot-add-mem x86_64: Enable SPARSEMEM in srat.cKeith Mannthey2006-10-011-22/+29
* | [PATCH] hot-add-mem x86_64: Kconfig changesKeith Mannthey2006-10-011-0/+4
* | [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-301-2/+2
* | [PATCH] Remove ->rq_status from struct requestJens Axboe2006-09-301-2/+0Star
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-09-3011-86/+111
|\ \
| * | [PATCH] Define vsyscall cache as blob to make clearer that user space shouldn...Andi Kleen2006-09-301-4/+4
| * | [PATCH] Re-positioning the bss segmentVivek Goyal2006-09-301-7/+7
| * | [PATCH] Use ARRAY_SIZE in setup.cAndi Kleen2006-09-301-8/+3Star
| * | [PATCH] i386: replace intermediate array-size definitions with ARRAY_SIZE()Bjorn Helgaas2006-09-301-8/+2Star