summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/tty: Compute 'current' directlyDavidlohr Bueso2017-01-141-10/+8
* kernel/exit: Compute 'current' directlyDavidlohr Bueso2017-01-141-11/+11
* locking/spinlocks/x86, paravirt: Remove paravirt_ticketlocks_enabledWaiman Long2017-01-144-39/+0
* locking/jump_labels: Update bug_at() boot messageAndy Shevchenko2017-01-121-2/+1
* locking/pvqspinlock: Don't wait if vCPU is preemptedPan Xinhui2017-01-121-1/+1
* locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long2017-01-124-19/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-01-1139-182/+355
|\
| * timerfd: export defines to userspaceMike Frysinger2017-01-113-19/+38
| * mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz2017-01-111-9/+28
| * mm/slab.c: fix SLAB freelist randomization duplicate entriesJohn Sperbeck2017-01-111-4/+4
| * zram: support BDI_CAP_STABLE_WRITESMinchan Kim2017-01-111-2/+11
| * zram: revalidate disk under init_lockMinchan Kim2017-01-111-7/+1
| * mm: support anonymous stable pageMinchan Kim2017-01-112-2/+21
| * mm: add documentation for page fragment APIsAlexander Duyck2017-01-111-0/+42
| * mm: rename __page_frag functions to __page_frag_cache, drop order from drainAlexander Duyck2017-01-113-11/+11
| * mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...Alexander Duyck2017-01-114-13/+13
| * mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-114-24/+49
| * mm: don't dereference struct page fields of invalid pagesArd Biesheuvel2017-01-111-3/+3
| * mailmap: add codeaurora.org names for nameless email commitsStephen Boyd2017-01-111-0/+4
| * signal: protect SIGNAL_UNKILLABLE from unintentional clearing.Jamie Iles2017-01-112-2/+12
| * mm: pmd dirty emulation in page fault handlerMinchan Kim2017-01-111-2/+4
| * ipc/sem.c: fix incorrect sem_lock pairingManfred Spraul2017-01-111-1/+1
| * lib/Kconfig.debug: fix frv build failureSudip Mukherjee2017-01-111-1/+1
| * mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-116-21/+9
| * mm: fix remote numa hits statisticsMichal Hocko2017-01-111-11/+4
| * mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}Dan Williams2017-01-111-0/+4
| * ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-01-113-0/+19
| * bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-112-2/+2
| * mm, slab: make sure that KMALLOC_MAX_SIZE will fit into MAX_ORDERMichal Hocko2017-01-111-2/+2
| * dax: wrprotect pmd_t in dax_mapping_entry_mkcleanRoss Zwisler2017-01-113-19/+38
| * mm: add follow_pte_pmd()Ross Zwisler2017-01-112-7/+32
| * mm/thp/pagecache/collapse: free the pte page table on collapse for thp page c...Aneesh Kumar K.V2017-01-111-19/+2
| * dax: fix deadlock with DAX 4k holesRoss Zwisler2017-01-111-1/+1
| * MAINTAINERS: remove duplicate bug filling descriptionVlastimil Babka2017-01-111-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-1131-121/+243
|\ \
| * | net: vrf: do not allow table id 0David Ahern2017-01-111-0/+2
| * | net: phy: marvell: fix Marvell 88E1512 used in SGMII modeRussell King2017-01-111-1/+2
| * | sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King2017-01-111-1/+1
| * | net: ipv4: Fix multipath selection with vrfDavid Ahern2017-01-112-2/+9
| * | cgroup: move CONFIG_SOCK_CGROUP_DATA to init/KconfigArnd Bergmann2017-01-112-4/+4
| * | gro: use min_t() in skb_gro_reset_offset()Eric Dumazet2017-01-111-2/+3
| * | Merge branch 'mlx5-fixes'David S. Miller2017-01-114-44/+75
| |\ \
| | * | net/mlx5: Only cancel recovery work when cleaning up deviceDaniel Jurgens2017-01-111-2/+4
| | * | net/mlx5e: Remove WARN_ONCE from adaptive moderation codeGil Rockah2017-01-111-6/+1
| | * | net/mlx5e: Un-register uplink representor on nic_disableSaeed Mahameed2017-01-111-7/+6
| | * | net/mlx5e: Properly handle FW errors while adding TC rulesOr Gerlitz2017-01-111-7/+11
| | * | net/mlx5e: Fix kbuild warnings for uninitialized parametersHadar Hen Zion2017-01-111-2/+2
| | * | net/mlx5e: Set inline mode requirements for matching on IP fragmentsOr Gerlitz2017-01-111-0/+4
| | * | net/mlx5e: Properly get address type of encapsulation IP headersOr Gerlitz2017-01-111-4/+9
| | * | net/mlx5e: TC ipv4 tunnel encap offload error flow fixesOr Gerlitz2017-01-111-8/+8