summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-13Linux 3.11.8v3.11.8Greg Kroah-Hartman1-1/+1
2013-11-13NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason3-12/+48
2013-11-13NTB: Correct USD/DSD IdentificationJon Mason1-2/+5
2013-11-13NTB: Correct Number of Scratch Pad RegistersJon Mason2-3/+3
2013-11-13NTB: Add Error Handling in ntb_device_setupJon Mason1-1/+4
2013-11-13seq_file: always update file->f_pos in seq_lseek()Gu Zheng1-0/+2
2013-11-13mutex: Avoid gcc version dependent __builtin_constant_p() usageTetsuo Handa1-16/+16
2013-11-13drm/i915: Fix the PPT fdi lane bifurcate state handling on ivbDaniel Vetter1-47/+48
2013-11-13drm/i915: No LVDS hardware on Intel D410PT and D425KTRob Pearce1-0/+16
2013-11-13drm/i915: Add support for pipe_bpp readoutVille Syrjälä2-0/+53
2013-11-13drm/i915: Add HSW CRT output readout supportVille Syrjälä3-6/+30
2013-11-13drm/radeon: make missing smc ucode non-fatal (r7xx-SI)Alex Deucher3-0/+3
2013-11-13drm/radeon/atom: workaround vbios bug in transmitter table on rs780Alex Deucher1-1/+1
2013-11-13drm: Pad drm_mode_get_connector to 64-bit boundaryChris Wilson1-0/+2
2013-11-13drm: Prevent overwriting from userspace underallocating core ioctl structsChris Wilson1-1/+8
2013-11-13drm/i915: Retry DP aux_ch communications with a different clock after failureChris Wilson1-40/+50
2013-11-13drm/i915: split aux_clock_divider logic in a separated function for reuse.Rodrigo Vivi1-25/+33
2013-11-13drm/vmwgfx: Don't kill clients on VT switchThomas Hellstrom1-5/+12
2013-11-13drm/vmwgfx: Don't put resources with invalid id's on lru listThomas Hellstrom1-1/+1
2013-11-13mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX1-1/+1
2013-11-13mm: /proc/pid/pagemap: inspect _PAGE_SOFT_DIRTY only on present pagesCyrill Gorcunov1-2/+2
2013-11-13mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-11-13mm: Close races between THP migration and PMD numa clearingMel Gorman2-26/+26
2013-11-13mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2-44/+34
2013-11-13mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30
2013-11-13mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman1-7/+16
2013-11-13mm: numa: Do not account for a hinting fault if we racedMel Gorman1-1/+4
2013-11-13clk: nomadik: set all timers to use 2.4 MHz TIMCLKLinus Walleij1-0/+21
2013-11-13clk: fixup argument order when setting VCO parametersJonathan Austin1-1/+1
2013-11-13aacraid: missing capable() check in compat ioctlDan Carpenter1-0/+2
2013-11-13lib/scatterlist.c: don't flush_kernel_dcache_page on slab pageMing Lei1-1/+2
2013-11-13Fix a few incorrectly checked [io_]remap_pfn_range() callsLinus Torvalds3-49/+17
2013-11-13uio: provide vm access to UIO_MEM_PHYS mapsUwe Kleine-König1-9/+17
2013-11-13mm: make generic_access_phys available for modulesUwe Kleine-König1-0/+1
2013-11-13xtensa: don't use alternate signal stack on threadsBaruch Siach1-1/+1
2013-11-13uml: check length in exitcode_proc_write()Dan Carpenter1-1/+3
2013-11-13staging: wlags49_h2: buffer overflow setting station nameDan Carpenter1-3/+6
2013-11-13Staging: sb105x: info leak in mp_get_count()Dan Carpenter1-1/+1
2013-11-13Staging: bcm: info leak in ioctlDan Carpenter1-0/+1
2013-11-13staging: ozwpan: prevent overflow in oz_cdev_write()Dan Carpenter1-0/+3
2013-11-13ASoC: dapm: Fix source list debugfs outputsTakashi Iwai1-1/+1
2013-11-13ASoC: wm_hubs: Add missing break in hp_supply_event()Takashi Iwai1-0/+1
2013-11-13ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King1-0/+4
2013-11-13ALSA: hda - Add a fixup for ASUS N76VZTakashi Iwai1-0/+1
2013-11-13ALSA: hda - Fix unbalanced runtime PM refcount after S3/S4Takashi Iwai1-2/+2
2013-11-13ALSA: hda - Add missing initial vmaster hook at build_controls callbackTakashi Iwai1-1/+3
2013-11-13ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta1-3/+3
2013-11-13scripts/kallsyms: filter symbols not in kernel address spaceMing Lei2-1/+13
2013-11-13parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAMHelge Deller1-0/+4
2013-11-13clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50