aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-20percpu-refcount: make percpu_ref based on longs instead of intsTejun Heo2-30/+31
2014-09-20percpu-refcount: improve WARN messagesTejun Heo1-3/+5
2014-09-09percpu: fix locking regression in the failure path of pcpu_alloc()Tejun Heo1-0/+1
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo6-10/+15
2014-09-08proportions: add @gfp to init functionsTejun Heo6-15/+17
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo23-42/+49
2014-09-08percpu_counter: make percpu_counters_lock irq-safeTejun Heo1-6/+10
2014-09-02percpu: implement asynchronous chunk populationTejun Heo2-6/+115
2014-09-02percpu: rename pcpu_reclaim_work to pcpu_balance_workTejun Heo1-15/+12
2014-09-02percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedTejun Heo2-10/+114
2014-09-02percpu: make sure chunk->map array has available spaceTejun Heo1-8/+45
2014-09-02percpu: implement [__]alloc_percpu_gfp()Tejun Heo2-27/+46
2014-09-02percpu: indent the population block in pcpu_alloc()Tejun Heo1-17/+21
2014-09-02percpu: make pcpu_alloc_area() capable of allocating only from populated areasTejun Heo1-7/+58
2014-09-02percpu: restructure lockingTejun Heo2-40/+37
2014-09-02percpu: make percpu-km set chunk->populated bitmap properlyTejun Heo1-0/+3
2014-09-02percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo3-54/+28
2014-09-02percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo3-40/+31
2014-09-02percpu: remove @may_alloc from pcpu_get_pages()Tejun Heo1-7/+8
2014-09-02percpu: remove the usage of separate populated bitmap in percpu-vmTejun Heo1-68/+25
2014-08-16percpu: free percpu allocation info for uniprocessor systemHonggang Li1-0/+2
2014-08-15percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo1-0/+1
2014-08-15percpu: fix pcpu_alloc_pages() failure pathTejun Heo1-6/+15
2014-08-14netlink: Annotate RCU locking for seq_file walkerThomas Graf1-0/+2
2014-08-14rhashtable: fix annotations for rht_for_each_entry_rcu()Thomas Graf1-8/+4
2014-08-14rhashtable: unexport and make rht_obj() staticThomas Graf2-8/+1
2014-08-14rhashtable: RCU annotations for next pointersThomas Graf2-3/+3
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa3-6/+11
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell6-5/+8
2014-08-14sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani1-3/+3
2014-08-14net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht1-1/+1
2014-08-14net: xgene: Check negative return value of xgene_enet_get_ring_size()Tobias Klauser1-2/+5
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin3-9/+14
2014-08-14net: xilinx: Remove .owner field for driverMichal Simek3-3/+0
2014-08-14Revert "macvlan: simplify the structure port"David S. Miller1-5/+7
2014-08-14timekeeping: Another fix to the VSYSCALL_OLD update_vsyscallJohn Stultz1-2/+3
2014-08-14mm: fix CROSS_MEMORY_ATTACH help text grammarGeert Uytterhoeven1-1/+1
2014-08-14drivers/mfd/rtsx_usb.c: export device tableJeff Mahoney1-0/+1
2014-08-14mm, hugetlb_cgroup: align hugetlb cgroup limit to hugepage sizeDavid Rientjes1-0/+1
2014-08-14iwlwifi: mvm: disable scheduled scan to prevent firmware crashEmmanuel Grumbach1-1/+2
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun1-2/+2
2014-08-13sparc: Hook up memfd_create system call.David S. Miller3-4/+5
2014-08-13sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-13sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-13sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-08-13xen-netback: remove loop waiting functionWei Liu1-29/+0
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu3-7/+42
2014-08-13xen-netback: move NAPI add/remove callsWei Liu1-4/+5
2014-08-13xen-netback: fix debugfs entry creationWei Liu1-4/+4