aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Gravatar Tejun Heo 6-10/+15
2014-09-08proportions: add @gfp to init functionsGravatar Tejun Heo 6-15/+17
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Gravatar Tejun Heo 23-42/+49
2014-09-08percpu_counter: make percpu_counters_lock irq-safeGravatar Tejun Heo 1-6/+10
2014-09-02percpu: implement asynchronous chunk populationGravatar Tejun Heo 2-6/+115
2014-09-02percpu: rename pcpu_reclaim_work to pcpu_balance_workGravatar Tejun Heo 1-15/+12
2014-09-02percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedGravatar Tejun Heo 2-10/+114
2014-09-02percpu: make sure chunk->map array has available spaceGravatar Tejun Heo 1-8/+45
2014-09-02percpu: implement [__]alloc_percpu_gfp()Gravatar Tejun Heo 2-27/+46
2014-09-02percpu: indent the population block in pcpu_alloc()Gravatar Tejun Heo 1-17/+21
2014-09-02percpu: make pcpu_alloc_area() capable of allocating only from populated areasGravatar Tejun Heo 1-7/+58
2014-09-02percpu: restructure lockingGravatar Tejun Heo 2-40/+37
2014-09-02percpu: make percpu-km set chunk->populated bitmap properlyGravatar Tejun Heo 1-0/+3
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 3-54/+28
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Gravatar Tejun Heo 3-40/+31
2014-09-02percpu: remove @may_alloc from pcpu_get_pages()Gravatar Tejun Heo 1-7/+8
2014-09-02percpu: remove the usage of separate populated bitmap in percpu-vmGravatar Tejun Heo 1-68/+25
2014-08-16percpu: free percpu allocation info for uniprocessor systemGravatar Honggang Li 1-0/+2
2014-08-15percpu: perform tlb flush after pcpu_map_pages() failureGravatar Tejun Heo 1-0/+1
2014-08-15percpu: fix pcpu_alloc_pages() failure pathGravatar Tejun Heo 1-6/+15
2014-08-14Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 15-878/+3051
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 230-240/+242
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 4-5/+71
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 44-214/+332
2014-08-14Merge tag 'master-2014-08-14' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar David S. Miller 6-6/+37
2014-08-14netlink: Annotate RCU locking for seq_file walkerGravatar Thomas Graf 1-0/+2
2014-08-14rhashtable: fix annotations for rht_for_each_entry_rcu()Gravatar Thomas Graf 1-8/+4
2014-08-14rhashtable: unexport and make rht_obj() staticGravatar Thomas Graf 2-8/+1
2014-08-14rhashtable: RCU annotations for next pointersGravatar Thomas Graf 2-3/+3
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesGravatar Neal Cardwell 1-5/+3
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicGravatar Hannes Frederic Sowa 3-6/+11
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Gravatar Neal Cardwell 6-5/+8
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaGravatar Shmulik Ladkani 1-3/+3
2014-08-14net: ethernet: ibm: ehea: Remove duplicate object from MakefileGravatar Andreas Ruprecht 1-1/+1
2014-08-14net: xgene: Check negative return value of xgene_enet_get_ring_size()Gravatar Tobias Klauser 1-2/+5
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Gravatar Andrey Vagin 3-9/+14
2014-08-14net: xilinx: Remove .owner field for driverGravatar Michal Simek 3-3/+0
2014-08-14Revert "macvlan: simplify the structure port"Gravatar David S. Miller 1-5/+7
2014-08-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 8-30/+275
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 9-103/+75
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 57-455/+1851
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallGravatar John Stultz 1-2/+3
2014-08-14Merge branch 'akpm' (fixes from Andrew Morton)Gravatar Linus Torvalds 3-1/+3
2014-08-14mm: fix CROSS_MEMORY_ATTACH help text grammarGravatar Geert Uytterhoeven 1-1/+1
2014-08-14drivers/mfd/rtsx_usb.c: export device tableGravatar Jeff Mahoney 1-0/+1
2014-08-14mm, hugetlb_cgroup: align hugetlb cgroup limit to hugepage sizeGravatar David Rientjes 1-0/+1
2014-08-14iwlwifi: mvm: disable scheduled scan to prevent firmware crashGravatar Emmanuel Grumbach 1-1/+2
2014-08-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 31-223/+490
2014-08-14Merge tag 'hwspinlock-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-8/+21
2014-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-6/+6