All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-03 05:05:47 to 2016-01-03 08:52:45 UTC [more...]

Source code review around jump label usage
 2016-01-03  8:52 UTC  (20+ messages)
` [PATCH 0/3] NFC-mei_phy: Fine-tuning for two function implementations
  ` [PATCH 1/3] NFC-mei_phy: Refactoring for mei_nfc_connect()
` [PATCH 0/8] rtc-ab-b5ze-s3: Fine-tuning for some function implementations
  ` [rtc-linux] "
  ` [PATCH 1/8] rtc-ab-b5ze-s3: Better exception handling in abb5zes3_probe()
    ` [rtc-linux] "
  ` [PATCH 2/8] rtc-ab-b5ze-s3: Delete an unnecessary variable in abb5zes3_rtc_set_alarm()
    ` [rtc-linux] "
  ` [PATCH 3/8] rtc-ab-b5ze-s3: Delete an unnecessary variable initialisation in _abb5zes3_rtc_set_timer()
    ` [PATCH 3/8] rtc-ab-b5ze-s3: Delete an unnecessary variable initialisation in _abb5zes3_rtc_set_timer
    ` [rtc-linux] [PATCH 3/8] rtc-ab-b5ze-s3: Delete an unnecessary variable initialisation in _abb5zes3_rtc_set_timer()

[PATCH 01/30] staging: wilc1000: rename u32duration in struct remain_ch
 2016-01-03  8:36 UTC  (30+ messages)
` [PATCH 02/30] staging: wilc1000: fix return type of wilc_remain_on_channel
` [PATCH 03/30] staging: wilc1000: rename u32SessionID in wilc_remain_on_channel
` [PATCH 04/30] staging: wilc1000: rename u32duration "
` [PATCH 05/30] staging: wilc1000: rename RemainOnChanExpired "
` [PATCH 06/30] staging: wilc1000: rename RemainOnChanReady "
` [PATCH 07/30] staging: wilc1000: rename pvUserArg "
` [PATCH 08/30] staging: wilc1000: fix return type of wilc_del_all_rx_ba_session
` [PATCH 09/30] staging: wilc1000: rename pBSSID in wilc_del_all_rx_ba_session
` [PATCH 10/30] staging: wilc1000: rename TID "
` [PATCH 11/30] staging: wilc1000: rename pBASessionInfo "
` [PATCH 12/30] staging: wilc1000: fix return type of wilc_edit_station
` [PATCH 13/30] staging: wilc1000: rename pstrStaParams in wilc_edit_station
` [PATCH 14/30] staging: wilc1000: rename pstrAddStationMsg "
` [PATCH 15/30] staging: wilc1000: use kmemdup "
` [PATCH 16/30] staging: wilc1000: remove rates variable "
` [PATCH 17/30] staging: wilc1000: fix return type of wilc_del_allstation
` [PATCH 18/30] staging: wilc1000: rename pu8MacAddr in wilc_del_allstation
` [PATCH 19/30] staging: wilc1000: rename pstrDelAllStationMsg "
` [PATCH 20/30] staging: wilc1000: rename au8Zero_Buff "
` [PATCH 21/30] staging: wilc1000: use int instead of u32
` [PATCH 22/30] staging: wilc1000: rename u8AssocNumb in wilc_del_allstation
` [PATCH 23/30] staging: wilc1000: fix return type of wilc_add_beacon
` [PATCH 24/30] staging: wilc1000: rename u32Interval in wilc_add_beacon
` [PATCH 25/30] staging: wilc1000: rename u32DTIMPeriod "
` [PATCH 26/30] staging: wilc1000: rename u32HeadLen "
` [PATCH 27/30] staging: wilc1000: rename pu8Head "
` [PATCH 28/30] staging: wilc1000: rename u32TailLen "
` [PATCH 29/30] staging: wilc1000: rename pu8Tail "
` [PATCH 30/30] staging: wilc1000: rename pstrSetBeaconParam "

rcu_preempt self-detected stall on CPU from 4.4-rc4, since 3.17
 2016-01-03  8:27 UTC  (4+ messages)

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

Charity Donation
 2016-01-03  8:10 UTC 

OK to reindent the pktgen (mix of tabs and spaces, etc.)?
 2016-01-03  8:06 UTC  (2+ messages)

Charity Donation
 2016-01-03  7:57 UTC 

[PATCH] IB/ipoib: Expose ioctl command to retrieve SGID of a given socket
 2016-01-03  7:53 UTC  (5+ messages)

[nightly] Core TISDK (fido/1.8) 2015.12 build 2016-01-02_23-00-32
 2016-01-03  7:53 UTC 

librte_power w/ intel_pstate cpufreq governor
 2016-01-03  7:51 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2016-01-02
 2016-01-03  7:30 UTC 

__vmalloc() vs. GFP_NOIO/GFP_NOFS
 2016-01-03  7:12 UTC  (2+ messages)

[PATCH] ixgbe: constify ixgbe_mbx_operations structure
 2016-01-03  6:55 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] igb: constify e1000_phy_operations structure
 2016-01-03  6:44 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH 00/42] ACPICA: 20151218 Release
 2016-01-03  6:45 UTC  (2+ messages)

doubt regarding how to get the version of xf86-video-intel
 2016-01-03  6:51 UTC 

[PATCH] clk: fix clk-gpio.c with optional clock= DT property
 2016-01-03  6:47 UTC  (3+ messages)

[RFC PATCH v0] Add tw5864 driver
 2016-01-03  5:38 UTC  (3+ messages)

next-20151231 - aes crypto algorithm went missing?
 2016-01-03  5:34 UTC 

[PATCH] staging: xgifb: Don't use multiple blank lines
 2016-01-03  5:27 UTC 

[PATCH 1/7] char: xillybus: use to_delayed_work
 2016-01-03  5:07 UTC  (3+ messages)
` [PATCH 3/7] input: touchscreen: "


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.