index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
IB/mlx4: Pass send queue sizes from userspace to kernel
Eli Cohen
2007-05-20
2
-17
/
+51
|
*
|
IB/mlx4: Fix check of opcode in mlx4_ib_post_send()
Roland Dreier
2007-05-19
1
-1
/
+1
|
*
|
mlx4_core: Fix array overrun in dump_dev_cap_flags()
Roland Dreier
2007-05-19
1
-1
/
+1
|
*
|
IB/mlx4: Fix RESET to RESET and RESET to ERROR transitions
Michael S. Tsirkin
2007-05-19
1
-35
/
+80
|
*
|
IB/mthca: Fix RESET to ERROR transition
Michael S. Tsirkin
2007-05-19
1
-60
/
+98
|
*
|
IB/mlx4: Set GRH:HopLimit when sending globally routed MADs
Roland Dreier
2007-05-19
1
-0
/
+1
|
*
|
IB/mthca: Set GRH:HopLimit when building MLX headers
Rolf Manderscheid
2007-05-19
1
-0
/
+1
|
*
|
IB/mlx4: Fix check of max_qp_dest_rdma in modify QP
Eli Cohen
2007-05-19
1
-1
/
+1
|
*
|
IB/mthca: Fix use-after-free on device restart
Ali Ayoub
2007-05-19
1
-1
/
+3
|
*
|
IB/ehca: Return proper error code if register_mr fails
Hoang-Nam Nguyen
2007-05-19
1
-5
/
+2
|
*
|
IPoIB: Handle P_Key table reordering
Yosef Etigin
2007-05-19
4
-45
/
+92
|
*
|
IB/core: Use start_port() and end_port()
Roland Dreier
2007-05-19
1
-8
/
+2
|
*
|
IB/core: Add helpers for uncached GID and P_Key searches
Yosef Etigin
2007-05-19
2
-0
/
+133
|
*
|
IB/ipath: Fix potential deadlock with multicast spinlocks
Roland Dreier
2007-05-19
1
-9
/
+7
|
*
|
IB/core: Free umem when mm is already gone
Eli Cohen
2007-05-19
1
-1
/
+3
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix
Linus Torvalds
2007-05-21
39
-132
/
+234
|
\
\
|
*
|
mm/slab: fix section mismatch warning
Sam Ravnborg
2007-05-19
1
-1
/
+1
|
*
|
mm: fix section mismatch warnings
Sam Ravnborg
2007-05-19
3
-22
/
+3
|
*
|
init/main: use __init_refok to fix section mismatch
Sam Ravnborg
2007-05-19
2
-15
/
+1
|
*
|
kbuild: introduce __init_refok/__initdata_refok to supress section mismatch w...
Sam Ravnborg
2007-05-19
3
-2
/
+28
|
*
|
all-archs: consolidate .data section definition in asm-generic
Sam Ravnborg
2007-05-19
29
-28
/
+40
|
*
|
all-archs: consolidate .text section definition in asm-generic
Sam Ravnborg
2007-05-19
29
-28
/
+37
|
*
|
kbuild: add "Section mismatch" warning whitelist for powerpc
Li Yang
2007-05-19
1
-4
/
+11
|
*
|
kbuild: make better section mismatch reports on i386, arm and mips
Atsushi Nemoto
2007-05-19
2
-0
/
+82
|
*
|
kbuild: make modpost section warnings clearer
Russell King
2007-05-19
1
-17
/
+16
|
*
|
kconfig: search harder for curses library in check-lxdialog.sh
Mike Frysinger
2007-05-19
1
-15
/
+9
|
*
|
kbuild: include limits.h in sumversion.c for PATH_MAX
Mike Frysinger
2007-05-19
1
-0
/
+1
|
*
|
powerpc: Fix the MODALIAS generation in modpost for of devices
Sylvain Munaut
2007-05-19
1
-3
/
+8
|
|
/
*
|
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
Linus Torvalds
2007-05-21
6
-96
/
+80
|
\
\
|
*
|
[S390] More verbose show_mem() like other architectures.
Heiko Carstens
2007-05-21
1
-15
/
+23
|
*
|
[S390] Make use of kretprobe_assert.
Heiko Carstens
2007-05-21
1
-1
/
+1
|
*
|
[S390] Wire up signald, timerfd and eventfd syscalls.
Heiko Carstens
2007-05-21
3
-1
/
+27
|
*
|
[S390] Wire up sys_utimensat.
Heiko Carstens
2007-05-21
3
-2
/
+26
|
*
|
[S390] cio: Update documentation.
Cornelia Huck
2007-05-21
1
-78
/
+4
|
|
/
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
Linus Torvalds
2007-05-21
11
-83
/
+103
|
\
\
|
*
|
[NET]: Fix race condition about network device name allocation.
Stephen Hemminger
2007-05-19
2
-5
/
+13
|
*
|
[IPV4]: icmp: fix crash with sysctl_icmp_errors_use_inbound_ifaddr
Patrick McHardy
2007-05-19
1
-1
/
+4
|
*
|
[NETFILTER]: nf_conntrack_ipv4: fix incorrect #ifdef config name
Patrick McHardy
2007-05-19
1
-2
/
+0
|
*
|
[NETFILTER]: nf_conntrack: fix use-after-free in helper destroy callback invo...
Patrick McHardy
2007-05-19
1
-4
/
+4
|
*
|
[IPSEC] pfkey: Load specific algorithm in pfkey_add rather than all
Herbert Xu
2007-05-19
2
-67
/
+75
|
*
|
[TCP] FRTO: Prevent state inconsistency in corner cases
Ilpo Järvinen
2007-05-19
1
-0
/
+2
|
*
|
[TCP] FRTO: Add missing ECN CWR sending to one of the responses
Ilpo Järvinen
2007-05-19
1
-0
/
+1
|
*
|
[NET]: Fix net/core/skbuff.c gcc-3.2.3 compilation error
Mikael Pettersson
2007-05-19
1
-3
/
+2
|
*
|
[RFKILL]: Fix check for correct rfkill allocation
Ivo van Doorn
2007-05-19
1
-1
/
+1
|
*
|
[IPV6]: Add ip6_tunnel.h to headers_install
Deepak Saxena
2007-05-19
1
-0
/
+1
|
|
/
*
|
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2007-05-21
81
-444
/
+237
|
\
\
|
*
|
[ARM] spelling fixes
Simon Arlott
2007-05-20
39
-62
/
+62
|
*
|
[ARM] at91_adc parenthesis balance
Mariusz Kozlowski
2007-05-20
1
-1
/
+1
|
*
|
[ARM] 4400/1: S3C24XX: Add high-speed MMC device definition
Ben Dooks
2007-05-20
3
-0
/
+32
|
*
|
[ARM] 4399/2: S3C2443: Fix SMDK2443 nand timings
Ben Dooks
2007-05-20
1
-0
/
+4
[prev]
[next]