index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/numa: Revert "Use effective_load() to balance NUMA loads"
Peter Zijlstra
2014-07-16
1
-14
/
+6
*
sched: Fix static_key race with sched_feat()
Jason Baron
2014-07-16
1
-0
/
+5
*
sched: Remove extra static_key*() function indirection
Jason Baron
2014-07-16
1
-11
/
+1
*
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
xiaofeng.yan
2014-07-16
1
-1
/
+1
*
sched: Transform resched_task() into resched_curr()
Kirill Tkhai
2014-07-16
8
-49
/
+51
*
sched/deadline: Kill task_struct->pi_top_task
Oleg Nesterov
2014-07-16
3
-6
/
+3
*
sched: Rework check_for_tasks()
Kirill Tkhai
2014-07-05
1
-13
/
+20
*
sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...
Kirill Tkhai
2014-07-05
1
-0
/
+3
*
sched/fair: Disable runtime_enabled on dying rq
Kirill Tkhai
2014-07-05
2
-1
/
+29
*
sched/numa: Change scan period code to match intent
Rik van Riel
2014-07-05
1
-4
/
+4
*
sched/numa: Rework best node setting in task_numa_migrate()
Rik van Riel
2014-07-05
1
-6
/
+13
*
sched/numa: Examine a task move when examining a task swap
Rik van Riel
2014-07-05
1
-2
/
+21
*
sched/numa: Simplify task_numa_compare()
Rik van Riel
2014-07-05
1
-6
/
+1
*
sched/numa: Use effective_load() to balance NUMA loads
Rik van Riel
2014-07-05
1
-6
/
+14
*
sched/numa: Move power adjustment into load_too_imbalanced()
Rik van Riel
2014-07-05
1
-15
/
+24
*
sched/numa: Use group's max nid as task's preferred nid
Rik van Riel
2014-07-05
1
-16
/
+1
*
sched/fair: Implement fast idling of CPUs when the system is partially loaded
Tim Chen
2014-07-05
2
-5
/
+28
*
sched/idle: Drop !! while calculating 'broadcast'
Viresh Kumar
2014-07-05
1
-2
/
+2
*
sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity
Mike Galbraith
2014-07-05
1
-2
/
+11
*
sched: Fix potential near-infinite distribute_cfs_runtime() loop
Ben Segall
2014-07-05
1
-21
/
+20
*
sched/core: Fix formatting issues in sched_can_stop_tick()
Viresh Kumar
2014-07-05
1
-7
/
+3
*
irq_work: Remove BUG_ON in irq_work_run()
Peter Zijlstra
2014-07-05
1
-42
/
+4
*
Merge branch 'timers/nohz' into sched/core
Ingo Molnar
2014-07-05
7
-46
/
+97
|
\
|
*
Merge branch 'timers/nohz-irq-work-v7' of git://git.kernel.org/pub/scm/linux/...
Ingo Molnar
2014-06-18
7
-46
/
+97
|
|
\
|
|
*
nohz: Use IPI implicit full barrier against rq->nr_running r/w
Frederic Weisbecker
2014-06-16
2
-6
/
+13
|
|
*
nohz: Use nohz own full kick on 2nd task enqueue
Frederic Weisbecker
2014-06-16
2
-5
/
+2
|
|
*
nohz: Switch to nohz full remote kick on timer enqueue
Frederic Weisbecker
2014-06-16
1
-1
/
+7
|
|
*
nohz: Support nohz full remote kick
Frederic Weisbecker
2014-06-16
2
-5
/
+14
|
|
*
irq_work: Implement remote queueing
Frederic Weisbecker
2014-06-16
3
-1
/
+38
|
|
*
irq_work: Split raised and lazy lists
Frederic Weisbecker
2014-06-16
1
-28
/
+23
*
|
|
sched: Fix CACHE_HOT_BUDY condition
Hillf Danton
2014-06-18
1
-5
/
+4
*
|
|
sched/numa: Always try to migrate to preferred node at task_numa_placement() ...
Rik van Riel
2014-06-18
1
-5
/
+7
*
|
|
sched/numa: Ensure task_numa_migrate() checks the preferred node
Rik van Riel
2014-06-18
1
-3
/
+2
|
/
/
*
|
epoll: fix use-after-free in eventpoll_release_file
Konstantin Khlebnikov
2014-06-17
1
-2
/
+2
*
|
Revert "offb: Add palette hack for little endian"
Benjamin Herrenschmidt
2014-06-16
1
-10
/
+1
|
/
*
Linux 3.16-rc1
v3.16-rc1
Linus Torvalds
2014-06-16
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-06-16
10
-34
/
+96
|
\
|
*
net: sctp: fix permissions for rto_alpha and rto_beta knobs
Daniel Borkmann
2014-06-15
1
-4
/
+28
|
*
Merge branch 'csum_fixes'
David S. Miller
2014-06-15
7
-25
/
+60
|
|
\
|
|
*
vxlan: Checksum fixes
Tom Herbert
2014-06-15
1
-9
/
+2
|
|
*
net: add skb_pop_rcv_encapsulation
Tom Herbert
2014-06-15
1
-0
/
+12
|
|
*
udp: call __skb_checksum_complete when doing full checksum
Tom Herbert
2014-06-15
1
-1
/
+3
|
|
*
net: Fix save software checksum complete
Tom Herbert
2014-06-15
2
-10
/
+29
|
|
*
net: Fix GSO constants to match NETIF flags
Tom Herbert
2014-06-15
3
-5
/
+14
|
|
/
|
*
udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
Eric Dumazet
2014-06-14
1
-0
/
+4
|
*
vxlan: use dev->needed_headroom instead of dev->hard_header_len
Cong Wang
2014-06-14
1
-4
/
+3
|
*
MAINTAINERS: update cxgb4 maintainer
Dimitris Michailidis
2014-06-13
1
-1
/
+1
*
|
Merge tag 'clk-for-linus-3.16-part2' of git://git.linaro.org/people/mike.turq...
Linus Torvalds
2014-06-16
30
-265
/
+1836
|
\
\
|
*
\
Merge tag 'sunxi-clk-for-3.16-2' of https://github.com/mripard/linux into clk...
Mike Turquette
2014-06-11
8
-187
/
+661
|
|
\
\
|
|
*
|
clk: sunxi: document PRCM clock compatible strings
Boris BREZILLON
2014-06-11
1
-0
/
+3
[next]