aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-17ARM: KVM: Remove cp15 registers from struct kvm_regs.msr-opsRusty Russell2-26/+0
2012-07-17ARM: KVM: add the guest-visible host cp15 registers to the API.Rusty Russell3-4/+124
2012-07-17ARM: KVM: KVM_VCPU_GET_MSR_INDEX_LIST/KVM_GET_MSRS/KVM_SET_MSRS for cp15 regs.Rusty Russell5-0/+305
2012-07-17ARM: KVM: Turn L2CTLR and ACTLR into proper registers.Rusty Russell2-10/+25
2012-07-17ARM: KVM: Drive register reset from coproc table(s).Rusty Russell3-67/+153
2012-07-17ARM: KVM: Pass table entry to access fn, rather than arg.Rusty Russell1-32/+31
2012-07-17ARM: KVM: Add comments with references to documentation.Rusty Russell1-1/+6
2012-07-17ARM: KVM: Correctly ignore writes to l2ctlr and l2ectlr.Rusty Russell1-2/+2
2012-07-17ARM: KVM: Create specific per-target register tables.Rusty Russell1-62/+78
2012-07-17ARM: KVM: Move coprocessor register handling to coproc.cRusty Russell6-359/+407
2012-07-17ARM: KVM: Change emulation table to a register table.Rusty Russell1-78/+68
2012-07-17ARM: KVM: A more precise useless performance monitor implementation.Rusty Russell1-4/+50
2012-07-17ARM: Expose PMNC bitfields for KVM use.Rusty Russell2-50/+57
2012-07-17ARM: KVM: Don't ignore all CP15 CRn=15 operations.Rusty Russell1-8/+2
2012-07-17ARM: KVM: Don't ignore attempts to read from DCCSW, DCISW, DCCISWRusty Russell1-3/+0
2012-07-17ARM: KVM: Pass-through CRn = 10 CP15 accesses from guest.Rusty Russell2-28/+2
2012-07-17KVM ARM: RFC: use KVM_SET_SREGS to set target model and features.Rusty Russell8-19/+63
2012-07-05ARM: KVM: arch_timers: Wire the init code and config optionkvm-arm-current-stableMarc Zyngier4-0/+23
2012-07-05ARM: KVM: arch_timers: Add timer world switchMarc Zyngier3-0/+53
2012-07-05ARM: KVM: arch_timers: Add guest timer core supportMarc Zyngier2-1/+197
2012-07-05ARM: KVM: arch_timers: Add minimal infrastructureMarc Zyngier3-1/+54
2012-07-05ARM: KVM: Allow the host to use the physical timer from PL1Marc Zyngier1-0/+5
2012-07-05ARM: arch_timers: dynamic switch to physical timer and virtual timer offloadingMarc Zyngier2-0/+55
2012-07-05ARM: arch_timers: give the virtual timer its own interrupt handlerMarc Zyngier1-0/+8
2012-07-05ARM: arch_timers: register a time/cycle counterMarc Zyngier2-0/+33
2012-07-05ARM: arch_timers: enable the use of the virtual timerMarc Zyngier1-60/+188
2012-07-05ARM: KVM: Add MMIO exit statistics to debugfsMarc Zyngier1-1/+4
2012-07-05ARM: KVM: VGIC: Update KVM API documentationMarc Zyngier1-7/+19
2012-07-05ARM: KVM: Add VGIC configuration optionMarc Zyngier1-0/+7
2012-07-05ARM: KVM: VGIC initialisation codeMarc Zyngier3-6/+197
2012-07-05ARM: KVM: VGIC control interface world switchMarc Zyngier3-0/+85
2012-07-05ARM: KVM: VGIC interrupt injectionMarc Zyngier3-2/+98
2012-07-05ARM: KVM: VGIC virtual CPU interface managementMarc Zyngier2-1/+268
2012-07-05ARM: KVM: VGIC distributor handlingMarc Zyngier2-1/+614
2012-07-05ARM: KVM: Initial VGIC MMIO support codeMarc Zyngier4-8/+150
2012-07-05ARM: KVM: Initial VGIC infrastructure supportMarc Zyngier8-3/+107
2012-07-05ARM: KVM: Keep track of currently running vcpusMarc Zyngier2-0/+32
2012-07-05ARM: KVM: Add support for IO mapping at the guest levelMarc Zyngier2-2/+44
2012-07-05ARM: KVM: Add support for IO mapping at the HYP levelMarc Zyngier2-19/+58
2012-07-05ARM: KVM: add page accounting and guest page table evictionMarc Zyngier1-10/+76
2012-07-04ARM: KVM: Convert stage-2 mutex to a spinlockMarc Zyngier3-8/+8
2012-07-04Merge branch 'kvm-a15-v10-stage' into kvm-a15-v10-stage-v3.5-rckvm-a15-v10-stage-v3.5-rc5Marc Zyngier83-281/+5585
2012-07-03ARM: KVM: Guest wait-for-interrupts (WFI) supportChristoffer Dall3-1/+42
2012-07-03ARM: KVM: Handle I/O abortsChristoffer Dall7-3/+473
2012-07-03ARM: KVM: Handle guest faults in KVMChristoffer Dall10-1/+300
2012-07-03ARM: KVM: Emulation framework and CP15 emulationChristoffer Dall6-1/+614
2012-07-03ARM: KVM: World-switch implementationChristoffer Dall6-3/+865
2012-07-03ARM: KVM: Inject IRQs and FIQs from userspaceChristoffer Dall5-6/+70
2012-07-03ARM: KVM: Memory virtualization setupChristoffer Dall3-1/+143
2012-07-03ARM: KVM: Module unloading supportChristoffer Dall4-0/+76
2012-07-03ARM: KVM: Hypervisor inititalizationChristoffer Dall12-1/+642
2012-07-03ARM: KVM: Support Cortex-A15 VCPUs resetChristoffer Dall3-0/+108
2012-07-03ARM: KVM: Initial skeleton to compile KVM supportChristoffer Dall19-0/+1193
2012-07-03KVM: Guard mmu_notifier specific code with CONFIG_MMU_NOTIFIERMarc Zyngier1-2/+2
2012-07-03KVM: Move KVM_IRQ_LINE to arch-generic codeChristoffer Dall4-46/+40
2012-07-03ARM: Section based HYP idmapChristoffer Dall4-13/+89
2012-07-03ARM: Add config option ARM_VIRT_EXTChristoffer Dall1-0/+10
2012-07-03ARM: add mem_type prot_pte accessorMarc Zyngier2-0/+7
2012-06-30Linux 3.5-rc5Linus Torvalds1-1/+1
2012-06-30Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-19/+37
2012-06-30printk.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-30linux/irq.h: fix kernel-doc warningRandy Dunlap1-2/+0
2012-06-30Merge branch 'v3.5-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson3-6/+6
2012-06-30ARM: imx6q: fix suspend regression caused by common clk migrationShawn Guo1-2/+4
2012-06-30Merge tag 'omap-fixes-for-v3.5-rc4' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2-6/+4
2012-06-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds8-21/+59
2012-06-30Merge tag 'driver-core-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-84/+219
2012-06-30Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzi...Len Brown8980-322932/+529713
2012-06-30acpi_pad: fix power_saving thread deadlockStuart Hayes1-3/+4
2012-06-30ACPI video: Still use ACPI backlight control if _DOS doesn't existZhang Rui1-0/+2
2012-06-29Merge tag 'pm-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-4/+34
2012-06-29printk: Optimize if statement logic where newline existsSteven Rostedt1-7/+6
2012-06-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds8-64/+54
2012-06-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-16/+29
2012-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2012-06-29Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2012-06-29printk: flush continuation lines immediately to consoleKay Sievers1-68/+176
2012-06-29powerpc/pseries: Fix software invalidate TCEMichael Neuling1-2/+2
2012-06-29powerpc: check_and_cede_processor() never cedesAnton Blanchard2-1/+6
2012-06-29powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt1-1/+1
2012-06-29powerpc: Fix Section mismatch warnings in prom_init.cLi Zhong1-2/+2
2012-06-29ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preemptTiejun Chen1-57/+40
2012-06-29powerpc: Fix uninitialised error in numa.cMichael Neuling1-1/+1
2012-06-29powerpc: Fix BPF_JIT code to link with multiple TOCsMichael Ellerman1-0/+2
2012-06-28Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-5/+5
2012-06-28Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds3-2/+5
2012-06-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-38/+64
2012-06-28Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifsLinus Torvalds3-10/+10
2012-06-28watchdog: core: fix WDIOC_GETSTATUS return valueWim Van Sebroeck1-1/+1
2012-06-28watchdog: hpwdt: Unregister NMI events on exit.Mingarelli, Thomas1-1/+3
2012-06-28watchdog: iTCO_wdt: add platform driver module aliasJan Beulich1-0/+1
2012-06-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-18/+27
2012-06-28Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds12-13/+13
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds85-310/+529
2012-06-28udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-06-28Merge branches 'sh/urgent' and 'sh/trivial' into sh-fixes-for-linusPaul Mundt11-11/+11
2012-06-28sh: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu11-11/+11
2012-06-28sh: kfr2r09: fix compile breakageGuennadi Liakhovetski1-2/+2
2012-06-27Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-2/+2
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter1-1/+1
2012-06-27Merge tag 'usb-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds13-24/+54
2012-06-27Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds10-25/+72
2012-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds1-0/+7
2012-06-27Merge tag 'mmc-fixes-for-3.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-25/+4
2012-06-27Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds4-32/+40
2012-06-27chmod +x scripts/gfp-translateDave Jones1-0/+0
2012-06-27Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie3-18/+4
2012-06-27Revert "drm/i915: allow PCH PWM override on IVB"Daniel Vetter1-16/+0
2012-06-27PM / ACPI: Fix suspend/resume regression caused by cpuidle cleanup.Deepthi Dharwar1-2/+30
2012-06-27ARM: OMAP4470: Fix OMAP4470 boot failureJon Hunter1-1/+4
2012-06-27UBI: correct usage of IS_ENABLED()Brian Norris1-4/+4
2012-06-27UBIFS: correct usage of IS_ENABLED()Brian Norris1-4/+4
2012-06-27can: flexcan: use be32_to_cpup to handle the value of dt entryHui Wang1-2/+2
2012-06-27drm/nouveau: add license header to prime.Dave Airlie1-0/+23
2012-06-27xen/netfront: teardown the device before unregistering it.Ian Campbell1-4/+4
2012-06-26bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)stephen hemminger3-1/+3
2012-06-26vhost: use USER_DS in vhost_worker threadJens Freimann1-0/+3
2012-06-27ARM: EXYNOS: Fix EXYNOS_DEV_DMA Kconfig entrySachin Kamat1-4/+4
2012-06-26ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDPAlexander Duyck3-7/+13
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet1-11/+32
2012-06-26USB: CP210x Add 10 Device IDsCraig Shelley1-0/+11
2012-06-26USB: option: Add USB ID for Novatel Ovation MC551Forest Bond1-0/+3
2012-06-26usb: phy: Fix Kconfig dependency for Phy driversAlexandre Pereira da Silva2-3/+3
2012-06-26Revert "mmc: omap_hsmmc: Enable Auto CMD12"Ming Lei1-12/+3
2012-06-26mmc: block: fix the data timeout issue with ACMD22Subhash Jadavani1-13/+1
2012-06-26syslog: fill buffer with more than a single message for SYSLOG_ACTION_READJan Beulich1-14/+37
2012-06-26Revert "printk: return -EINVAL if the message len is bigger than the buf size"Greg Kroah-Hartman1-3/+1
2012-06-26Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-2/+2
2012-06-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-44/+53
2012-06-26ALSA: hda - Fix power-map regression for HP dv6 & coTakashi Iwai1-1/+6
2012-06-26x86, cpufeature: Remove stray %s, add -w to mkcapflags.plH. Peter Anvin1-2/+2
2012-06-26ALSA: hda - Initialize caches at codec reconfigurationTakashi Iwai1-0/+2
2012-06-26ALSA: hda - Fix memory leaks at module unloadTakashi Iwai1-0/+2
2012-06-26ALSA: hda - Fix memory leaks in Realtek & Conexant codec parsersTakashi Iwai4-2/+16
2012-06-26drm/nouveau/fbcon: using nv_two_heads is not a good ideaBen Skeggs1-1/+1
2012-06-26ARM: OMAP2+: nand: fix build error when CONFIG_MTD_ONENAND_OMAP2=nKevin Hilman1-5/+0
2012-06-25clk: mxs: fix clock lookup after freeing init memoryMarc Kleine-Budde2-20/+20
2012-06-25clk: mxs: fix ref_io clock definitionShawn Guo1-2/+2
2012-06-25clk: Check parent for NULL in clk_change_ratePawel Moll1-4/+7
2012-06-25clk: Allow late cache allocation for clk->parentsRajendra Nayak1-5/+10
2012-06-25clk: SPEAr600: Fix ethernet clock name for DT based probingStefan Roese1-1/+1
2012-06-25mac802154: add missed bracesalex.bluesman.smirnov@gmail.com1-1/+2
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet1-3/+3
2012-06-25net/mlx4_en: Release QP range in free_resourcesYevgeny Petrilin2-4/+9
2012-06-25net/mlx4: Use single completion vector after NOP failureYevgeny Petrilin1-0/+2
2012-06-25net/mlx4_en: Set correct port parameters during device initializationYevgeny Petrilin1-2/+4
2012-06-25ipheth: add support for iPadDavide Gerhard1-0/+5
2012-06-25caif-hsi: Add missing return in error pathSjur Brændeland1-0/+1
2012-06-25caif-hsi: Bugfix - Piggyback'ed embedded CAIF frame lostPer Ellefsen1-2/+2
2012-06-25caif: Clear shutdown mask to zero at reconnect.Sjur Brændeland1-0/+1
2012-06-25tcp: heed result of security_inet_conn_request() in tcp_v6_conn_request()Neal Cardwell1-1/+2
2012-06-25ipv6: fib: fix fib dump restartEric Dumazet1-2/+2
2012-06-25Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds56-278/+220
2012-06-25rcu: Stop rcu_do_batch() from multiplexing the "count" variablePaul E. McKenney1-7/+7
2012-06-25ALSA: hda - Add Realtek ALC280 codec supportDavid Henningsson1-0/+1
2012-06-25printk: fix regression in SYSLOG_ACTION_CLEARAlan Stern1-0/+1
2012-06-25stable: Allow merging of backports for serious user-visible performance issuesMel Gorman1-0/+6
2012-06-25Merge tag 'regulator-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds3-4/+7
2012-06-25Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-1/+1
2012-06-25bug.h: Fix up CONFIG_BUG=n implicit function declarations.Paul Mundt1-10/+9
2012-06-25Merge 3.5-rc4 into usb-linusGreg Kroah-Hartman322-1194/+2236
2012-06-25x86, cpufeature: Catch duplicate CPU feature stringsH. Peter Anvin1-5/+18
2012-06-25x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin3-4/+4
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg3-28/+25
2012-06-25hwmon: Update my e-mail addressGuenter Roeck4-4/+4
2012-06-25HID: magicmouse: Correct report range of major / minor axesYufeng Shen1-2/+4
2012-06-25ALSA: hda - Remove obsoleted CONFIG_SND_HDA_ENABLE_REALTEK_QUIRKSTakashi Iwai1-13/+0
2012-06-25KVM: host side for eoi optimizationMichael S. Tsirkin6-4/+193
2012-06-25KVM: rearrange injection cancelling codeMichael S. Tsirkin1-4/+6
2012-06-25KVM: only sync when attention bits setMichael S. Tsirkin1-1/+2
2012-06-25KVM: eoi msi documentationMichael S. Tsirkin1-0/+33
2012-06-25x86, bitops: note on __test_and_clear_bit atomicityMichael S. Tsirkin1-0/+7
2012-06-25KVM guest: guest side for eoi avoidanceMichael S. Tsirkin2-3/+61
2012-06-25KVM: optimize ISR lookupsMichael S. Tsirkin2-2/+55
2012-06-25KVM: document lapic regs fieldMichael S. Tsirkin1-0/+5
2012-06-25ASoC: wm8994: remove duplicate codeJaroslav Kysela1-3/+0
2012-06-25ALSA: usb-audio: add BOSS GT-100 supportClemens Ladisch1-0/+30
2012-06-25ARM: dma-mapping: fix buffer chunk allocation orderMarek Szyprowski1-1/+1
2012-06-25drm/udl: Make sure to get correct endian keys from vendor descriptorDave Airlie1-1/+1
2012-06-24hwmon: (applesmc) correct email address for Jesper JuhlJesper Juhl1-1/+1
2012-06-25m68knommu: define a local devm_clk_get() functionGreg Ungerer1-0/+7
2012-06-24PM / Sleep: Prevent waiting forever on asynchronous suspend after abortMandeep Singh Baines1-2/+4
2012-06-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/...Olof Johansson8-5/+23
2012-06-24Linux 3.5-rc4Linus Torvalds1-1/+1
2012-06-24Fix typo in printed messagesAnatol Pomozov3-3/+3
2012-06-24Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-33/+67
2012-06-24Merge tag 'rdma-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rolan...Linus Torvalds6-46/+55
2012-06-24Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-42/+77
2012-06-24Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-6/+86
2012-06-24Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar1-1/+1
2012-06-24Merge branches 'cma' and 'ocrdma' into for-linusRoland Dreier5-45/+54
2012-06-23ARM: Orion: Fix Virtual/Physical mixup with watchdogAndrew Lunn5-2/+5
2012-06-23ARM: Kirkwood: clk_register_gate_fn: add fn assignmentMarc Kleine-Budde1-0/+1
2012-06-23ARM: Orion5x - Restore parts of io.h, with reworkAndrew Lunn2-0/+23
2012-06-23Merge tag 'omap-fixes-a-for-3.5rc' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson7-5/+28
2012-06-23Merge tag 'omap-fixes-for-v3.5-rc3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson6-31/+19
2012-06-23batman-adv: fix race condition in TT full-table replacementAntonio Quartulli1-2/+2
2012-06-23batman-adv: only drop packets of known wifi clientsMarek Lindner1-4/+4