| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | [NETFILTER]: nfctnetlink: assign helper to newly created conntrack | Yasuyuki Kozakai | 2006-11-28 | 1 | -0/+8 |
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-11-28 | 2 | -8/+24 |
|\ \ \
| |/ /
|/| | |
|
| * | | [PATCH] libata: Fixup ata_sas_queuecmd to handle __ata_scsi_queuecmd failure | Brian King | 2006-11-28 | 1 | -3/+6 |
| * | | [PATCH] ahci: AHCI mode SATA patch for Intel ICH9 | Jason Gaston | 2006-11-28 | 1 | -0/+11 |
| * | | [PATCH] libata: don't schedule EH on wcache on/off if old EH | Tejun Heo | 2006-11-28 | 1 | -5/+7 |
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris... | Linus Torvalds | 2006-11-28 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | selinux: fix dentry_open() error check | Akinobu Mita | 2006-11-27 | 1 | -1/+2 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-11-28 | 4 | -7/+18 |
|\ \ \ |
|
| * | | | [PATCH] x86-64: Use stricter in process stack check for unwinder | Andi Kleen | 2006-11-28 | 1 | -1/+9 |
| * | | | [PATCH] i386: Fix compilation with UP genericarch | Andi Kleen | 2006-11-28 | 1 | -0/+4 |
| * | | | [PATCH] x86-64: Fix warning in io_apic.c | Andi Kleen | 2006-11-28 | 1 | -2/+0 |
| * | | | [PATCH] x86-64: work around gcc4 issue with -Os in Dwarf2 stack unwind | Jan Beulich | 2006-11-28 | 1 | -4/+5 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Andi Kleen | 2006-11-28 | 79 | -370/+877 |
| |\ \ \
| | |/ / |
|
| * | | | [PATCH] x86_64: Align data segment to PAGE_SIZE boundary | Vivek Goyal | 2006-11-21 | 1 | -0/+1 |
* | | | | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa | Linus Torvalds | 2006-11-28 | 9 | -23/+41 |
|\ \ \ \ |
|
| * | | | | [ALSA] version 1.0.13 | Jaroslav Kysela | 2006-11-28 | 1 | -1/+1 |
| * | | | | [ALSA] snd-emu10k1: Fix capture for one variant. | James Courtier-Dutton | 2006-11-28 | 1 | -0/+1 |
| * | | | | [ALSA] Fix hang-up at disconnection of usb-audio | Takashi Iwai | 2006-11-28 | 3 | -4/+8 |
| * | | | | [ALSA] hda: fix typo for xw4400 PCI sub-ID | John W. Linville | 2006-11-28 | 1 | -1/+1 |
| * | | | | [ALSA] hda: fix sigmatel dell system detection | Matt Porter | 2006-11-28 | 1 | -7/+7 |
| * | | | | [ALSA] Enable stereo line input for TAS codec | Paul Mackerras | 2006-11-28 | 1 | -4/+9 |
| * | | | | [ALSA] rtctimer: handle RTC interrupts with a tasklet | Clemens Ladisch | 2006-11-28 | 1 | -6/+14 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-11-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | [MIPS] Fix Bonito bootup message. | Ralf Baechle | 2006-11-28 | 1 | -1/+1 |
| |/ / / |
|
* | | | | [PATCH] add missing libsas include to fix s390 compilation. | Dave Jones | 2006-11-28 | 1 | -0/+1 |
* | | | | [PATCH] ecryptfs: fix crypto_alloc_blkcipher() error check | Akinobu Mita | 2006-11-28 | 1 | -1/+2 |
* | | | | [PATCH] fix create_write_pipe() error check | Akinobu Mita | 2006-11-28 | 1 | -4/+4 |
* | | | | [PATCH] Fix Intel/Sharp command set erase suspend bug | Joakim Tjernlund | 2006-11-28 | 1 | -1/+1 |
* | | | | [PATCH] bridge: fix possible overflow in get_fdb_entries | Chris Wright | 2006-11-28 | 1 | -4/+5 |
* | | | | [PATCH] x86_64: fix 'earlyprintk=...,keep' regression | Ingo Molnar | 2006-11-28 | 1 | -1/+1 |
|/ / / |
|
* | | | Fix 'ALIGN()' macro, take 2 | Linus Torvalds | 2006-11-26 | 1 | -1/+3 |
* | | | [PATCH] Fix incorrent type of flags in <asm/semaphore.h> | Kyle McMartin | 2006-11-26 | 1 | -2/+4 |
* | | | Revert "[PATCH] Enforce "unsigned long flags;" when spinlocking" | Linus Torvalds | 2006-11-26 | 2 | -86/+20 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-11-26 | 7 | -13/+32 |
|\ \ \ |
|
| * | | | [XFRM] STATE: Fix to respond error to get operation if no matching entry exists. | Masahide NAKAMURA | 2006-11-25 | 1 | -0/+1 |
| * | | | [NET]: Re-fix of doc-comment in sock.h | Paul Bonser | 2006-11-25 | 1 | -5/+10 |
| * | | | [6PACK]: Masking bug in 6pack driver. | Jean Delvare | 2006-11-25 | 1 | -1/+1 |
| * | | | [NET]: Fix kfifo_alloc() error check. | Akinobu Mita | 2006-11-25 | 2 | -0/+4 |
| * | | | [UDP]: Make udp_encap_rcv use pskb_may_pull | Olaf Kirch | 2006-11-25 | 1 | -5/+14 |
| * | | | [NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCT | Faidon Liambotis | 2006-11-25 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | V4L/DVB (4874): Fix oops on symbol rate==0 | Andrew de Quincey | 2006-11-26 | 1 | -0/+4 |
* | | | V4L/DVB (4885): Improve saa711x check | Hans Verkuil | 2006-11-26 | 1 | -2/+7 |
* | | | V4L/DVB (4865): Fix: Slot 0 not NULL on disconnecting SN9C10x PC Camera | Luca Risolia | 2006-11-26 | 2 | -4/+2 |
* | | | V4L/DVB (4849): Add missing spin_unlock to saa6588 decoder driver | Ira Snyder | 2006-11-26 | 1 | -1/+3 |
* | | | V4L/DVB (4832): Fix uninitialised variable in dvb_frontend_swzigzag | Andrew de Quincey | 2006-11-26 | 1 | -1/+1 |
* | | | V4L/DVB (4840): Budget: diseqc_method module parameter for cards with subsyst... | Oliver Endriss | 2006-11-26 | 1 | -1/+9 |
* | | | V4L/DVB (4831): Fix tuning on older budget DVBS cards. | Andrew de Quincey | 2006-11-26 | 1 | -0/+1 |
|/ / |
|
* | | [PATCH] uml: make execvp safe for our usage | Paolo 'Blaisorblade' Giarrusso | 2006-11-25 | 4 | -9/+166 |
* | | [PATCH] usb: ati remote memleak fix | Mariusz Kozlowski | 2006-11-25 | 1 | -6/+4 |
* | | [PATCH] lockdep: spin_lock_irqsave_nested() | Arjan van de Ven | 2006-11-25 | 3 | -0/+41 |