All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-06 00:53:44 to 2015-12-06 03:46:13 UTC [more...]

[PATCH 0/2] Renesas: read MAC address registers only once
 2015-12-06  3:46 UTC  (3+ messages)

[PATCH v2 00/72] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-06  1:32 UTC  (93+ messages)
` [PATCH v2 01/72] atari_scsi: Fix SCSI host ID setting
` [PATCH v2 02/72] ncr5380: Remove redundant static variable initializers
` [PATCH v2 03/72] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v2 04/72] ncr5380: Remove more pointless macros
` [PATCH v2 05/72] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v2 06/72] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v2 07/72] ncr5380: Split NCR5380_init() into two functions
` [PATCH v2 08/72] ncr5380: Move NCR53C400-specific code
` [PATCH v2 09/72] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v2 10/72] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v2 11/72] ncr5380: Simplify bus reset handlers
` [PATCH v2 12/72] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v2 13/72] ncr5380: Remove redundant register writes
` [PATCH v2 14/72] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v2 15/72] ncr5380: Always escalate bad target time-out "
` [PATCH v2 16/72] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH v2 17/72] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v2 18/72] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v2 19/72] ncr5380: Cleanup bogus {request, release}_region() calls
` [PATCH v2 20/72] ncr5380: Introduce unbound workqueue
` [PATCH v2 21/72] ncr5380: Sleep when polling, if possible
` [PATCH v2 22/72] ncr5380: Eliminate selecting state
` [PATCH v2 23/72] ncr5380: Always retry arbitration and selection
` [PATCH v2 24/72] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v2 25/72] ncr5380: Rework disconnect versus poll logic
` [PATCH v2 26/72] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v2 27/72] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v2 28/72] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v2 29/72] ncr5380: Remove references to linked commands
` [PATCH v2 30/72] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v2 31/72] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v2 32/72] ncr5380: Fix bus phase "
` [PATCH v2 33/72] atari_NCR5380: Set do_abort() timeouts
` [PATCH v2 34/72] atari_NCR5380: Use arbitration timeout
` [PATCH v2 35/72] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v2 36/72] ncr5380: Use work_struct instead of delayed_work
` [PATCH v2 37/72] ncr5380: Standardize work queueing algorithm
` [PATCH v2 38/72] ncr5380: Remove UNSAFE macro
` [PATCH v2 39/72] ncr5380: Standardize interrupt handling
` [PATCH v2 40/72] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v2 41/72] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v2 42/72] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v2 43/72] ncr5380: Standardize reselection handling
` [PATCH v2 44/72] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v2 45/72] ncr5380: Cleanup #include directives
` [PATCH v2 46/72] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v2 47/72] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v2 48/72] atari_NCR5380: Fix queue_size limit
` [PATCH v2 49/72] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v2 50/72] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v2 51/72] ncr5380: Remove command list debug code
` [PATCH v2 52/72] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v2 53/72] ncr5380: Use shost_priv helper
` [PATCH v2 54/72] ncr5380: Use dsprintk() for queue debugging
` [PATCH v2 55/72] ncr5380: Remove LIST and REMOVE macros
` [PATCH v2 56/72] ncr5380: Remove redundant volatile qualifiers
` [PATCH v2 57/72] ncr5380: Use standard list data structure
` [PATCH v2 58/72] ncr5380: Refactor command completion
` [PATCH v2 59/72] ncr5380: Fix autosense bugs
` [PATCH v2 60/72] ncr5380: Implement new eh_abort_handler
` [PATCH v2 61/72] ncr5380: Fix EH during arbitration and selection
` [PATCH v2 62/72] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v2 63/72] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v2 64/72] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v2 65/72] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v2 66/72] ncr5380: Fix soft lockups
` [PATCH v2 67/72] ncr5380: Cleanup comments
` [PATCH v2 68/72] ncr5380: Fix whitespace issues using regexp
` [PATCH v2 69/72] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v2 70/72] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v2 71/72] ncr5380: Cleanup whitespace and parentheses
` [PATCH v2 72/72] ncr5380: Fix pseudo DMA transfers on 53C400

[PATCH v3] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer
 2015-12-06  3:44 UTC  (3+ messages)

[PATCH 00/71] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-06  3:41 UTC  (13+ messages)
` [RFC PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH 73/71] ncr5380: Use runtime register mapping
` [PATCH 74/71] ncr5380: Enable PDMA for NCR53C400A
` [PATCH 76/71] ncr5380: Enable PDMA for DTC chips
` [RFC PATCH 78/71] ncr5380: Add support for HP 53C400A-based cards (C2502)

[PATCH v4 00/11] Introduce Intel Trace Hub support
 2015-12-06  3:40 UTC  (4+ messages)
` [PATCH v4 01/11] stm class: Introduce an abstraction for System Trace Module devices

[PATCH v2] perf tools: Introduce perf_thread for backtrace
 2015-12-06  3:36 UTC  (7+ messages)
` [PATCH v3] "

[U-Boot] [PULL] Please pull u-boot-nios/master
 2015-12-06  3:35 UTC 

[U-Boot] [PATCH 1/2] altera_qspi: add lock unlock ops
 2015-12-06  3:33 UTC  (5+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v2 2/2] altera_qspi: fix erase and write error code

[PATCH v2] extensions: libxt_mark: Add translation to nft
 2015-12-06  3:32 UTC 

[PATCH 0/2] ARM: i.MX6QDL-SabreAuto: assert GPIO hog for imx-weim
 2015-12-06  3:30 UTC  (6+ messages)
` [PATCH 1/2] bus: imx-weim: assert GPIO at boot in order to connect NOR
` [PATCH 2/2] ARM: dts: imx6qdl-sabreauto: enable partitions for parallel NOR

[PATCH net-next] Driver for IBM System i/p VNIC protocol
 2015-12-06  3:25 UTC  (2+ messages)

use-after-free in sctp_do_sm
 2015-12-06  3:24 UTC  (4+ messages)
` [PATCH net 0/3] sctp: packet timestamp fixes

[PATCH v8 00/55] MC next generation patches
 2015-12-06  3:20 UTC  (25+ messages)
` [PATCH v8 01/55] [media] media: create a macro to get entity ID
` [PATCH v8 02/55] [media] staging: omap4iss: get entity ID using media_entity_id()
` [PATCH v8 03/55] [media] omap3isp: "
` [PATCH v8 32/55] [media] media: use macros to check for V4L2 subdev entities
` [PATCH v8 33/55] [media] omap3/omap4/davinci: get rid of MEDIA_ENT_T_V4L2_SUBDEV abuse
` [PATCH v8 34/55] [media] s5c73m3: fix subdev type
` [PATCH v8 35/55] [media] s5k5baf: "
` [PATCH v8 36/55] [media] davinci_vbpe: stop MEDIA_ENT_T_V4L2_SUBDEV abuse
` [PATCH v8 37/55] [media] omap4iss: "
` [PATCH v8 18/55] [media] omap3isp: create links after all subdevs have been bound

[PATCH v8 14/55] [media] media: add functions to allow creating interfaces
 2015-12-06  3:13 UTC  (18+ messages)
` [PATCH v8 16/55] [media] media: Don't accept early-created links
` [PATCH v8 31/55] [media] media: add macros to check if subdev or V4L2 DMA
` [PATCH v8 38/55] [media] v4l2-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevs
` [PATCH v8 39/55] [media] media controller: get rid of entity subtype on Kernel
` [PATCH v8 40/55] [media] media.h: don't use legacy entity macros at Kernel
` [PATCH v8 41/55] [media] DocBook: update descriptions for the media controller entities
` [PATCH v8 43/55] [media] media: report if a pad is sink or source at debug msg

[PATCH 0/5] [media] Create pads links after entities registration
 2015-12-06  3:10 UTC  (14+ messages)
` [PATCH 1/5] [media] staging: omap4iss: separate links creation from entities init
` [PATCH 2/5] [media] v4l: vsp1: create pad links after subdev registration
` [PATCH 3/5] [media] v4l: vsp1: separate links creation from entities init
` [PATCH 4/5] [media] uvcvideo: create pad links after subdev registration
` [PATCH 5/5] [media] smiapp: "

Unable to (un)-grow raid6
 2015-12-06  3:04 UTC 

[PATCH] extensions: libxt_mark: Add translation to nft
 2015-12-06  2:48 UTC  (4+ messages)

Possible issue with commit 4961b6e11825?
 2015-12-06  2:36 UTC  (3+ messages)

[RFC][PATCH] Add __GFP_ZERO to alloc_cpumask_var_node() if ptr is zero
 2015-12-04 20:30 UTC  (5+ messages)

[Bug 93147] [regression bisected] Stuttering in games caused by commit 4dfd6486 "drm: Use vblank timestamps to guesstimate how many vblanks were missed"
 2015-12-06  2:29 UTC  (2+ messages)

[PATCH tip/core/rcu 0/10] Expedited-grace-period changes for 4.5
 2015-12-06  2:27 UTC  (3+ messages)

[PATCH v3 0/10] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms
 2015-12-06  2:26 UTC  (6+ messages)

[PATCH 4/4] cpufreq: mt8173: move resources allocation into ->probe()
 2015-12-06  2:24 UTC  (4+ messages)
` [PATCH v2] "

Double gnttab_end_access in mini-os netfront
 2015-12-06  2:19 UTC 

[PATCH kernel] rcu: Define lockless version of list_for_each_entry_rcu
 2015-12-06  2:19 UTC  (7+ messages)

[PATCH v1 1/6] net: Generalize udp based tunnel offload
 2015-12-06  2:13 UTC  (5+ messages)

[LTP] [PATCH V3] controllers:new testcase blkio1
 2015-12-06  2:11 UTC 

[PATCH v2 0/5] ftrace: fix ftrace misleading comments for arch using it
 2015-12-06  2:02 UTC  (11+ messages)
` [PATCH v2 1/5] ia64: ftrace: fix the comments for ftrace_modify_code
` [PATCH v2 2/5] metag: "
` [PATCH v2 3/5] powerpc: "
` [PATCH v2 4/5] sh: "
` [PATCH v2 5/5] x86: ftrace: fix the comments for ftrace_modify_code_direct

[PATCH 0/5] ftrace: fix ftrace misleading comments for arch using it
 2015-12-06  1:59 UTC  (5+ messages)
` [PATCH 5/5] x86: ftrace: fix the comments for ftrace_modify_code_direct

Linux kernel 2.6.32.69 released
 2015-12-06  2:06 UTC 

[PATCH] ptrace: use fsuid, fsgid, effective creds for fs access checks
 2015-12-06  2:04 UTC  (4+ messages)

[PATCH v6 0/1] iio: light: add MAX30100 oximeter driver support
 2015-12-06  1:58 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH tip/core/rcu 0/8] Torture-test updates for 4.5
 2015-12-06  1:56 UTC  (11+ messages)
` [PATCH tip/core/rcu 2/8] rcutorture: Dump stack when GP kthread stalls
` [PATCH tip/core/rcu 5/8] rcutorture: Print symbolic name for rcu_torture_writer_state
` [PATCH tip/core/rcu 6/8] rcutorture: Print symbolic name for ->gp_state

suspicious rcu_dereference_check in sctp_v6_get_dst
 2015-12-06  1:56 UTC  (4+ messages)

[PATCH 1/2] blkcipher: Copy iv from desc even for 0-len walks
 2015-12-06  1:51 UTC  (2+ messages)
` [PATCH 2/2] chacha20poly1305: Skip encryption/decryption for 0-len

Subvolume UUID, data corruption?
 2015-12-06  1:51 UTC  (7+ messages)
      ` attacking btrfs filesystems via UUID collisions? (was: Subvolume UUID, data corruption?)

Warning!! Warning!!
 2015-12-05 22:51 UTC 

[media-workshop] [PATCH v8.4 43/83] [media] v4l2-subdev: use MEDIA_ENT_T_UNKNOWN for new subdevs
 2015-12-06  1:36 UTC 

[PATCH] tpm_crb: Use the common ACPI definition of struct acpi_tpm2
 2015-12-06  1:25 UTC  (4+ messages)

[U-Boot] fw_env.config settings for Digilent ZedBoard (Zynq 7020 Soc)
 2015-12-06  1:01 UTC 

[PATCH v5 0/4] ARM: sunxi: Allwinner H3 support
 2015-12-06  0:54 UTC  (8+ messages)
` [PATCH v5 1/4] clk: sunxi: Add H3 clocks support
` [PATCH v5 2/4] pinctrl: sunxi: Add H3 PIO controller support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.