index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
h8300
/
Kconfig.ide
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-26
cifs: fix wait_for_response to time out sleeping processes correctly
Jeff Layton
1
-5
/
+2
2008-12-26
[CIFS] Can not mount with prefixpath if root directory of share is inaccessible
Steve French
2
-6
/
+56
2008-12-26
[CIFS] various minor cleanups pointed out by checkpatch script
Steve French
6
-37
/
+29
2008-12-26
[CIFS] fix typo
Steve French
1
-1
/
+1
2008-12-26
[CIFS] remove sparse warning
Steve French
1
-1
/
+1
2008-12-26
[CIFS] add mount option to send mandatory rather than advisory locks
Steve French
6
-16
/
+48
2008-12-26
cifs: make ipv6_connect take a TCP_Server_Info arg
Jeff Layton
1
-53
/
+50
2008-12-26
cifs: make ipv4_connect take a TCP_Server_Info arg
Jeff Layton
1
-77
/
+69
2008-12-26
cifs: don't declare smb_vol info on the stack
Jeff Layton
1
-42
/
+49
2008-12-26
cifs: move allocation of new TCP_Server_Info into separate function
Jeff Layton
1
-132
/
+150
2008-12-26
cifs: account for IPv6 in ses->serverName and clean up netbios name handling
Jeff Layton
2
-16
/
+33
2008-12-26
cifs: make dnotify thread experimental code
Jeff Layton
1
-1
/
+11
2008-12-26
cifs: convert tcpSem to a mutex
Jeff Layton
3
-18
/
+18
2008-12-26
cifs: take module reference when starting cifsd
Jeff Layton
1
-1
/
+8
2008-12-26
cifs: display addr and prefixpath options in /proc/mounts
Jeff Layton
1
-12
/
+32
2008-12-26
cifs: remove unused SMB session pointer from struct mid_q_entry
Jeff Layton
2
-10
/
+4
2008-12-25
Linux 2.6.28
v2.6.28
Linus Torvalds
1
-1
/
+1
2008-12-24
ALSA: hda - Add missing terminators in patch_sigmatel.c
Herton Ronaldo Krzesinski
1
-0
/
+3
2008-12-24
x86: disable X86_PTRACE_BTS
Ingo Molnar
1
-0
/
+1
2008-12-24
parisc: disable UP-optimized flush_tlb_mm
Kyle McMartin
1
-1
/
+4
2008-12-24
edac: fix edac core deadlock when removing a device
Harry Ciao
1
-3
/
+9
2008-12-24
cgroups: avoid accessing uninitialized data in failure path
Li Zefan
1
-2
/
+3
2008-12-24
cgroups: suppress bogus warning messages
Sharyathi Nagesh
1
-3
/
+0
2008-12-24
w1: fix slave selection on big-endian systems
Evgeniy Polyakov
1
-1
/
+3
2008-12-24
rtc: rtc-isl1208: reject invalid dates
Chris Elston
1
-0
/
+7
2008-12-23
V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RE...
Devin Heitmueller
1
-1
/
+2
2008-12-23
drm/radeon: fix correctness of irq_enabled check for radeon.
Dave Airlie
1
-2
/
+2
2008-12-22
drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL test
Julia Lawall
2
-2
/
+4
2008-12-22
MIPS: MIPS64R2: Fix buggy __arch_swab64
David Daney
1
-3
/
+2
2008-12-22
MIPS: Fix preprocessor warnings flaged by GCC 4.4
David Daney
1
-1
/
+1
2008-12-20
Null pointer deref with hrtimer_try_to_cancel()
Thomas Gleixner
1
-0
/
+6
2008-12-20
x86: fix resume (S2R) broken by Intel microcode module, on A110L
Dmitry Adamushko
2
-5
/
+20
2008-12-19
fs/9p: change simple_strtol to simple_strtoul
Julia Lawall
1
-1
/
+1
2008-12-19
9p: convert d_iname references to d_name.name
Wu Fengguang
3
-6
/
+10
2008-12-19
9p: Remove potentially bad parameter from function entry debug print.
Duane Griffin
1
-1
/
+2
2008-12-19
ALSA: Fix a Oops bug in omap soc driver.
Stanley Miao
1
-1
/
+1
2008-12-19
ALSA: hda - Remove non-working headphone control for Dell laptops
Takashi Iwai
1
-1
/
+2
2008-12-19
ACPI: don't cond_resched() when irqs_disabled()
Wu Fengguang
1
-1
/
+5
2008-12-19
ACPI: fix 2.6.28 acpi.debug_level regression
Bjorn Helgaas
4
-14
/
+9
2008-12-19
ALSA: hda - Add no-jd model for IDT 92HD73xx
Takashi Iwai
2
-0
/
+6
2008-12-19
ALSA: Revert "ALSA: hda: removed unneeded hp_nid references"
Takashi Iwai
1
-0
/
+3
2008-12-19
cciss: fix problem that deleting multiple logical drives could cause a panic
Stephen M. Cameron
1
-0
/
+5
2008-12-19
ALSA: hda - Add quirk for Dell Studio 17
Joerg Schirottke
1
-0
/
+2
2008-12-19
drm/i915: GEM on PAE has problems - disable it for now.
Dave Airlie
2
-1
/
+11
2008-12-19
drm/i915: Don't return busy for buffers left on the flushing list.
Eric Anholt
1
-1
/
+8
2008-12-19
md: Don't read past end of bitmap when reading bitmap.
NeilBrown
1
-5
/
+17
2008-12-19
ppp: fix segfaults introduced by netdev_priv changes
James Chapman
1
-15
/
+13
2008-12-19
net: Fix module refcount leak in kernel_accept()
Wei Yongjun
2
-2
/
+1
2008-12-19
Linux 2.6.28-rc9
v2.6.28-rc9
Linus Torvalds
1
-1
/
+1
2008-12-18
Maintainer email fixes for inotify
John McCutchan
1
-2
/
+2
[next]