summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: entry: data abort: avoid using r2 in abort helpersRussell King2011-07-026-33/+33
* ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5Russell King2011-07-0210-46/+38
* ARM: entry: prefetch abort: tail-call the main prefetch abort handlerRussell King2011-07-024-18/+19
* ARM: entry: re-allocate registers in irq entry assembly macrosRussell King2011-07-022-12/+12
* ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macrosRussell King2011-07-021-39/+8
* ARM: entry: instrument usr exception handlers with irqsoff tracingRussell King2011-07-021-1/+16
* ARM: entry: instrument svc undefined exception handler with irqtraceRussell King2011-07-021-0/+10
* ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King2011-07-025-50/+31
* ARM: entry: prefetch abort helper: pass aborted pc in r4 rather than r0Russell King2011-06-304-4/+6
* ARM: entry: rejig register allocation in exception entry handlersRussell King2011-06-301-38/+43
* ARM: entry: no need to check parent IRQ mask in IRQ handler returnRussell King2011-06-291-2/+3
* ARM: entry: no need to increase preempt count for IRQ handlersRussell King2011-06-291-23/+4
* ARM: entry: abort-macro: simplify do_ldrd_abortRussell King2011-06-291-3/+1
* ARM: entry: abort-macro: specify registers to be used for macrosRussell King2011-06-295-22/+22
* ARM: entry: prefetch/data abort helpers: avoid corrupting r4Russell King2011-06-291-4/+4
* ARM: entry: prefetch/data abort helpers: convert to macrosRussell King2011-06-291-50/+35
* ARM: entry: shark: don't directly reference registers in macrosRussell King2011-06-281-5/+5
* ARM: entry: remove unused irq_prio_table macroRussell King2011-06-287-26/+0
* um: add asm/percpu.hRichard Weinberger2011-06-271-0/+6
* Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-279-53/+1
* Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-06-278-10/+48
|\
| * ARM: pm: ensure ARMv7 CPUs save and restore the TLS registerRussell King2011-06-241-3/+7
| * ARM: pm: proc-v7: fix missing struct processor pointers for suspend codeRussell King2011-06-241-3/+3
| * ARM: 6969/1: plat-iop: fix build errorLinus Walleij2011-06-211-0/+1
| * ARM: 6961/1: zImage: Add build-time check for correctly-sized proc_type entriesDave Martin2011-06-211-1/+13
| * ARM: SMP: wait for CPU to be marked activeRussell King2011-06-211-1/+5
| * ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin2011-06-171-2/+11
| * ARM: 6962/1: mach-h720x: fix build errorLinus Walleij2011-06-171-0/+2
| * ARM: 6959/1: SMP build fix for entry-macro-multi.SMagnus Damm2011-06-172-0/+6
* | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-06-273-3/+10
|\ \
| * | [S390] allow setting of upper 32 bit in smp_ctl_set_bitJan Glauber2011-06-221-2/+2
| * | [S390] hwsampler: Set a sane default sampling rateChristian Borntraeger2011-06-221-1/+1
| * | [S390] s390: enforce HW limits for the initial sampling rateChristian Borntraeger2011-06-221-0/+6
| * | [S390] kvm-s390: fix kconfig dependenciesChristian Borntraeger2011-06-221-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-06-241-1/+1
|\ \ \
| * | | x86/PCI/ACPI: fix type mismatchMárton Németh2011-06-011-1/+1
* | | | MN10300: asm/uaccess.h needs to #include linux/kernel.h for might_sleep()David Howells2011-06-211-0/+1
| |/ / |/| |
* | | Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2011-06-201-3/+11
|\ \ \
| * | | msm: timer: Fix DGT rate on 8960 and 8660Stephen Boyd2011-06-201-2/+4
| * | | msm: timer: compensate for timer shift in msm_read_timer_countJeff Ohlstein2011-06-171-1/+5
| * | | msm: timer: Fix SMP build errorStephen Boyd2011-05-311-0/+2
* | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-06-204-7/+31
|\ \ \ \
| * | | | xen/setup: Fix for incorrect xen_extra_mem_start.Konrad Rzeszutek Wilk2011-06-161-4/+6
| * | | | xen: When calling power_off, don't call the halt function.Tom Goetz2011-06-151-1/+8
| * | | | xen: support CONFIG_MAXSMPAndrew Jones2011-06-152-1/+9
| * | | | xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini2011-06-091-1/+8
* | | | | Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-06-204-5/+11
|\ \ \ \ \
| * | | | | KVM: Fix register corruption in pvclock_scale_deltaZachary Amsden2011-06-191-2/+7
| * | | | | KVM: MMU: fix opposite condition in mapping_level_dirty_bitmapSteve2011-06-191-1/+1
| * | | | | KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGSMarcelo Tosatti2011-06-191-1/+2