messages from 2011-04-11 07:19:28 to 2011-05-30 06:12:38 UTC [more...]
[patch 1/2] ptp: return -EFAULT on copy_to_user() errors
2011-05-30 6:12 UTC (2+ messages)
[patch] ocfs2: null deref on allocation error
2011-05-29 19:57 UTC
[patch] ocfs2: checking the wrong variable in ocfs2_move_extent()
2011-05-29 19:56 UTC
[patch 2/2] ptp: fix some locking bugs in ptp_read()
2011-05-29 19:54 UTC
[PATCH] staging: usbip: stub_main.c: simplify busid_table initialization
2011-05-27 8:49 UTC
[patch] xen/blkback: potential null dereference in error handling
2011-05-27 6:27 UTC
[patch 2/2] usbhid: fix some error codes in hiddev_connect()
2011-05-26 16:35 UTC (4+ messages)
[patch] [media] rc/redrat3: dereferencing null pointer
2011-05-26 14:51 UTC (2+ messages)
[patch] [media] rc: double unlock in rc_register_device()
2011-05-26 14:49 UTC (2+ messages)
[patch 1/2] usbhid: use after free
2011-05-26 12:03 UTC (2+ messages)
[patch] [media] DVB: dvb_frontend: off by one in dtv_property_dump()
2011-05-26 11:16 UTC (2+ messages)
[patch] ALSA: fm801: add error handling if auto-detect fails
2011-05-26 8:47 UTC
[patch] drm/i915: fix if statement in ivybridge irq handler
2011-05-25 15:47 UTC (2+ messages)
[PATCH 00/12] staging: usbip
2011-05-21 11:45 UTC (22+ messages)
` [PATCH 01/12] staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_
` [PATCH 01/12] staging: usbip: replace usbip_u{dbg,err,info} and
` [PATCH 02/12] staging: usbip: remove unnecessary lines and extra return statements
` [PATCH 03/12] staging: usbip: stub_main.c: reorder functions
` [PATCH 04/12] staging: usbip: stub_main.c: code cleanup
` [PATCH 05/12] staging: usbip: stub_main.c: rename init and exit functions
` [PATCH 06/12] staging: usbip: stub_main.c: use KMEM_CACHE macro
` [PATCH 07/12] staging: usbip: usbip_common.c: fix misspelled function name
` [PATCH 08/12] staging: usbip: usbip_common.h: reorganize and document request headers
` [PATCH 09/12] staging: usbip: stub_dev.c: move stub_driver definition and update driver name
` [PATCH 10/12] staging: usbip: userspace: bind_driver.c: update kernel module name
` [PATCH 11/12] staging: usbip: usbip_common.c: rename init and exit functions
` [PATCH 12/12] staging: usbip: vhci_hcd.c: "
[PATCH] staging: usbip: replace usbip_u{dbg,err,info} and printk with dev_ and pr_
2011-05-20 4:31 UTC (7+ messages)
` [PATCH] staging: usbip: replace usbip_u{dbg,err,info} and printk
[PATCH] drivers/staging/cptm1217/clearpad_tm1217.c: Correct call to input_free_device
2011-05-18 19:20 UTC
[PATCH] drivers/staging/ath6kl/os/linux/cfg80211.c: Add missing call to cfg80211_put_bss
2011-05-16 16:37 UTC (2+ messages)
[PATCH] drivers/staging/line6/driver.c: Drop unneeded put functions
2011-05-16 12:24 UTC
[PATCH] drivers/gpu/drm/i915/i915_gem.c: Add missing error handling code
2011-05-16 9:54 UTC
[Resend PATCH] package: Makefile: fix perf target bug
2011-05-16 8:19 UTC (13+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 1/3] arch/x86/kernel/cpu/mcheck/mce_amd.c: Avoid leaving freed data in a list
2011-05-15 9:36 UTC (2+ messages)
` [PATCH 1/3] arch/x86/kernel/cpu/mcheck/mce_amd.c: Avoid
[PATCH 2/2] drivers/media/rc/imon.c: Correct call to input_free_device
2011-05-14 14:18 UTC
[PATCH 1/2] drivers/input/touchscreen/atmel_tsadcc.c: Correct call to input_free_device
2011-05-14 14:18 UTC
[PATCH] fs/btrfs: Add missing btrfs_free_path
2011-05-14 7:10 UTC
[PATCH] fs/freevxfs/vxfs_fshead.c: Convert kfree to kmem_cache_free
2011-05-13 21:23 UTC
[PATCH] drivers/isdn/hisax: Drop unused list
2011-05-13 20:10 UTC (2+ messages)
[PATCH] mfd: WL1273 FM Radio: remove unused variable
2011-05-13 17:23 UTC (2+ messages)
[PATCH] arch/arm/mach-omap1/dma.c: Invert calls to platform_device_put and platform_device_del
2011-05-13 16:46 UTC
[PATCH] drivers/staging/vt6656/main_usb.c: Delete unnecessary call to usb_kill_urb
2011-05-13 15:48 UTC
[PATCH] drivers/usb/serial/opticon.c: Release resources on kmalloc failure
2011-05-13 15:30 UTC
[PATCH 2/3] net/rfkill/core.c: Avoid leaving freed data in a list
2011-05-13 13:55 UTC (2+ messages)
` [PATCH 2/3] net/rfkill/core.c: Avoid leaving freed data in a
[PATCH 3/3] drivers/gpu/drm/drm_bufs.c: Avoid leaving freed data in a list
2011-05-13 13:52 UTC
[PATCH 00/12] staging: usbip: miscellaneous code cleanup
2011-05-12 18:37 UTC (35+ messages)
` [PATCH 01/12] staging: usbip: change debug configuration option
` [PATCH 02/12] staging: usbip: use single version for all modules
` [PATCH 03/12] staging: usbip: fix header includes
` [PATCH 04/12] staging: usbip: replace usbip_u{dbg,err,info} and printk with pr_ equivalent
` [PATCH 04/12] staging: usbip: replace usbip_u{dbg,err,info} and
` [PATCH 05/12] staging: usbip: remove unnecessary lines and extra return statements
` [PATCH 06/12] staging: usbip: stub_main.c: code cleanup
` [PATCH 07/12] staging: usbip: stub_main.c: change __init/__exit prefix and use KMEM_CACHE
` [PATCH 08/12] staging: usbip: usbip_common.c: fix misspelled function name
` [PATCH 09/12] staging: usbip: edit Kconfig and rename CONFIG options
` [PATCH 09/12] staging: usbip: edit Kconfig and rename CONFIG
` [PATCH 10/12] staging: usbip: stub.h: reorganize
` [PATCH 11/12] staging: usbip: vhci.h: reorganize
` [PATCH 12/12] staging: usbip: usbip_common.h: reorganize and document request headers
` [PATCH 09/12 v2] staging: usbip: edit Kconfig and rename CONFIG options
` [PATCH 03/12 v2] staging: usbip: fix header includes
` [PATCH 09/12 v3] staging: usbip: edit Kconfig and rename CONFIG options
` [PATCH 09/12 v3] staging: usbip: edit Kconfig and rename CONFIG
[PATCH 1/2] staging: usbip: fix header includes
2011-05-12 5:33 UTC (2+ messages)
` [PATCH 2/2] staging: usbip: edit Kconfig and rename CONFIG options
[PATCH net-next-2.6] net/bonding: adjust codingstyle for bond_3ad files
2011-05-12 0:59 UTC (7+ messages)
` [PATCH net-next-2.6] net/bonding: adjust codingstyle for
` [PATCH net-next-2.6] net/bonding: adjust codingstyle for bond_3ad
[PATCH] drivers/mmc/card/block.c: fix potential null dereference
2011-05-11 4:03 UTC (12+ messages)
` [PATCH] drivers/mmc/card/block.c: fix potential null dereference 'idata'
[PATCH] include: linux: pnp.h: Fix identation issue
2011-05-10 16:04 UTC
[PATCH] net/bonding: adjust codingstyle for bond_3ad files
2011-05-10 12:22 UTC (21+ messages)
linux-next: [PATCH] mwifiex: fix null derefs, mem leaks and trivia
2011-05-09 18:00 UTC (2+ messages)
` linux-next: [PATCH] mwifiex: fix null derefs, mem leaks and
[PATCH 00/16] staging: usbip: cleanup
2011-05-06 21:27 UTC (18+ messages)
` [PATCH 01/16] staging: usbip: stub_dev.c: coding style cleanup
` [PATCH 02/16] staging: usbip: stub_main.c: "
` [PATCH 03/16] staging: usbip: stub_rx.c: "
` [PATCH 04/16] staging: usbip: stub_tx.c: "
` [PATCH 05/16] staging: usbip: usbip_common.h: "
` [PATCH 06/16] staging: usbip: usbip_common.c: "
` [PATCH 07/16] staging: usbip: usbip_event.c: "
` [PATCH 08/16] staging: usbip: stub.h: "
` [PATCH 09/16] staging: usbip: vhci.h: "
` [PATCH 10/16] staging: usbip: vhci_hcd.c: "
` [PATCH 11/16] staging: usbip: vhci_rx.c: "
` [PATCH 12/16] staging: usbip: vhci_sysfs.c: "
` [PATCH 13/16] staging: usbip: vhci_tx.c: "
` [PATCH 14/16] staging: usbip: add break to default case in switch statements
` [PATCH 15/16] staging: usbip: remove section dividers
` [PATCH 16/16] staging: usbip: fixup MODULE_ macros
[PATCH] net/bonding: bonding: Adjust coding style for bond_3ad
2011-05-06 3:41 UTC (2+ messages)
Fwd: [PATCH] net/bonding: bonding: Adjust coding style for bond_3ad
2011-05-04 22:22 UTC
[PATCH 2/2] driver-core: modify FIRMWARE_IN_KERNEL help message
2011-04-29 21:14 UTC
[PATCH 1/2] driver-core: Kconfig grammar corrections in firmware configuration
2011-04-29 21:14 UTC
[PATCH] drivers/char/ppdev.c: Put gotten port value
2011-04-23 16:51 UTC
Getting started as a janitor
2011-04-23 14:51 UTC (3+ messages)
[PATCH] drivers/tty/moxa.c: Put correct tty value
2011-04-22 20:46 UTC
[PATCH 3/3] drivers/video/s3c2410fb.c: Convert release_resource to release_mem_region
2011-04-22 20:11 UTC
[PATCH 2/3] drivers/video/sm501fb.c: Convert release_resource to release_mem_region
2011-04-22 20:11 UTC
[PATCH 1/3] drivers/video: Convert release_resource to release_mem_region
2011-04-22 20:11 UTC
stimulate usb device
2011-04-22 15:49 UTC (2+ messages)
(no subject)
2011-04-19 4:46 UTC
[PATCH 2/3] drivers/parport/parport_pc.c: Convert release_resource to release_region/release_mem_reg
2011-04-11 7:19 UTC (2+ messages)
` [PATCH 2/3] drivers/parport/parport_pc.c: Convert release_resource
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox