summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] kprobes: fix broken fault handling for sparc64Prasanna S Panchamukhi2006-03-261-6/+60
* [PATCH] kprobes: fix broken fault handling for ia64Prasanna S Panchamukhi2006-03-261-5/+43
* [PATCH] kprobes: fix broken fault handling for powerpc64Prasanna S Panchamukhi2006-03-261-8/+55
* [PATCH] kprobes: fix broken fault handling for x86_64Prasanna S Panchamukhi2006-03-261-7/+55
* [PATCH] kprobes: fix broken fault handling for i386Prasanna S Panchamukhi2006-03-261-7/+50
* [PATCH] kprobe handler: discard user space trapbibo,mao2006-03-265-13/+18
* [PATCH] kretprobe instance recycled by parent processbibo mao2006-03-264-26/+1Star
* [PATCH] kretprobe: kretprobe-boosterMasami Hiramatsu2006-03-261-22/+39
* [PATCH] x86: kprobes-boosterMasami Hiramatsu2006-03-261-2/+90
* [PATCH] kprobes: clean up resume_execute()Masami Hiramatsu2006-03-261-16/+10Star
* [PATCH] fix array overrun in efi.cDarren Jenkins2006-03-261-1/+1
* [PATCH] consolidate sys32/compat_adjtimexStephen Rothwell2006-03-2615-409/+10Star
* [PATCH] create struct compat_timex and use it everywhereStephen Rothwell2006-03-267-119/+12Star
* [PATCH] sem2mutex: misc static one-file mutexesIngo Molnar2006-03-268-73/+78
* [PATCH] EFI fixesTolentino, Matthew E2006-03-262-4/+4
* [PATCH] EFI: keep physical table addresses in efi structureBjorn Helgaas2006-03-267-24/+43
* [PATCH] DMI: only ioremap stuff we actually needBjorn Helgaas2006-03-261-1/+1
* [PATCH] ia64: ioremap: check EFI for valid memory attributesBjorn Helgaas2006-03-262-1/+44
* [PATCH] EFI, /dev/mem: simplify efi_mem_attribute_range()Bjorn Helgaas2006-03-261-21/+20Star
* [PATCH] ia64: use i386 dmi_scan.cMatt Domsch2006-03-264-33/+72
* [PATCH] i386: export: memory more than 4G through /proc/iomemVivek Goyal2006-03-261-2/+0Star
* [PATCH] i386: pass proper trap numbers to die chain handlersJan Beulich2006-03-261-5/+12
* [PATCH] x86: "make isoimage" support; FDINITRD= support; minor cleanupsH. Peter Anvin2006-03-264-17/+81
* Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-03-261-19/+59
|\
| * [ARM] 3383/3: ixp2000: ixdp2x01 platform serial conversionLennert Buytenhek2006-03-261-19/+59
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-2629-80/+363
|\ \
| * | [ARM] 3030/2: fix permission check in the obscur cmpxchg syscallNicolas Pitre2006-03-251-1/+1
| * | Merge nommu treeRussell King2006-03-2520-51/+78
| |\ \
| | * | [ARM] nommu: rename compressed/head.S symbols to a new styleHyok S. Choi2006-03-241-41/+41
| | * | [ARM] select TLS_REG_EMUL and NEEDS_SYSCALL_FOR_CMPXCHGRussell King2006-03-211-2/+6
| | * | [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.hRussell King2006-03-2115-0/+15
| | * | [ARM] Move read of processor ID out of lookup_processor_type()Russell King2006-03-212-8/+11
| | * | [ARM] noMMU: block sys_fork in nommu modeHyok S. Choi2006-03-211-0/+5
| * | | [ARM] 3399/1: Fix link problem when CONFIG_PRINTK is disabledMalcolm Parsons2006-03-251-1/+1
| * | | [ARM] 3398/1: Fix the VFP registers loading/storing base addressCatalin Marinas2006-03-251-3/+1Star
| * | | [ARM] 3385/1: Battery support for sharp zaurus sl-5500 (collie)Pavel Machek2006-03-251-0/+278
| * | | [ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpuRussell King2006-03-251-3/+0Star
| * | | [ARM] Move enable_irq and disable_irq to assembler.hRussell King2006-03-232-18/+1Star
| * | | [ARM] 3391/1: use PLAT8250_DEV_PLATFORM{,1} for platform device id instead of...Lennert Buytenhek2006-03-232-3/+3
* | | | [SPARC64]: Keep cpu_present_map in sync with phys_cpu_present_map.David S. Miller2006-03-251-1/+4
* | | | powerpc: fix strncasecmp prototypeLinus Torvalds2006-03-251-1/+3
* | | | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-252-4/+18
|\ \ \ \
| * | | | [PATCH] Fix IA64 success/failure indication in syscall auditing.David Woodhouse2006-03-201-2/+8
| * | | | [PATCH] make vm86 call audit_syscall_exitJason Baron2006-03-201-2/+10
* | | | | [PATCH] x86_64: Add cpu_relax() to busy loops in PM timer codeAndi Kleen2006-03-251-1/+2
* | | | | [PATCH] x86_64: Report SIGSEGV for IRET faultsAndi Kleen2006-03-251-1/+1
* | | | | [PATCH] x86_64: Initialize powernow_data[] for all siblingsAndi Kleen2006-03-251-3/+4
* | | | | [PATCH] x86_64: Remove bogus special case in AMD core parsing.Andi Kleen2006-03-251-2/+0Star
* | | | | [PATCH] x86_64: group memnodemap and memnodeshift in a memnode structureEric Dumazet2006-03-251-4/+2Star
* | | | | [PATCH] x86_64: Eliminate register_die_notifier symbol exportedKevin Winchester2006-03-251-1/+0Star