index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
afs
/
write.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
sched: Fix static_key race with sched_feat()
Jason Baron
1
-0
/
+5
2014-07-16
sched: Remove extra static_key*() function indirection
Jason Baron
1
-11
/
+1
2014-07-16
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
xiaofeng.yan
1
-1
/
+1
2014-07-16
sched: Transform resched_task() into resched_curr()
Kirill Tkhai
8
-49
/
+51
2014-07-16
sched/deadline: Kill task_struct->pi_top_task
Oleg Nesterov
3
-6
/
+3
2014-07-05
sched: Rework check_for_tasks()
Kirill Tkhai
1
-13
/
+20
2014-07-05
sched/rt: Enqueue just unthrottled rt_rq back on the stack in __disable_runti...
Kirill Tkhai
1
-0
/
+3
2014-07-05
sched/fair: Disable runtime_enabled on dying rq
Kirill Tkhai
2
-1
/
+29
2014-07-05
sched/numa: Change scan period code to match intent
Rik van Riel
1
-4
/
+4
2014-07-05
sched/numa: Rework best node setting in task_numa_migrate()
Rik van Riel
1
-6
/
+13
2014-07-05
sched/numa: Examine a task move when examining a task swap
Rik van Riel
1
-2
/
+21
2014-07-05
sched/numa: Simplify task_numa_compare()
Rik van Riel
1
-6
/
+1
2014-07-05
sched/numa: Use effective_load() to balance NUMA loads
Rik van Riel
1
-6
/
+14
2014-07-05
sched/numa: Move power adjustment into load_too_imbalanced()
Rik van Riel
1
-15
/
+24
2014-07-05
sched/numa: Use group's max nid as task's preferred nid
Rik van Riel
1
-16
/
+1
2014-07-05
sched/fair: Implement fast idling of CPUs when the system is partially loaded
Tim Chen
2
-5
/
+28
2014-07-05
sched/idle: Drop !! while calculating 'broadcast'
Viresh Kumar
1
-2
/
+2
2014-07-05
sched: Fix clock_gettime(CLOCK_[PROCESS/THREAD]_CPUTIME_ID) monotonicity
Mike Galbraith
1
-2
/
+11
2014-07-05
sched: Fix potential near-infinite distribute_cfs_runtime() loop
Ben Segall
1
-21
/
+20
2014-07-05
sched/core: Fix formatting issues in sched_can_stop_tick()
Viresh Kumar
1
-7
/
+3
2014-07-05
irq_work: Remove BUG_ON in irq_work_run()
Peter Zijlstra
1
-42
/
+4
2014-06-18
sched: Fix CACHE_HOT_BUDY condition
Hillf Danton
1
-5
/
+4
2014-06-18
sched/numa: Always try to migrate to preferred node at task_numa_placement() ...
Rik van Riel
1
-5
/
+7
2014-06-18
sched/numa: Ensure task_numa_migrate() checks the preferred node
Rik van Riel
1
-3
/
+2
2014-06-17
epoll: fix use-after-free in eventpoll_release_file
Konstantin Khlebnikov
1
-2
/
+2
2014-06-16
nohz: Use IPI implicit full barrier against rq->nr_running r/w
Frederic Weisbecker
2
-6
/
+13
2014-06-16
nohz: Use nohz own full kick on 2nd task enqueue
Frederic Weisbecker
2
-5
/
+2
2014-06-16
nohz: Switch to nohz full remote kick on timer enqueue
Frederic Weisbecker
1
-1
/
+7
2014-06-16
nohz: Support nohz full remote kick
Frederic Weisbecker
2
-5
/
+14
2014-06-16
irq_work: Implement remote queueing
Frederic Weisbecker
3
-1
/
+38
2014-06-16
irq_work: Split raised and lazy lists
Frederic Weisbecker
1
-28
/
+23
2014-06-16
Revert "offb: Add palette hack for little endian"
Benjamin Herrenschmidt
1
-10
/
+1
2014-06-16
Linux 3.16-rc1
v3.16-rc1
Linus Torvalds
1
-2
/
+2
2014-06-15
net: sctp: fix permissions for rto_alpha and rto_beta knobs
Daniel Borkmann
1
-4
/
+28
2014-06-15
vxlan: Checksum fixes
Tom Herbert
1
-9
/
+2
2014-06-15
net: add skb_pop_rcv_encapsulation
Tom Herbert
1
-0
/
+12
2014-06-15
udp: call __skb_checksum_complete when doing full checksum
Tom Herbert
1
-1
/
+3
2014-06-15
net: Fix save software checksum complete
Tom Herbert
2
-10
/
+29
2014-06-15
net: Fix GSO constants to match NETIF flags
Tom Herbert
3
-5
/
+14
2014-06-15
fix __swap_writepage() compile failure on old gcc versions
Al Viro
1
-1
/
+1
2014-06-14
udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
Eric Dumazet
1
-0
/
+4
2014-06-14
vxlan: use dev->needed_headroom instead of dev->hard_header_len
Cong Wang
1
-4
/
+3
2014-06-13
MAINTAINERS: update cxgb4 maintainer
Dimitris Michailidis
1
-1
/
+1
2014-06-13
x86/vdso: Fix vdso_install
Andy Lutomirski
1
-11
/
+11
2014-06-13
NVMe: Fix START_STOP_UNIT Scsi->NVMe translation.
Dan McLeran
1
-7
/
+6
2014-06-13
btrfs: fix error handling in create_pending_snapshot
Eric Sandeen
1
-5
/
+7
2014-06-13
btrfs: fix use of uninit "ret" in end_extent_writepage()
Eric Sandeen
1
-1
/
+1
2014-06-13
btrfs: free ulist in qgroup_shared_accounting() error path
Eric Sandeen
1
-1
/
+3
2014-06-13
Btrfs: fix qgroups sanity test crash or hang
Filipe Manana
1
-0
/
+2
2014-06-13
btrfs: prevent RCU warning when dereferencing radix tree slot
Sasha Levin
1
-1
/
+1
[next]