index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
edac
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-12-14
libfcoe, fcoe, bnx2fc: Add new fcoe control interface
Robert Love
7
-13
/
+298
2012-12-14
libfcoe: Add fcoe_sysfs debug logging level
Robert Love
2
-3
/
+15
2012-12-04
libfcoe: Save some memory and optimize name lookups
Robert Love
1
-28
/
+16
2012-12-04
Documentation: Add missing devices/ to devices path
Robert Love
1
-2
/
+2
2012-12-04
libfc: fix REC handling
Vasu Dev
1
-3
/
+3
2012-12-03
Linux 3.7-rc8
v3.7-rc8
Linus Torvalds
1
-1
/
+1
2012-12-03
[parisc] open(2) compat bug
Al Viro
1
-1
/
+1
2012-12-03
Revert "sched, autogroup: Stop going ahead if autogroup is disabled"
Mike Galbraith
2
-9
/
+0
2012-12-02
open*(2) compat fixes (s390, arm64)
Al Viro
2
-2
/
+2
2012-12-02
8139cp: fix coherent mapping leak in error path.
françois romieu
1
-3
/
+8
2012-12-02
tcp: fix crashes in do_tcp_sendpages()
Eric Dumazet
1
-9
/
+6
2012-12-02
workqueue: mod_delayed_work_on() shouldn't queue timer on 0 delay
Tejun Heo
1
-3
/
+11
2012-12-02
workqueue: exit rescuer_thread() as TASK_RUNNING
Mike Galbraith
1
-1
/
+3
2012-11-30
x86, fpu: Avoid FPU lazy restore after suspend
Vincent Palatin
2
-6
/
+14
2012-11-30
drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove()
Kim, Milo
1
-3
/
+3
2012-11-30
mm: soft offline: split thp at the beginning of soft_offline_page()
Naoya Horiguchi
1
-0
/
+8
2012-11-30
mm: avoid waking kswapd for THP allocations when compaction is deferred or co...
Mel Gorman
1
-10
/
+27
2012-11-30
revert "Revert "mm: remove __GFP_NO_KSWAPD""
Andrew Morton
4
-17
/
+10
2012-11-30
mm: vmscan: fix endless loop in kswapd balancing
Johannes Weiner
1
-9
/
+18
2012-11-30
mm/vmemmap: fix wrong use of virt_to_page
Jianguo Wu
1
-6
/
+4
2012-11-30
mm: compaction: fix return value of capture_free_page()
Mel Gorman
1
-1
/
+1
2012-11-30
fix off-by-one in argument passed by iterate_fd() to callbacks
Al Viro
1
-6
/
+8
2012-11-30
lookup_one_len: don't accept . and ..
Al Viro
1
-0
/
+5
2012-11-30
cifs: get rid of blind d_drop() in readdir
Al Viro
1
-1
/
+4
2012-11-30
nfs_lookup_revalidate(): fix a leak
Al Viro
1
-2
/
+2
2012-11-30
don't do blind d_drop() in nfs_prime_dcache()
Al Viro
1
-1
/
+2
2012-11-30
blkdev_max_block: make private to fs/buffer.c
Linus Torvalds
3
-56
/
+14
2012-11-29
direct-io: don't read inode->i_blkbits multiple times
Linus Torvalds
1
-3
/
+5
2012-11-29
blockdev: remove bd_block_size_semaphore again
Linus Torvalds
3
-106
/
+5
2012-11-29
fs/buffer.c: make block-size be per-page and protected by the page lock
Linus Torvalds
1
-31
/
+48
2012-11-29
bonding: fix race condition in bonding_store_slaves_active
nikolay@redhat.com
1
-0
/
+2
2012-11-29
bonding: make arp_ip_target parameter checks consistent with sysfs
nikolay@redhat.com
1
-2
/
+3
2012-11-29
bonding: fix miimon and arp_interval delayed work race conditions
nikolay@redhat.com
2
-86
/
+36
2012-11-29
remoteproc: fix error path of ->find_vqs
Ohad Ben-Cohen
1
-6
/
+12
2012-11-29
microblaze: rt_sigreturn is too trigger-happy about sigaltstack errors
Al Viro
1
-1
/
+1
2012-11-29
score: do_sigaltstack() expects a userland pointer...
Al Viro
1
-5
/
+2
2012-11-29
sh64: fix altstack switching on sigreturn
Al Viro
1
-4
/
+2
2012-11-29
openrisk: fix altstack switching on sigreturn
Al Viro
1
-4
/
+2
2012-11-29
um: get_safe_registers() should be done in flush_thread(), not start_thread()
Al Viro
1
-1
/
+2
2012-11-28
c6x: use generic kvm_para.h
Mark Salter
2
-1
/
+2
2012-11-28
c6x: remove internal kernel symbols from exported setup.h
Mark Salter
2
-30
/
+36
2012-11-28
team: fix hw_features setup
Jiri Pirko
1
-1
/
+3
2012-11-28
atm: forever loop loading ambassador firmware
Dan Carpenter
1
-0
/
+1
2012-11-28
vhost: fix length for cross region descriptor
Michael S. Tsirkin
1
-1
/
+1
2012-11-28
irda: irttp: fix memory leak in irttp_open_tsap() error path
Tommi Rantala
1
-0
/
+1
2012-11-28
net: qmi_wwan: add Huawei E173
Bjørn Mork
1
-0
/
+1
2012-11-28
net/mlx4_en: Can set maxrate only for TC0
Amir Vadai
1
-1
/
+1
2012-11-28
sctp: Error in calculation of RTTvar
Schoch Christian
1
-1
/
+1
2012-11-28
sctp: fix -ENOMEM result with invalid user space pointer in sendto() syscall
Tommi Rantala
2
-6
/
+11
2012-11-28
sctp: fix memory leak in sctp_datamsg_from_user() when copy from user space f...
Tommi Rantala
1
-2
/
+5
[next]