summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/deadline: Kill task_struct->pi_top_taskOleg Nesterov2014-07-163-6/+3Star
* sched: Rework check_for_tasks()Kirill Tkhai2014-07-051-13/+20
* sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...Kirill Tkhai2014-07-051-0/+3
* sched/fair: Disable runtime_enabled on dying rqKirill Tkhai2014-07-052-1/+29
* sched/numa: Change scan period code to match intentRik van Riel2014-07-051-4/+4
* sched/numa: Rework best node setting in task_numa_migrate()Rik van Riel2014-07-051-6/+13
* sched/numa: Examine a task move when examining a task swapRik van Riel2014-07-051-2/+21
* sched/numa: Simplify task_numa_compare()Rik van Riel2014-07-051-6/+1Star
* sched/numa: Use effective_load() to balance NUMA loadsRik van Riel2014-07-051-6/+14
* sched/numa: Move power adjustment into load_too_imbalanced()Rik van Riel2014-07-051-15/+24
* sched/numa: Use group's max nid as task's preferred nidRik van Riel2014-07-051-16/+1Star
* sched/fair: Implement fast idling of CPUs when the system is partially loadedTim Chen2014-07-052-5/+28
* sched/idle: Drop !! while calculating 'broadcast'Viresh Kumar2014-07-051-2/+2
* sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicityMike Galbraith2014-07-051-2/+11
* sched: Fix potential near-infinite distribute_cfs_runtime() loopBen Segall2014-07-051-21/+20Star
* sched/core: Fix formatting issues in sched_can_stop_tick()Viresh Kumar2014-07-051-7/+3Star
* irq_work: Remove BUG_ON in irq_work_run()Peter Zijlstra2014-07-051-42/+4Star
* Merge branch 'timers/nohz' into sched/coreIngo Molnar2014-07-057-46/+97
|\
| * Merge branch 'timers/nohz-irq-work-v7' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar2014-06-187-46/+97
| |\
| | * nohz: Use IPI implicit full barrier against rq->nr_running r/wFrederic Weisbecker2014-06-162-6/+13
| | * nohz: Use nohz own full kick on 2nd task enqueueFrederic Weisbecker2014-06-162-5/+2Star
| | * nohz: Switch to nohz full remote kick on timer enqueueFrederic Weisbecker2014-06-161-1/+7
| | * nohz: Support nohz full remote kickFrederic Weisbecker2014-06-162-5/+14
| | * irq_work: Implement remote queueingFrederic Weisbecker2014-06-163-1/+38
| | * irq_work: Split raised and lazy listsFrederic Weisbecker2014-06-161-28/+23Star
* | | sched: Fix CACHE_HOT_BUDY conditionHillf Danton2014-06-181-5/+4Star
* | | sched/numa: Always try to migrate to preferred node at task_numa_placement() ...Rik van Riel2014-06-181-5/+7
* | | sched/numa: Ensure task_numa_migrate() checks the preferred nodeRik van Riel2014-06-181-3/+2Star
|/ /
* | epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov2014-06-171-2/+2
* | Revert "offb: Add palette hack for little endian"Benjamin Herrenschmidt2014-06-161-10/+1Star
|/
* Linux 3.16-rc1Linus Torvalds2014-06-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-06-1610-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/+2Star
| | * 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-141-0/+4
| * vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang2014-06-141-4/+3Star
| * 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-1630-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