index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-29
RDMA/iwcm: Fix comment for iwcm_deref_id() to match code
Krishna Kumar
1
-2
/
+3
2006-11-29
RDMA/iwcm: Remove unnecessary function argument
Krishna Kumar
1
-7
/
+6
2006-11-29
RDMA/iwcm: Remove unnecessary initializations
Krishna Kumar
1
-4
/
+4
2006-11-29
RDMA/iwcm: Fix memory leak
Krishna Kumar
1
-3
/
+4
2006-11-29
RDMA/iwcm: Fix memory corruption bug in cm_work_handler()
Krishna Kumar
1
-3
/
+4
2006-11-29
IB: Convert kmem_cache_t -> struct kmem_cache
Roland Dreier
3
-3
/
+3
2006-11-29
IB/ipath: Fix typo in pma_counter_select subscript
Roland Dreier
1
-1
/
+1
2006-11-29
RDMA/amso1100: Fix section mismatches
Roland Dreier
1
-2
/
+2
2006-11-29
IB/mthca: Fix section mismatches
Roland Dreier
10
-41
/
+33
2006-11-29
IB/srp: Increase supported CDB size
Arne Redlich
1
-1
/
+2
2006-11-29
RDMA/cm: Remove setting local write as part of QP access flags
Dotan Barak
2
-3
/
+2
2006-11-29
IB: kmemdup() cleanup
Eric Sesterhenn
4
-10
/
+5
2006-11-29
RDMA/cma: Rewrite cma_req_handler() to encapsulate common code
Krishna Kumar
1
-14
/
+13
2006-11-29
RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()
Krishna Kumar
1
-1
/
+1
2006-11-29
RDMA/cma: Remove redundant check in cma_add_one
Krishna Kumar
1
-5
/
+0
2006-11-29
RDMA/cma: Optimize cma_bind_loopback() to check for empty list
Krishna Kumar
1
-8
/
+7
2006-11-29
Linux 2.6.19
Linus Torvalds
1
-1
/
+1
2006-11-29
[PATCH] r8169: Fix iteration variable sign
Francois Romieu
1
-2
/
+2
2006-11-29
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
13
-16
/
+38
2006-11-29
[ARM] 3943/1: share declaration of struct pxa2xx_udc_mach_info between multip...
Milan Svoboda
2
-16
/
+27
2006-11-29
[MIPS] Do topology_init even on uniprocessor kernels.
Ralf Baechle
3
-24
/
+30
2006-11-28
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
6
-22
/
+35
2006-11-28
[NET]: Fix MAX_HEADER setting.
David S. Miller
1
-2
/
+4
2006-11-28
[NETFILTER]: ipt_REJECT: fix memory corruption
Patrick McHardy
1
-7
/
+9
2006-11-28
[NETFILTER]: conntrack: fix refcount leak when finding expectation
Yasuyuki Kozakai
2
-6
/
+6
2006-11-28
[NETFILTER]: ctnetlink: fix reference count leak
Patrick McHardy
2
-0
/
+2
2006-11-28
[NETFILTER]: nf_conntrack: fix the race on assign helper to new conntrack
Yasuyuki Kozakai
1
-7
/
+6
2006-11-28
[NETFILTER]: nfctnetlink: assign helper to newly created conntrack
Yasuyuki Kozakai
1
-0
/
+8
2006-11-28
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-8
/
+24
2006-11-28
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
Linus Torvalds
1
-1
/
+2
2006-11-28
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
4
-7
/
+18
2006-11-28
Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa
Linus Torvalds
9
-23
/
+41
2006-11-28
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
1
-1
/
+1
2006-11-28
[PATCH] add missing libsas include to fix s390 compilation.
Dave Jones
1
-0
/
+1
2006-11-28
[PATCH] ecryptfs: fix crypto_alloc_blkcipher() error check
Akinobu Mita
1
-1
/
+2
2006-11-28
[PATCH] fix create_write_pipe() error check
Akinobu Mita
1
-4
/
+4
2006-11-28
[PATCH] Fix Intel/Sharp command set erase suspend bug
Joakim Tjernlund
1
-1
/
+1
2006-11-28
[PATCH] bridge: fix possible overflow in get_fdb_entries
Chris Wright
1
-4
/
+5
2006-11-28
[MIPS] Fix Bonito bootup message.
Ralf Baechle
1
-1
/
+1
2006-11-28
[PATCH] x86-64: Use stricter in process stack check for unwinder
Andi Kleen
1
-1
/
+9
2006-11-28
[PATCH] i386: Fix compilation with UP genericarch
Andi Kleen
1
-0
/
+4
2006-11-28
[PATCH] x86-64: Fix warning in io_apic.c
Andi Kleen
1
-2
/
+0
2006-11-28
[PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwind
Jan Beulich
1
-4
/
+5
2006-11-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Andi Kleen
79
-370
/
+877
2006-11-28
[PATCH] x86_64: fix 'earlyprintk=...,keep' regression
Ingo Molnar
1
-1
/
+1
2006-11-28
[ALSA] version 1.0.13
Jaroslav Kysela
1
-1
/
+1
2006-11-28
[ALSA] snd-emu10k1: Fix capture for one variant.
James Courtier-Dutton
1
-0
/
+1
2006-11-28
[ALSA] Fix hang-up at disconnection of usb-audio
Takashi Iwai
3
-4
/
+8
2006-11-28
[ALSA] hda: fix typo for xw4400 PCI sub-ID
John W. Linville
1
-1
/
+1
2006-11-28
[ALSA] hda: fix sigmatel dell system detection
Matt Porter
1
-7
/
+7
[next]