summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* locking/mutex: Improve inliningPeter Zijlstra2017-01-141-41/+44
* locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle2017-01-141-19/+40
* locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle2017-01-141-10/+30
* locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle2017-01-142-7/+72
* locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle2017-01-142-22/+12
* locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle2017-01-142-21/+19
* locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle2017-01-141-2/+8
* locking/mutex: Fix mutex handoffPeter Zijlstra2017-01-143-59/+57
* locking/percpu-rwsem: Replace waitqueue with rcuwaitDavidlohr Bueso2017-01-142-8/+7
* sched/wait, RCU: Introduce rcuwait machineryDavidlohr Bueso2017-01-142-0/+93
* sched/core: Remove set_task_state()Davidlohr Bueso2017-01-1412-51/+26
* kernel/locking: Compute 'current' directlyDavidlohr Bueso2017-01-144-29/+22
* 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