aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-10-30Anyka GPL kernel dumplinux-2.6.32.9-akAnyka184-31/+50978
2010-02-23x86: Re-get cfg_new in case reuse/move irq_descYinghai Lu1-0/+1
2010-02-23x86/amd-iommu: Fix deassignment of a device from the pt_domainJoerg Roedel1-2/+3
2010-02-23x86/amd-iommu: Fix IOMMU-API initialization for iommu=ptJoerg Roedel3-2/+9
2010-02-23sh: Couple kernel and user write page perm bits for CONFIG_X2TLBMatt Fleming1-2/+3
2010-02-23KVM: PIT: control word is write-onlyMarcelo Tosatti1-0/+3
2010-02-23kvmclock: count total_sleep_time when updating guest clockJason Wang1-4/+3
2010-02-23CPUFREQ: Fix use after free of struct powernow_k8_dataThomas Renninger1-1/+2
2010-02-09powerpc: TIF_ABI_PENDING bit removalAndreas Schwab3-20/+2
2010-02-09oprofile/x86: fix crash when profiling more than 28 eventsSuravee Suthikulpanit1-1/+1
2010-02-09oprofile/x86: add Xeon 7500 series supportAndi Kleen1-0/+1
2010-02-09KVM: allow userspace to adjust kvmclock offsetGlauber Costa2-1/+42
2010-02-09x86/amd-iommu: Fix possible integer overflowJoerg Roedel1-1/+1
2010-02-09x86: Add quirk for Intel DG45FC board to avoid low memory corruptionDavid Härdeman1-3/+11
2010-02-09x86: Add Dell OptiPlex 760 reboot quirkLeann Ogasawara1-0/+9
2010-02-09x86: Disable HPET MSI on ATI SB700/SB800Venkatesh Pallipadi3-0/+22
2010-02-09x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin5-23/+13
2010-02-09sparc: TIF_ABI_PENDING bit removalDavid Miller3-21/+4
2010-02-09Split 'flush_old_exec' into two functionsLinus Torvalds2-5/+7
2010-02-09FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger2-2/+5
2010-02-09x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)H. Peter Anvin4-823/+0
2010-02-09x86: Set hotpluggable nodes in nodes_possible_mapDavid Rientjes1-1/+3
2010-02-09S390: fix single stepped svcs with TRACE_IRQFLAGS=yMartin Schwidefsky2-0/+2
2010-01-28x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr...Russ Anderson2-2/+2
2010-01-28x86: Reenable TSC sync check at boot, even with NONSTOP_TSCPallipadi, Venkatesh2-1/+1
2010-01-28KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun1-2/+3
2010-01-28KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun1-0/+1
2010-01-28KVM: x86: Fix host_mapping_level()Sheng Yang1-4/+2
2010-01-28KVM: MMU: bail out pagewalk on kvm_read_guest errorMarcelo Tosatti1-1/+3
2010-01-28KVM: Fix race between APIC TMR and IRRAvi Kivity1-5/+6
2010-01-28KVM: S390: fix potential array overrun in intercept handlingChristian Borntraeger1-2/+2
2010-01-28davinci: dm646x: Add support for 3.x silicon revisionHemant Pedanekar1-1/+8
2010-01-28powerpc/fsl: Add PCI device ids for new QoirQ chipsBen Hutchings1-0/+14
2010-01-25x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha1-0/+9
2010-01-25x86, msr/cpuid: Register enough minors for the MSR and CPUID driversH. Peter Anvin2-4/+5
2010-01-22sparc64: Fix Niagara2 perf event handling.David S. Miller1-0/+11
2010-01-22sparc64: Fix NMI programming when perf events are active.David S. Miller1-1/+2
2010-01-22PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt1-0/+13
2010-01-22x86: SGI UV: Fix mapping of MMIO registersMike Travis1-7/+8
2010-01-22x86, apic: use physical mode for IBM summit platformsSuresh Siddha1-0/+5
2010-01-22x86, mce: Thermal monitoring depends on APIC being enabledCyrill Gorcunov1-2/+3
2010-01-18module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell2-0/+8
2010-01-18Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-...Rusty Russell1-1/+1
2010-01-18untangle the do_mremap() messAl Viro53-1049/+110
2010-01-06x86, msr: msrs_alloc/free for CONFIG_SMP=nBorislav Petkov4-215/+218
2010-01-06x86, msr: Add support for non-contiguous cpumasksBorislav Petkov2-4/+25
2010-01-06x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpusBorislav Petkov2-29/+21
2010-01-06x86/ptrace: make genregs[32]_get/set more robustLinus Torvalds1-8/+8
2010-01-06KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti1-0/+1
2010-01-06KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti1-18/+0
2010-01-06x86/amd-iommu: Fix initialization failure panicJoerg Roedel1-0/+10
2010-01-06x86: SGI UV: Fix writes to led registers on remote uv hubsMike Travis2-44/+54
2010-01-06powerpc: Handle VSX alignment faults correctly in little-endian modeNeil Campbell1-17/+46
2010-01-06x86, cpuid: Add "volatile" to asm in native_cpuid()Suresh Siddha1-1/+1
2009-12-18implement early_io{re,un}map for ia64Luck, Tony2-0/+13
2009-12-18x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP valueYong Wang3-1/+37
2009-12-18ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.Zhao Yakui1-1/+1
2009-12-18sparc: Set UTS_MACHINE correctly.David S. Miller1-0/+2
2009-12-18sparc64: Fix stack debugging IRQ stack regression.David S. Miller1-2/+3
2009-12-18sparc64: Fix overly strict range type matching for PCI devices.David S. Miller1-2/+12
2009-12-18sparc64: Don't specify IRQF_SHARED for LDC interrupts.David S. Miller1-2/+2
2009-12-18xen: use iret for return from 64b kernel to 32b usermodeJeremy Fitzhardinge1-2/+2
2009-12-18xen: call clock resume notifier on all CPUsIan Campbell1-1/+14
2009-12-18xen: register runstate info for boot CPU earlyJeremy Fitzhardinge1-0/+2
2009-12-18xen: register runstate on secondary CPUsIan Campbell1-0/+1
2009-12-18xen: register timer interrupt with IRQF_TIMERIan Campbell1-1/+1
2009-12-18xen: correctly restore pfn_to_mfn_list_list after resumeIan Campbell3-1/+4
2009-12-18xen: restore runstate_info even if !have_vcpu_info_placementJeremy Fitzhardinge1-14/+11
2009-12-18xen: re-register runstate area earlier on resume.Ian Campbell3-3/+5
2009-12-18powerpc: Fix usage of 64-bit instruction in 32-bit altivec codeBenjamin Herrenschmidt1-1/+1
2009-12-18x86: Fix bogus warning in apic_noop.apic_write()Thomas Gleixner1-1/+1
2009-12-18pxa/em-x270: fix usb hub power up/reset sequenceIgor Grinberg1-6/+5
2009-12-18s390: clear high-order bits of registers after sam64Hendrik Brueckner1-0/+3
2009-12-18x86: Fix typo in Intel CPU cache size descriptorDave Jones1-1/+1
2009-12-18x86: Add new Intel CPU cache size descriptorsDave Jones1-0/+3
2009-12-18x86: Fix duplicated UV BAU interrupt vectorCliff Wickman1-1/+1
2009-12-18x86: SGI UV: Fix BAU initializationCliff Wickman1-3/+1
2009-12-18x86/mce: Set up timer unconditionallyJan Beulich1-1/+2
2009-12-18x86, mce: don't restart timer if disabledHidetoshi Seto1-2/+4
2009-12-18x86: Use -maccumulate-outgoing-args for sane mcount prologuesThomas Gleixner1-2/+3
2009-12-18x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckageThomas Gleixner1-0/+6
2009-12-18KVM: x86: include pvclock MSRs in msrs_to_saveGlauber Costa1-4/+8
2009-12-18KVM: s390: Make psw available on all exits, not just a subsetCarsten Otte2-9/+19
2009-12-18KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.cCarsten Otte1-3/+3
2009-12-18KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity2-2/+5
2009-12-18x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson1-1/+1
2009-12-18x86: ASUS P4S800 reboot=bios quirkLeann Ogasawara1-0/+8
2009-12-18x86: GART: pci-gart_64.c: Use correct length in strncmpJoe Perches1-1/+1
2009-12-18x86: Fix iommu=nodac parameter handlingTejun Heo1-1/+1
2009-12-18x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the ...Darrick J. Wong1-5/+7
2009-12-18x86/amd-iommu: un__init iommu_setup_msiJoerg Roedel1-1/+1
2009-12-18x86/amd-iommu: attach devices to pre-allocated domains earlyJoerg Roedel1-2/+6
2009-12-02MIPS: RB532: Fix devices.c compilation.Florian Fainelli1-1/+2
2009-12-02MIPS: Fix MIPS I build.Ralf Baechle1-0/+4
2009-12-01Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-9/+28
2009-12-01MIPS: Loongson: Switch from flatmem to sparsememWu Zhangjin1-1/+1
2009-12-01MIPS: Loongson: Disallow 4kB pagesWu Zhangjin1-0/+1
2009-12-01MIPS: Add missing definition for MADV_HWPOISON.Ralf Baechle1-0/+1
2009-12-01MIPS: Fix build error if __xchg() is not getting inlined.Ralf Baechle1-6/+9
2009-12-01MIPS: IP22/IP28 Disable early printk to fix boot problems on some systems.Martin Michlmayr1-2/+16
2009-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds24-36/+43
2009-11-30alpha: Fixup last users of irq_chip->typenameThomas Gleixner20-23/+23
2009-11-30Alpha: Rearrange thread info flags fixing two regressionsMichael Cree1-12/+15
2009-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds14-42/+138
2009-11-30Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-5/+133
2009-11-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+11
2009-12-01powerpc: Fix DEBUG_HIGHMEM build break from d4515646699Becky Bruce1-0/+11
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2009-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-1/+2
2009-11-30arch/alpha/kernel: Add kmalloc NULL testsJulia Lawall2-0/+4
2009-11-30arch/alpha/kernel/sys_ruffian.c: Use DIV_ROUND_CLOSESTJulia Lawall1-1/+1
2009-11-30parisc: fix unwind with recent gcc versionsHelge Deller2-4/+4
2009-11-25Merge branch 'mach-types'Russell King1-2/+117
2009-11-25[ARM] Update mach-typesRussell King1-2/+117
2009-11-25Blackfin: fix SMP build error in start_thread()Graf Yang1-1/+1
2009-11-25Blackfin: fix memset in smp_send_reschedule() and -stop()Roel Kluin1-4/+2
2009-11-25Blackfin: fix typo in ptrace pokingJie Zhang1-1/+1
2009-11-25Blackfin: check for anomaly 05000475Mike Frysinger1-0/+5
2009-11-25Blackfin: work around testset anomaly 05000477Mike Frysinger1-2/+12
2009-11-25Blackfin: update anomaly listsMike Frysinger7-31/+109
2009-11-25Blackfin: fix cache Kconfig typoAndré Goddard Rosa1-1/+1
2009-11-25Blackfin: fix suspend/resume failure with some on-chip ROMsMichael Hennerich1-2/+7
2009-11-24[CPUFREQ] Enable ACPI PDC handshake for VIA/Centaur CPUsHarald Welte1-1/+2
2009-11-23sparc64: Fix definition of VMEMMAP_SIZE.David S. Miller1-1/+1
2009-11-23ARM: 5793/1: ARM: Check put_user fail in do_signal when enable OABI_COMPATJean PIHET1-2/+6
2009-11-22Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King3-1/+4
2009-11-22[ARM] pxa/spitz: fix compile regression on spitzPavel Machek1-0/+2
2009-11-20[ARM] pxa/cpufreq: fix index assignments for end markerDaniel Mack2-1/+2
2009-11-20[ARM] kmap: fix build errors with DEBUG_HIGHMEM enabledRussell King1-0/+6
2009-11-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds4-20/+26
2009-11-18Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-49/+48
2009-11-18OMAP: cs should be positive in gpmc_cs_free()Roel Kluin1-1/+1
2009-11-18omap: fix unlikely(x) < yRoel Kluin1-1/+1
2009-11-18Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2009-11-17[CPUFREQ] speedstep-ich: fix error caused by 394122ab144dae4b276d74644a2f11c4...Rusty Russell1-12/+7
2009-11-17[CPUFREQ] acpi-cpufreq: blacklist Intel 0f68: Fix HT detection and put in not...John Villalovos1-6/+17
2009-11-17[CPUFREQ] powernow-k8: Fix test in get_transition_latency()Roel Kluin1-1/+1
2009-11-17[CPUFREQ] longhaul: select Longhaul version 2 for capable CPUsKrzysztof Helt1-1/+1
2009-11-18sh: Fixup last users of irq_chip->typenameThomas Gleixner2-2/+2
2009-11-17omap3: clock: Fixed dpll3_m2x2 rate calculationTero Kristo1-2/+2
2009-11-17omap3: clock: Fix the DPLL freqsel computationsRajendra Nayak1-1/+1
2009-11-17Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-7/+21
2009-11-17Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds2-17/+26
2009-11-17Merge branch 'hostprogs-wmissing-prototypes' of git://git.kernel.org/pub/scm/...Linus Torvalds5-14/+14
2009-11-17fcntl: Use consistent values for F_[GS]ETOWN_EXStephen Rothwell2-4/+0
2009-11-16omap: Fix keymap for zoom2 according to matrix keypad framworkVimal Singh1-44/+43
2009-11-16Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King6-6/+9
2009-11-17[ARM] pxa: ensure mfp is in correct range in mfp_{read,write}Roel Kluin1-2/+2
2009-11-17[ARM] pxa/hx4700: fix hx4700 touchscreen pressure valuesPaul Parsons1-1/+1
2009-11-16Merge branch 'for-rmk' of git://git.marvell.com/orionRussell King2-0/+11
2009-11-16ARM: 5787/1: U300 COH 901 331 fixesLinus Walleij1-1/+1
2009-11-16at91: at91sam9g20ek modify dual slot evaluation kitNicolas Ferre2-17/+26
2009-11-15arch/sparc/boot/*.c: Mark various internal functions staticJosh Triplett3-10/+10
2009-11-15arch/powerpc/boot/addRamDisk.c: Mark several internal functions staticJosh Triplett1-3/+3
2009-11-15arch/alpha/boot/tools/objstrip.c: Mark "usage" staticJosh Triplett1-1/+1
2009-11-14Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds10-96/+230
2009-11-13[ARM] Kirkwood: disable propagation of mbus error to the CPU local busLennert Buytenhek2-0/+11
2009-11-13MIPS: SMTC: Fix lockup in smtc_distribute_timerKevin D. Kissell1-1/+2
2009-11-13MIPS: TXx9: Update rbtx49xx_defconfigAtsushi Nemoto1-60/+192
2009-11-13MIPS: Make local arrays with CL_SIZE static __initdataAtsushi Nemoto4-5/+6
2009-11-13MIPS: Add DMA declare coherent memory supportYoichi Yuasa3-10/+9
2009-11-13MIPS: Fix emulation of 64-bit FPU on FPU-less 64-bit CPUs.David Daney1-20/+21
2009-11-13[S390] s390: fix single stepping on svc0Christian Borntraeger2-8/+8
2009-11-13[S390] reset cputime accounting after IPL from NSSMartin Schwidefsky1-0/+9
2009-11-13[ARM] pxa: fix incorrect mfp_to_gpio() conversionEric Miao1-1/+1
2009-11-13[ARM] pxa/colibri: fix AC97 ifdefs and add missing includeMarek Vasut1-1/+3
2009-11-13[ARM] pxa: fix missing underscores in mfp-pxa910.hRoel Kluin1-1/+1
2009-11-13[ARM] pxa: fix interrupts number calculation when CONFIG_PXA_HAVE_ISA_IRQS=yMarc Zyngier1-0/+1
2009-11-12Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-56/+126
2009-11-12alpha: move THREAD_SIZE definition outside #ifndef ASSEMBLYAndrew Morton1-2/+2
2009-11-12alpha: fix F_SETOWN_EX and F_GETLK64 conflictPeter Zijlstra1-2/+2
2009-11-11omap3: Decrease cpufreq transition latencyMike Turquette1-1/+1
2009-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-7/+9
2009-11-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds57-1380/+2603
2009-11-11Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds31-236/+568
2009-11-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-13/+24
2009-11-11omap3: update Pandora defconfigGrazvydas Ignotas1-5/+44
2009-11-11omap3: 3430sdp: Enable Linux Regulator frameworkSergio Aguirre1-1/+8
2009-11-11omap3: beagle: Fix USB host port power controlJarkko Nikula1-1/+1
2009-11-11omap3: pandora: Fix keypad keymapGrazvydas Ignotas1-39/+39
2009-11-11omap1: Amstrad Delta defconfig fixesJanusz Krzysztofik1-7/+17
2009-11-11omap: Fix omapfb/lcdc on OMAP1510 broken when PM setJanusz Krzysztofik1-0/+8
2009-11-11powerpc: pasemi_defconfig updateOlof Johansson1-167/+461
2009-11-11Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt56-1213/+2142
2009-11-10omap: Use resource_sizeTobias Klauser2-2/+2
2009-11-10omap: Fix race condition in omap dma driverTao Hu1-0/+6
2009-11-10Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6Russell King12-9/+146
2009-11-10ARM: Use a definition for the userspace cmpxchg emulation syscallRussell King3-4/+14
2009-11-10x86, amd-ucode: Check UCODE_MAGIC before loading the container fileBorislav Petkov1-0/+6
2009-11-09ARM: S3C: Merge fixes-s3c64xx-dmaBen Dooks1-24/+52
2009-11-09ARM: S3C64XX: DMA: Free node for non-circular queuesJassi Brar1-0/+6
2009-11-09ARM: S3C64XX: DMA: Callback with correct buffer pointerJassi Brar1-1/+28
2009-11-09ARM: S3C64XX: DMA: Make src and dst transfer size sameJassi Brar1-4/+2
2009-11-09ARM: S3C64XX: DMA: Unify callback functions for success/failureJassi Brar1-21/+13
2009-11-09ARM: S3C64XX: DMA: Protect buffer pointers while manipulationJassi Brar1-0/+5
2009-11-09ARM: S3C64XX: Tidy definition and comments in s3c_dma_has_circular()Ben Dooks1-5/+2
2009-11-09ARM: S3C64XX: Remove duplicate s3c_dma_has_circular() definition for S3C64xx.Maurus Cuelenaere1-5/+0
2009-11-09ARM: SMDK6410: Allocate more GPIO space for WM1190-EV1Mark Brown1-0/+1
2009-11-09ARM: SMDK6410: Configure GPIO pull up for WM835x IRQ lineMark Brown1-0/+3
2009-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-3/+7