summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86, mm: fault.c, remove #ifdef from do_page_fault()Ingo Molnar2009-02-211-4/+2
* x86, mm: fault.c, unify oops handlingIngo Molnar2009-02-211-16/+3
* x86, mm: fault.c, unify oops printingIngo Molnar2009-02-211-9/+5
* x86, mm: fault.c, reorder functionsIngo Molnar2009-02-211-235/+239
* x86, mm, kprobes: fault.c, simplify notify_page_fault()Ingo Molnar2009-02-211-5/+1
* x86, mm: fault.c, simplify kmmio_fault()Ingo Molnar2009-02-211-2/+3
* x86, mm: fault.c, enable PF_RSVD checks on 32-bit tooIngo Molnar2009-02-211-4/+0
* x86, mm: fault.c, factor out the vm86 fault checkIngo Molnar2009-02-211-12/+31
* x86, mm: fault.c, refactor/simplify the is_prefetch() codeIngo Molnar2009-02-211-50/+50
* x86, mm: fault.c cleanupIngo Molnar2009-02-211-215/+331
* Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-201-1/+12
|\
| * x86: check PMD in spurious_fault handlerSteven Rostedt2009-02-201-1/+12
* | x86, pat: add large-PAT check to split_large_page()Ingo Molnar2009-02-201-0/+7
| |
| \
| \
| \
*---. \ Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar2009-02-2038-158/+87
|\ \ \ \
| | | * \ Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-02-1927-36/+37
| | | |\ \
| | | | * \ Merge commit 'tip/x86/headers' into x86/untangle2Jeremy Fitzhardinge2009-02-1327-43/+50
| | | | |\ \
| | | | * | | x86: move more pagetable-related definitions into pgtable*.hJeremy Fitzhardinge2009-02-137-10/+11
| | | | * | | x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-1320-26/+26
| | | * | | | x86: truncate ISA addresses to unsigned intH. Peter Anvin2009-02-171-3/+8
| | * | | | | x86: use symbolic constants for MSR_IA32_MISC_ENABLE bitsVegard Nossum2009-02-205-13/+13
| | * | | | | x86: syscalls.h: remove asmlinkage from declaration of sys_rt_sigreturn()Hiroshi Shimamoto2009-02-191-1/+1
| | * | | | | x86: include/asm/processor.h remove double declaration of print_cpu_infoJaswinder Singh Rajput2009-02-191-1/+0
| | |/ / / /
| * | | | | x86: compressed head_32 - use ENTRY,ENDPROC macrosCyrill Gorcunov2009-02-191-3/+3
| * | | | | x86: compressed head_64 - use ENTRY,ENDPROC macrosCyrill Gorcunov2009-02-191-4/+2
| * | | | | x86: pmjump - use GLOBAL,ENDPROC macrosCyrill Gorcunov2009-02-191-11/+5
| * | | | | x86: copy.S - use GLOBAL,ENDPROC macrosCyrill Gorcunov2009-02-191-26/+14
| * | | | | x86: linkage - get rid of _X86 macrosCyrill Gorcunov2009-02-191-60/+0
| * | | | | x86: asm linkage - introduce GLOBAL macroCyrill Gorcunov2009-02-191-0/+4
| |/ / / /
* | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-2061-236/+187
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | x86: use the right protections for split-up pagetablesIngo Molnar2009-02-201-10/+5
| * | | | x86, vmi: TSC going backwards check in vmi clocksourceAlok N Kataria2009-02-201-1/+4
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-02-1923-83/+63
| |\ \ \ \
| | * | | | [ARM] 5405/1: ep93xx: remove unused gesbc9312.h headerHartley Sweeten2009-02-192-4/+0
| | * | | | [ARM] 5404/1: Fix condition in arm_elf_read_implies_exec() to set READ_IMPLIE...Makito SHIOKAWA2009-02-191-2/+2
| | * | | | [ARM] omap: fix clock reparenting in omap2_clk_set_parent()Russell King2009-02-191-4/+4
| | * | | | [ARM] 5402/1: fix a case of wrap-around in sanity_check_meminfo()Nicolas Pitre2009-02-191-1/+2
| | * | | | [ARM] 5401/1: Orion: fix edge triggered GPIO interrupt supportNicolas Pitre2009-02-175-53/+29
| | * | | | [ARM] 5400/1: Add support for inverted rdy_busy pin for Atmel nand device con...Gregory CLEMENT2009-02-162-0/+2
| | * | | | [ARM] 5391/1: AT91: Enable GPIO clocks earlierAndrew Victor2009-02-141-5/+10
| | * | | | [ARM] 5390/1: AT91: Watchdog fixesAndrew Victor2009-02-1410-10/+10
| | * | | | [ARM] omap: fix _omap2_clksel_get_src_field()Russell King2009-02-141-1/+1
| | * | | | [ARM] omap: fix omap2_divisor_to_clksel() error return valueRussell King2009-02-141-3/+3
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-193-6/+4
| |\ \ \ \ \
| | * | | | | x86, mce: fix ifdef for 64bit thermal apic vector clear on shutdownAndi Kleen2009-02-171-1/+1
| | * | | | | x86, mce: use force_sig_info to kill process in machine checkAndi Kleen2009-02-171-2/+2
| | * | | | | x86, mce: reinitialize per cpu features on resumeAndi Kleen2009-02-171-0/+1
| | * | | | | x86, rcu: fix strange load average and ksoftirqd behaviorPaul E. McKenney2009-02-171-3/+0
| * | | | | | [S390] fix "mem=" handling in case of standby memoryHeiko Carstens2009-02-192-2/+9
| * | | | | | [S390] Fix timeval regression on s390Christian Borntraeger2009-02-191-1/+1
| * | | | | | mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki2009-02-181-1/+1
OpenPOWER on IntegriCloud