| Commit message (Expand) | Author | Files | Lines |
2017-10-14 | x86/microcode: Do the family check first | Borislav Petkov | 1 | -9/+18 |
2017-10-14 | locking/lockdep: Disable cross-release features for now | Ingo Molnar | 1 | -2/+2 |
2017-10-14 | x86/mm: Flush more aggressively in lazy TLB mode | Andy Lutomirski | 3 | -49/+136 |
2017-10-14 | mm, swap: use page-cluster as max window of VMA based swap readahead | Huang Ying | 2 | -44/+7 |
2017-10-14 | mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock | Will Deacon | 1 | -15/+10 |
2017-10-14 | kmemleak: clear stale pointers from task stacks | Konstantin Khlebnikov | 2 | -1/+5 |
2017-10-14 | fs/binfmt_misc.c: node could be NULL when evicting inode | Eryu Guan | 1 | -1/+1 |
2017-10-14 | fs/mpage.c: fix mpage_writepage() for pages with buffers | Matthew Wilcox | 3 | -5/+16 |
2017-10-14 | linux/kernel.h: add/correct kernel-doc notation | Randy Dunlap | 1 | -16/+74 |
2017-10-14 | tty: fall back to N_NULL if switching to N_TTY fails during hangup | Johannes Weiner | 1 | -6/+5 |
2017-10-14 | Revert "vmalloc: back off when the current task is killed" | Johannes Weiner | 1 | -6/+0 |
2017-10-14 | mm/cma.c: take __GFP_NOWARN into account in cma_alloc() | Boris Brezillon | 1 | -1/+1 |
2017-10-14 | scripts/kallsyms.c: ignore symbol type 'n' | Guenter Roeck | 1 | -1/+1 |
2017-10-14 | userfaultfd: selftest: exercise -EEXIST only in background transfer | Andrea Arcangeli | 1 | -5/+20 |
2017-10-14 | mm: only display online cpus of the numa node | Zhen Lei | 1 | -2/+10 |
2017-10-14 | mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk(). | Zi Yan | 1 | -2/+1 |
2017-10-14 | mm/mempolicy: fix NUMA_INTERLEAVE_HIT counter | Andrey Ryabinin | 1 | -2/+5 |
2017-10-14 | include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OF | Arnd Bergmann | 1 | -0/+10 |
2017-10-14 | mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK | Yang Shi | 1 | -1/+6 |
2017-10-14 | lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together | Randy Dunlap | 1 | -72/+71 |
2017-10-14 | mm/migrate: fix indexing bug (off by one) and avoid out of bound access | Mark Hairgrove | 1 | -1/+2 |
2017-10-13 | iommu/amd: Finish TLB flush in amd_iommu_unmap() | Joerg Roedel | 1 | -0/+1 |
2017-10-13 | powerpc/perf: Fix IMC initialization crash | Anju T Sudhakar | 1 | -1/+2 |
2017-10-12 | scripts: fix faddr2line to work on last symbol | NeilBrown | 1 | -2/+3 |
2017-10-12 | drm/msm: fix _NO_IMPLICIT fencing case | Rob Clark | 2 | -17/+18 |
2017-10-12 | drm/msm: fix error path cleanup | Rob Clark | 1 | -1/+2 |
2017-10-12 | device property: preserve usecount for node passed to of_fwnode_graph_get_por... | Niklas Söderlund | 1 | -1/+1 |
2017-10-12 | drivers: of: increase MAX_RESERVED_REGIONS to 32 | Stewart Smith | 1 | -1/+1 |
2017-10-12 | of: do not leak console options | Sergey Senozhatsky | 1 | -2/+6 |
2017-10-12 | drm/msm/mdp5: Remove extra pm_runtime_put call in mdp5_crtc_cursor_set() | Archit Taneja | 1 | -2/+0 |
2017-10-12 | drm/msm/dsi: Use correct pm_runtime_put variant during host_init | Archit Taneja | 1 | -1/+1 |
2017-10-12 | x86/apic: Update TSC_DEADLINE quirk with additional SKX stepping | Len Brown | 1 | -1/+11 |
2017-10-12 | x86/apic: Silence "FW_BUG TSC_DEADLINE disabled due to Errata" on hypervisors | Paolo Bonzini | 1 | -1/+2 |
2017-10-12 | drm/msm: fix return value check in _msm_gem_kernel_new() | Wei Yongjun | 1 | -2/+2 |
2017-10-12 | drm/msm: use proper memory barriers for updating tail/head | Rob Clark | 1 | -2/+10 |
2017-10-12 | drm/msm/mdp5: add missing max size for 8x74 v1 | Rob Clark | 1 | -0/+2 |
2017-10-12 | drm/amdgpu: fix placement flags in amdgpu_ttm_bind | Christian König | 1 | -1/+1 |
2017-10-12 | powerpc/perf: Add ___GFP_NOWARN flag to alloc_pages_node() | Anju T Sudhakar | 1 | -4/+4 |
2017-10-12 | powerpc/perf: Fix for core/nest imc call trace on cpuhotplug | Anju T Sudhakar | 1 | -0/+28 |
2017-10-12 | MAINTAINERS: Add Paul Mackerras as maintainer for KVM/powerpc | Thomas Huth | 1 | -1/+1 |
2017-10-12 | KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit | Haozhong Zhang | 1 | -1/+1 |
2017-10-12 | iommu/exynos: Remove initconst attribute to avoid potential kernel oops | Marek Szyprowski | 1 | -1/+1 |
2017-10-11 | ACPI: properties: Fix __acpi_node_get_property_reference() return codes | Sakari Ailus | 1 | -4/+6 |
2017-10-11 | ACPI: properties: Align return codes of __acpi_node_get_property_reference() | Sakari Ailus | 2 | -10/+13 |
2017-10-11 | remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init() | Wei Yongjun | 1 | -3/+2 |
2017-10-11 | drm/i915/bios: parse DDI ports also for CHV for HDMI DDC pin and DP AUX channel | Jani Nikula | 1 | -1/+1 |
2017-10-11 | xfs: handle error if xfs_btree_get_bufs fails | Eric Sandeen | 1 | -0/+8 |
2017-10-11 | xfs: reinit btree pointer on attr tree inactivation walk | Brian Foster | 1 | -0/+2 |
2017-10-11 | xfs: Fix bool initialization/comparison | Thomas Meyer | 5 | -8/+8 |
2017-10-11 | xfs: don't change inode mode if ACL update fails | Dave Chinner | 1 | -6/+16 |