summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kthread_work: remove the unused wait_queue_headLai Jiangshan2014-07-281-11/+2
* kthread_work: wake up worker only when the worker is idleLai Jiangshan2014-07-281-1/+1
* workqueue: use nr_node_ids instead of wq_numa_tbl_lenLai Jiangshan2014-07-221-8/+3
* workqueue: remove the misnamed out_unlock label in get_unbound_pool()Lai Jiangshan2014-07-221-2/+2
* workqueue: remove the stale comment in pwq_unbound_release_workfn()Lai Jiangshan2014-07-221-9/+1
* workqueue: move rescuer pool detachment to the endLai Jiangshan2014-07-221-8/+6
* workqueue: unfold start_worker() into create_worker()Lai Jiangshan2014-07-221-57/+18
* workqueue: remove @wakeup from worker_set_flags()Lai Jiangshan2014-07-221-22/+11
* workqueue: remove an unneeded UNBOUND test before waking up the next workerLai Jiangshan2014-07-221-3/+6
* workqueue: wake regular worker if need_more_worker() when rescuer leave the poolLai Jiangshan2014-07-181-2/+2
* workqueue: alloc struct worker on its local nodeLai Jiangshan2014-07-151-4/+4
* workqueue: reuse the already calculated pwq in try_to_grab_pending()Lai Jiangshan2014-07-111-1/+1
* workqueue: stronger test in process_one_work()Lai Jiangshan2014-07-011-7/+1
* workqueue: clear POOL_DISASSOCIATED in rebind_workers()Lai Jiangshan2014-07-011-4/+1
* workqueue: sanity check pool->cpu in wq_worker_sleeping()Lai Jiangshan2014-06-191-1/+1
* workqueue: clear leftover flags when detachedLai Jiangshan2014-06-191-0/+3
* workqueue: remove useless WARN_ON_ONCE()Lai Jiangshan2014-06-191-2/+0
* workqueue: use schedule_timeout_interruptible() instead of open codeLai Jiangshan2014-06-191-2/+1
* workqueue: remove the empty check in too_many_workers()Lai Jiangshan2014-06-191-7/+0
* workqueue: use "pool->cpu < 0" to stand for an unbound poolLai Jiangshan2014-06-191-1/+1
* epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov2014-06-161-2/+2
* Revert "offb: Add palette hack for little endian"Benjamin Herrenschmidt2014-06-161-10/+1
* Linux 3.16-rc1v3.16-rc1Linus Torvalds2014-06-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-1510-34/+96
|\
| * net: sctp: fix permissions for rto_alpha and rto_beta knobsDaniel Borkmann2014-06-151-4/+28
| * Merge branch 'csum_fixes'David S. Miller2014-06-157-25/+60
| |\
| | * vxlan: Checksum fixesTom Herbert2014-06-151-9/+2
| | * net: add skb_pop_rcv_encapsulationTom Herbert2014-06-151-0/+12
| | * udp: call __skb_checksum_complete when doing full checksumTom Herbert2014-06-151-1/+3
| | * net: Fix save software checksum completeTom Herbert2014-06-152-10/+29
| | * net: Fix GSO constants to match NETIF flagsTom Herbert2014-06-153-5/+14
| |/
| * udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet2014-06-131-0/+4
| * vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang2014-06-131-4/+3
| * MAINTAINERS: update cxgb4 maintainerDimitris Michailidis2014-06-131-1/+1
* | Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds2014-06-1530-265/+1836
|\ \
| * \ Merge tag 'sunxi-clk-for-3.16-2' of https://github.com/mripard/linux into clk...Mike Turquette2014-06-118-187/+661
| |\ \
| | * | clk: sunxi: document PRCM clock compatible stringsBoris BREZILLON2014-06-111-0/+3
| | * | clk: sunxi: add PRCM (Power/Reset/Clock Management) clks supportBoris BREZILLON2014-06-114-0/+411
| | * | clk: sun6i: Protect SDRAM gating bitMaxime Ripard2014-06-111-0/+1
| | * | clk: sun6i: Protect CPU clockMaxime Ripard2014-06-111-0/+1
| | * | clk: sunxi: Rework clock protection codeMaxime Ripard2014-06-111-28/+44
| | * | clk: sunxi: Move the GMAC clock to a file of its ownMaxime Ripard2014-06-113-99/+121
| | * | clk: sunxi: Move the 24M oscillator to a file of its ownMaxime Ripard2014-06-113-57/+74
| | * | clk: sunxi: Remove calls to clk_putMaxime Ripard2014-06-111-6/+2
| | * | clk: sunxi: document new A31 USB clock compatibleEmilio López2014-06-111-0/+1
| | * | clk: sunxi: Implement A31 USB clockMaxime Ripard2014-06-111-0/+6
| |/ /
| * | Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-...Mike Turquette2014-06-1022-78/+1175
| |\ \
| | * | ARM: dts: OMAP5/DRA7: use omap5-mpu-dpll-clock capable of dealing with higher...Nishanth Menon2014-06-062-2/+2
| | * | CLK: TI: dpll: support OMAP5 MPU DPLL that need special handling for higher f...Nishanth Menon2014-06-062-0/+22
| | * | ARM: OMAP5+: dpll: support Duty Cycle Correction(DCC)Andrii Tseglytskyi2014-06-062-0/+13