aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-11mm: fix pfn_t vs highmemDan Williams3-12/+11
2016-02-11kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton2-25/+21
2016-02-11mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta1-2/+2
2016-02-11mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta1-1/+3
2016-02-11mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes1-1/+1
2016-02-11mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2-2/+6
2016-02-11vsprintf: kptr_restrict is okay in IRQ when 2Jason A. Donenfeld1-13/+13
2016-02-11mm: fix filemap.c kernel doc warningRandy Dunlap1-0/+1
2016-02-11ubsan: cosmetic fix to Kconfig textYang Shi1-1/+3
2016-02-11IB/core: Fix reading capability mask of the port info classEran Ben Elisha1-3/+2
2016-02-11net/mlx4: fix some error handling in mlx4_multi_func_init()Rasmus Villemoes1-1/+1
2016-02-11Revert "mmc: block: don't use parameter prefix if built as module"Ulf Hansson1-3/+0
2016-02-11thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino1-6/+8
2016-02-11btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-11ARM: 8519/1: ICST: try other dividends than 1Linus Walleij1-0/+1
2016-02-11mmc: sdhci-acpi: Fix card detect race for Intel BXT/APLAdrian Hunter1-0/+30
2016-02-11mmc: sdhci-pci: Fix card detect race for Intel BXT/APLAdrian Hunter1-0/+31
2016-02-11mmc: sdhci: Allow override of get_cd() called from sdhci_request()Adrian Hunter1-1/+1
2016-02-11mmc: sdhci: Allow override of mmc host operationsAdrian Hunter2-1/+3
2016-02-11mips: Differentiate between 32 and 64 bit ELF headerDaniel Wagner3-4/+9
2016-02-11irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributorTirumalesh Chalamarla1-0/+1
2016-02-11irqchip/gic: Only set the EOImodeNS bit for the root controllerJon Hunter1-1/+1
2016-02-11irqchip/gic: Only populate set_affinity for the root controllerJon Hunter1-6/+5
2016-02-11component: remove device from master match list on failed addDaniel Stone1-0/+2
2016-02-10qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU AffinityQuinn Tran2-2/+5
2016-02-10target/transport: add flag to indicate CPU Affinity is observedQuinn Tran2-3/+11
2016-02-10target: Fix incorrect unmap_zeroes_data_store returnNicholas Bellinger1-1/+1
2016-02-10bpf: fix branch offset adjustment on backjumps after patching ctx expansionDaniel Borkmann1-1/+1
2016-02-10ASoC: arizona: fref must be limited in pseudo-fractional modeRichard Fitzgerald1-1/+42
2016-02-10drm/amdgpu: fix issue with overlapping userptrsChristian König3-1/+23
2016-02-10drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle1-0/+5
2016-02-10drm/amdgpu: remove unnecessary forward declarationNicolai Hähnle1-2/+0
2016-02-10drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)Nicolai Hähnle1-1/+4
2016-02-10drm/amdgpu: fix s4 resumeFlora Cui1-4/+9
2016-02-10ASoC: sigmadsp: Fix missleading return valuePascal Huerst1-1/+4
2016-02-10workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookupTejun Heo1-0/+10
2016-02-10ahci: Intel DNV device IDs SATAAlexandra Yates1-0/+20
2016-02-10mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson1-1/+1
2016-02-10MIPS: Octeon: Update OCTEON_FEATURE_PCIE for Octeon IIIZubair Lutfullah Kakakhel1-1/+2
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg6-10/+50
2016-02-10geneve: Relax MTU constraintsDavid Wragg1-1/+12
2016-02-10vxlan: Relax MTU constraintsDavid Wragg1-11/+25
2016-02-10gpio: davinci: Fix the number of controllers allocatedLokesh Vutla1-2/+3
2016-02-10gpio: davinci: Add the missing of-node pointerKeerthy1-1/+1
2016-02-10MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()Wei Yongjun1-4/+4
2016-02-10mmc: block: return error on failed mmc_blk_get()Olof Johansson1-1/+3
2016-02-10phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reloadTony Lindgren1-5/+8
2016-02-10phy: twl4030-usb: Relase usb phy on unloadTony Lindgren1-0/+1
2016-02-10phy: core: fix wrong err handle for phy_power_onShawn Lin1-7/+9
2016-02-10ARCv2: intc: Allow interruption by lowest priority interruptVineet Gupta2-19/+29