index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-cris
/
Kbuild
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-11-26
V4L/DVB (4874): Fix oops on symbol rate==0
Andrew de Quincey
1
-0
/
+4
2006-11-26
V4L/DVB (4885): Improve saa711x check
Hans Verkuil
1
-2
/
+7
2006-11-26
V4L/DVB (4865): Fix: Slot 0 not NULL on disconnecting SN9C10x PC Camera
Luca Risolia
2
-4
/
+2
2006-11-26
V4L/DVB (4849): Add missing spin_unlock to saa6588 decoder driver
Ira Snyder
1
-1
/
+3
2006-11-26
V4L/DVB (4832): Fix uninitialised variable in dvb_frontend_swzigzag
Andrew de Quincey
1
-1
/
+1
2006-11-26
V4L/DVB (4840): Budget: diseqc_method module parameter for cards with subsyst...
Oliver Endriss
1
-1
/
+9
2006-11-26
V4L/DVB (4831): Fix tuning on older budget DVBS cards.
Andrew de Quincey
1
-0
/
+1
2006-11-26
[XFRM] STATE: Fix to respond error to get operation if no matching entry exists.
Masahide NAKAMURA
1
-0
/
+1
2006-11-26
[NET]: Re-fix of doc-comment in sock.h
Paul Bonser
1
-5
/
+10
2006-11-26
[6PACK]: Masking bug in 6pack driver.
Jean Delvare
1
-1
/
+1
2006-11-26
[NET]: Fix kfifo_alloc() error check.
Akinobu Mita
2
-0
/
+4
2006-11-26
[UDP]: Make udp_encap_rcv use pskb_may_pull
Olaf Kirch
1
-5
/
+14
2006-11-26
[NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCT
Faidon Liambotis
1
-2
/
+2
2006-11-25
[PATCH] uml: make execvp safe for our usage
Paolo 'Blaisorblade' Giarrusso
4
-9
/
+166
2006-11-25
[PATCH] usb: ati remote memleak fix
Mariusz Kozlowski
1
-6
/
+4
2006-11-25
[PATCH] lockdep: spin_lock_irqsave_nested()
Arjan van de Ven
3
-0
/
+41
2006-11-25
[PATCH] Enforce "unsigned long flags;" when spinlocking
Alexey Dobriyan
2
-14
/
+76
2006-11-25
[PATCH] tlclk: fix platform_device_register_simple() error check
Akinobu Mita
1
-3
/
+2
2006-11-25
[PATCH] fix copy_process() error check
Akinobu Mita
1
-3
/
+2
2006-11-25
[PATCH] sgiioc4: Disable module unload
Jeremy Higdon
1
-7
/
+0
2006-11-25
[PATCH] fix menuconfig colours with TERM=vt100
Roman Zippel
1
-9
/
+7
2006-11-25
[PATCH] qconf: fix uninitialsied member
Roman Zippel
1
-0
/
+1
2006-11-25
[PATCH] Fix device_attribute memory leak in device_del
Catalin Marinas
1
-1
/
+3
2006-11-25
[PATCH] reiserfs: fmt bugfix
Alexey Dobriyan
1
-1
/
+2
2006-11-25
[PATCH] drivers/rtc/rtc-rs5c372.c: fix a NULL dereference
Adrian Bunk
1
-3
/
+3
2006-11-25
[PATCH] rtc class locking bugfixes
David Brownell
5
-11
/
+24
2006-11-25
[PATCH] rtc framework handles periodic irqs
David Brownell
2
-1
/
+13
2006-11-25
[PATCH] Documentation/rtc.txt updates (for rtc class)
David Brownell
1
-159
/
+304
2006-11-25
[PATCH] debugfs: add header file
Randy Dunlap
1
-0
/
+1
2006-11-25
[PATCH] mounstats NULL pointer dereference
Vasily Tarasov
2
-2
/
+5
2006-11-25
[PATCH] fuse: fix Oops in lookup
Miklos Szeredi
1
-14
/
+38
2006-11-25
[PATCH] initramfs: handle more than one source dir or file list
Thomas Chou
2
-2
/
+3
2006-11-25
[PATCH] fix "pcmcia: fix 'rmmod pcmcia' with unbound devices"
Daniel Ritz
1
-0
/
+2
2006-11-23
[PATCH] x86_64: fix bad page state in process 'swapper'
Mel Gorman
1
-3
/
+3
2006-11-23
[PATCH] Fix i2c-ixp4xx compile (missing brace)
Jean Delvare
1
-1
/
+1
2006-11-23
[PATCH] Correct bound checking from the value returned from _PPC method.
Dave Jones
1
-3
/
+1
2006-11-23
[PATCH] make au1xxx-ide compile again
Manuel Lauss
1
-4
/
+2
2006-11-23
[MIPS] Hack for SB1 cache issues
Thiemo Seufer
1
-1
/
+21
2006-11-22
[AGP] Allocate AGP pages with GFP_DMA32 by default
Linus Torvalds
2
-2
/
+2
2006-11-22
[ARM] 3941/1: [Jornada7xx] - Addition to MAINTAINERS
Kristoffer Ericson
1
-0
/
+6
2006-11-22
[ARM] 3942/1: ARM: comment: consistent_sync should not be called directly
Dan Williams
2
-0
/
+7
2006-11-22
[AGP] Fix intel 965 AGP memory mapping function
Linus Torvalds
1
-7
/
+24
2006-11-22
Don't call "note_interrupt()" with irq descriptor lock held
Linus Torvalds
2
-7
/
+3
2006-11-22
[POWERPC] Fix ucc_geth of_device discovery on mpc832x
Kim Phillips
1
-0
/
+19
2006-11-22
[TG3]: Add missing unlock in tg3_open() error path.
Ira W. Snyder
1
-1
/
+3
2006-11-22
[IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop...
YOSHIFUJI Hideaki
2
-5
/
+4
2006-11-22
[IRDA]: Lockdep fix.
Peter Zijlstra
1
-1
/
+2
2006-11-22
[POWERPC] Revert "[POWERPC] Add powerpc get/set_rtc_time interface to new gen...
Kim Phillips
2
-46
/
+0
2006-11-22
[POWERPC] Revert "[POWERPC] Enable generic rtc hook for the MPC8349 mITX"
Kim Phillips
1
-4
/
+0
2006-11-22
[BLUETOOTH]: Fix unaligned access in hci_send_to_sock.
David S. Miller
1
-4
/
+7
[next]