| Commit message (Expand) | Author | Files | Lines |
2012-04-19 | drm/radeon: fix load detect on rn50 with hardcoded EDIDs. | Dave Airlie | 1 | -1/+1 |
2012-04-19 | drm: Releasing FBs before releasing GEM objects during drm_release | Prathyush | 1 | -3/+3 |
2012-04-19 | drm/nouveau/pm: don't read/write beyond end of stack buffer | Jim Meyering | 1 | -0/+1 |
2012-04-19 | drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of... | Marcos Paulo de Souza | 1 | -1/+0 |
2012-04-19 | radeon: fix r600/agp when vram is after AGP (v3) | Jerome Glisse | 2 | -4/+4 |
2012-04-19 | drm: fix page_flip error handling | Joonyoung Shim | 1 | -4/+6 |
2012-04-19 | drm/radeon/kms: fix the regression of DVI connector check | Takashi Iwai | 1 | -1/+1 |
2012-04-19 | drm/usb: fix module license on drm/usb layer. | Dave Airlie | 1 | -1/+5 |
2012-04-19 | memcg: fix Bad page state after replace_page_cache | Hugh Dickins | 1 | -0/+1 |
2012-04-19 | KVM: lock slots_lock around device assignment | Alex Williamson | 1 | -8/+15 |
2012-04-19 | security: fix compile error in commoncap.c | Jonghwan Choi | 1 | -0/+1 |
2012-04-19 | KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context | Avi Kivity | 1 | -1/+4 |
2012-04-19 | KVM: MMU: use page table level macro | Davidlohr Bueso | 2 | -2/+2 |
2012-04-18 | xz: Enable BCJ filters on SPARC and 32-bit x86 | Lasse Collin | 1 | -2/+2 |
2012-04-18 | libata: forbid port runtime pm by default, fixing regression | Lin Ming | 1 | -0/+1 |
2012-04-18 | Revert "ACPI: Make ACPI interrupt threaded" | Thomas Gleixner | 1 | -2/+1 |
2012-04-18 | drm/i915: Do not set "Enable Panel Fitter" on SNB pageflips | Chris Wilson | 1 | -1/+7 |
2012-04-18 | fcaps: clear the same personality flags as suid when fcaps are used | Eric Paris | 1 | -0/+5 |
2012-04-18 | mpi: Avoid using freed pointer in mpi_lshift_limbs() | Jesper Juhl | 1 | -2/+3 |
2012-04-18 | Smack: move label list initialization | Casey Schaufler | 2 | -25/+33 |
2012-04-17 | PCI: Retry BARs restoration for Type 0 headers only | Rafael J. Wysocki | 1 | -9/+15 |
2012-04-17 | Documentation: maintainer change | Randy Dunlap | 1 | -2/+2 |
2012-04-17 | ia64: fix futex_atomic_cmpxchg_inatomic() | Luck, Tony | 1 | -4/+5 |
2012-04-17 | KVM: dont clear TMR on EOI | Michael S. Tsirkin | 3 | -9/+21 |
2012-04-17 | KVM: x86 emulator: implement MMX MOVQ (opcodes 0f 6f, 0f 7f) | Avi Kivity | 1 | -1/+1 |
2012-04-17 | KVM: x86 emulator: MMX support | Avi Kivity | 2 | -5/+102 |
2012-04-17 | KVM: x86 emulator: implement movntps | Avi Kivity | 1 | -1/+6 |
2012-04-17 | KVM: x86: emulate movdqa | Stefan Hajnoczi | 1 | -8/+2 |
2012-04-17 | KVM: x86 emulator: add support for vector alignment | Avi Kivity | 1 | -1/+29 |
2012-04-17 | KVM: SVM: Auto-load on CPUs with SVM | Josh Triplett | 1 | -0/+7 |
2012-04-17 | ext4: fix handling of journalled quota options | Theodore Ts'o | 1 | -17/+15 |
2012-04-16 | checkpatch: revert --strict test for net/ and drivers/net block comment style | Joe Perches | 1 | -6/+0 |
2012-04-16 | drm/i915: Hold mode_config lock whilst changing mode for lastclose() | Chris Wilson | 1 | -0/+4 |
2012-04-16 | ext4: address scalability issue by removing extent cache statistics | Theodore Ts'o | 3 | -23/+0 |
2012-04-16 | drm/radeon/si: add missing radeon_bo_unreserve in si_rlc_init() v2 | Alex Deucher | 1 | -3/+2 |
2012-04-16 | drm/radeon: disable MSI on RV515 | Dave Airlie | 1 | -0/+6 |
2012-04-16 | drm/i915: don't clobber the special upscaling lvds timings | Daniel Vetter | 4 | -4/+15 |
2012-04-16 | x86: Handle failures of parsing immediate operands in the instruction decoder | Masami Hiramatsu | 1 | -17/+36 |
2012-04-16 | Linux 3.4-rc3v3.4-rc3 | Linus Torvalds | 1 | -1/+1 |
2012-04-16 | x86-32: fix up strncpy_from_user() sign error | Linus Torvalds | 1 | -2/+2 |
2012-04-15 | ARM: 7386/1: jump_label: fixup for rename to static_key | Rabin Vincent | 1 | -1/+1 |
2012-04-15 | ARM: 7384/1: ThumbEE: Disable userspace TEEHBR access for !CONFIG_ARM_THUMBEE | Jonathan Austin | 1 | -0/+12 |
2012-04-15 | ARM: 7382/1: mm: truncate memory banks to fit in 4GB space for classic MMU | Will Deacon | 1 | -1/+15 |
2012-04-15 | ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus | Linus Walleij | 1 | -1/+5 |
2012-04-15 | PCI: Fix regression in pci_restore_state(), v3 | Rafael J. Wysocki | 1 | -18/+39 |
2012-04-15 | SCSI: Fix error handling when no ULD is attached | Martin K. Petersen | 2 | -1/+4 |
2012-04-15 | virtio_balloon: fix handling of PAGE_SIZE != 4k | Michael S. Tsirkin | 1 | -10/+41 |
2012-04-15 | virtio_balloon: Fix endian bug | David Gibson | 1 | -2/+5 |
2012-04-15 | ARM: OMAP: clock: cleanup CPUfreq leftovers, fix build errors | Kevin Hilman | 5 | -129/+0 |
2012-04-15 | ARM: dts: remove blank interrupt-parent properties | Rob Herring | 5 | -5/+0 |