All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-02 22:25:46 to 2016-01-03 05:07:31 UTC [more...]

[PATCH v4 00/78] More fixes, cleanup and modernization for NCR5380 drivers
 2016-01-03  5:06 UTC  (74+ messages)
` [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 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 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 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 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 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 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 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 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 75/78] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v4 77/78] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v4 78/78] ncr5380: Add support for HP C2502

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

[PATCH] Input: bma150 - constify bma150_cfg structure
 2016-01-03  5:05 UTC  (3+ messages)

[PATCH] Input: byd - add BYD PS/2 touchpad driver
 2016-01-03  5:02 UTC  (2+ messages)

[PATCH] Btrfs: Intialize btrfs_root->highest_objectid when loading tree root and subvolume roots
 2016-01-03  5:02 UTC  (4+ messages)

WARNING CPU at linux/fs/btrfs/ioctl.c:558 create_subvol BTRFS Transaction aborted (error -2)
 2016-01-03  4:47 UTC  (2+ messages)

[PATCH net-next 0/7] bnxt_en: Support combined and rx/tx channels
 2016-01-03  4:45 UTC  (8+ messages)
` [PATCH net-next 1/7] bnxt_en: Refactor bnxt_dbg_dump_states()
` [PATCH net-next 2/7] bnxt_en: Separate bnxt_{rx|tx}_ring_info structs from bnxt_napi struct
` [PATCH net-next 3/7] bnxt_en: Check for NULL rx or tx ring
` [PATCH net-next 4/7] bnxt_en: Re-structure ring indexing and mapping
` [PATCH net-next 5/7] bnxt_en: Modify bnxt_get_max_rings() to support shared or non shared rings
` [PATCH net-next 6/7] bnxt_en: Modify init sequence "
` [PATCH net-next 7/7] bnxt_en: Modify ethtool -l|-L to support combined or rx/tx rings

[PATCH] Input: i8042 add Fujitsu Lifebook U745 to the nomux list
 2016-01-03  4:44 UTC  (3+ messages)

[PATCH] Input: evdev - drop partial events after emptying the buffer
 2016-01-03  4:39 UTC  (3+ messages)

Urgent response
 2016-01-03  4:34 UTC 

[PATCH] Input: evdev - Avoid duplicate checking of empty SYN_REPORT
 2016-01-03  4:31 UTC  (2+ messages)

cron job: media_tree daily build: OK
 2016-01-03  3:59 UTC 

[U-Boot] Pull request: u-boot-spi/next
 2016-01-03  3:56 UTC  (4+ messages)

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

[PATCH] ext4: disable retry logic in ext4_set_encrypted_filename
 2016-01-03  3:54 UTC  (2+ messages)

cgroup: BUG: unable to handle kernel NULL pointer dereference
 2016-01-03  3:41 UTC  (7+ messages)

[PATCHV4 3/3] x86, ras: Add __mcsafe_copy() function to recover from machine checks
 2016-01-03  3:40 UTC  (16+ messages)
` [PATCHV5 "

btrfs send fail and check hang
 2016-01-03  3:39 UTC  (2+ messages)

[arm-platforms:kvm-arm/wsinc 36/37] scripts/Makefile.modbuiltin:25: arch/arm/kvm/hyp/Makefile: No such file or directory
 2016-01-03  3:11 UTC 

[ext4:dev 16/17] fs/ext4/ioctl.c:399:26: error: implicit declaration of function 'dqget'
 2016-01-03  3:01 UTC 

Seeking a bit of advice from the community
 2016-01-03  3:01 UTC 

[ext4:dev 15/17] fs/ext4/super.c:4839:10: error: implicit declaration of function 'dqget'
 2016-01-03  2:57 UTC 

[PATCH] staging: lustre: Fix 'unexpected unlock' warning generated by sparse
 2016-01-03  2:57 UTC 

[Bug 93144] [radeonsi] Alien: Isolation bug
 2016-01-03  2:38 UTC  (3+ messages)

[PATCH nft] scanner: disable most rules when we expect literal symbol
 2016-01-03  2:32 UTC 

[PATCH] BTRFS: Adds an option to select RAID Stripe size
 2016-01-03  2:26 UTC  (12+ messages)

[PATCH 0/2] net-qmi_wwan: Fine-tuning for two function implementations
 2016-01-03  1:45 UTC  (6+ messages)
` [PATCH 2/2] net-qmi_wwan: Delete an unnecessary variable initialisation in qmi_wwan_register_subdriv
  ` [PATCH 2/2] net-qmi_wwan: Delete an unnecessary variable initialisation in qmi_wwan_register_sub
    ` [PATCH 2/2] net-qmi_wwan: Delete an unnecessary variable initialisation in qmi_wwan_register_subdriver()

Source code review around jump label usage
 2016-01-03  1:34 UTC  (9+ messages)
` [PATCH 0/5] xen-netback: Fine-tuning for three function implementations
` [PATCH 0/3] NFC-mei_phy: Fine-tuning for two "
  ` [PATCH 1/3] NFC-mei_phy: Refactoring for mei_nfc_connect()

[PATCH] Staging: speakup: Fix getting port information
 2016-01-03  1:31 UTC  (5+ messages)

GPF in lrw_crypt
 2016-01-03  1:31 UTC  (6+ messages)
` [PATCH v2] crypto: algif_skcipher - Require setkey before accept(2)

[PATCH 1/3] f2fs: check the page status filled from disk
 2016-01-03  1:26 UTC  (5+ messages)
` [PATCH 2/3] f2fs: cover more area with nat_tree_lock
` [PATCH 3/3] Revert "f2fs: check the node block address of newly allocated nid"

[PATCH] ACPICA: Drop Linux-specific waking vector functions
 2016-01-03  1:51 UTC 

[PATCH next] net/core/dev: Warn on an impossibly short offload frame
 2016-01-03  1:06 UTC  (2+ messages)

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0
 2016-01-03  1:02 UTC  (2+ messages)

[PATCH v2 1/3] PM/OPP: Don't skip cpu_dev->id when setting up cpumask
 2016-01-03  1:01 UTC  (5+ messages)
` [PATCH v2] PM/OPP: Set cpu_dev->id in cpumask first

Charity Donation
 2016-01-03  0:37 UTC 

Charity Donation
 2016-01-03  0:36 UTC 

[PATCH] PowerCap: constify powercap_zone_ops and powercap_zone_constraint_ops structures
 2016-01-03  0:58 UTC  (3+ messages)

[PATCH v2 0/2] i2c:dw: Add APM X-Gene ACPI I2C device support
 2016-01-03  0:54 UTC  (3+ messages)

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

Charity Donation
 2016-01-03  0:16 UTC 

[PATCH v4 0/3] Add AMBA bus probing support to ACPI
 2016-01-03  0:39 UTC  (3+ messages)

[PATCH 0/5] acpi-video and platform/x86 driver fixes
 2016-01-03  0:37 UTC  (2+ messages)

Charity Donation
 2016-01-03  0:08 UTC 

[PATCH] blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()
 2016-01-03  1:02 UTC  (5+ messages)
` [PATCH 2/2] blackfin-cpufreq: Mark cpu_set_cclk() as static

[PATCH v2] PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties
 2016-01-03  0:58 UTC  (3+ messages)

[PATCH] drivers: power: fix typo in documentation
 2016-01-03  0:57 UTC  (3+ messages)

[PATCH] cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERIODIC
 2016-01-03  0:56 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/5] target-tilegx: Implement floating point instructions
 2016-01-02 23:55 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/5] fpu: softfloat: Add normalize_roundpack_float32 function
` [Qemu-devel] [PATCH v5 3/5] target-tilegx/helper-fsingle.c: Implement single floating point
` [Qemu-devel] [PATCH v5 4/5] target-tilegx/helper-fdouble.c: Implement double "

[PULL] Re: bcache stability patches
 2016-01-03  0:12 UTC  (11+ messages)

[Bug 93374] [radeonsi] Tonga (Radeon R9 380) hangs on running hello world OpenCL program
 2016-01-03  0:10 UTC  (2+ messages)

question about synchronizing cgroup_taskset_migrate
 2016-01-03  0:09 UTC 

[PATCH 00/16] LMDB refs backend atop pre-vtable
 2016-01-03  0:06 UTC  (3+ messages)
` [PATCH 03/16] refs: add methods for the ref iterators

[PATCH] ACPI / video: Add a quirk to force acpi-video backlight on SAMSUNG 530U4E/540U4E
 2016-01-03  0:36 UTC  (2+ messages)

[PATCH V9 0/2] ACPI, PCI, irq: remove interrupt limitations
 2016-01-03  0:35 UTC  (2+ messages)

MSG_PEEK regression in 3.18.22
 2016-01-03  0:04 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] igep00x0: Minor cleanups
 2016-01-02 23:53 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] igep00x0: Do not include config_distro_defaults.h
` [U-Boot] [PATCH 3/4] igep00x0: Fix config header intentation
` [U-Boot] [PATCH 4/4] igep00x0: Remove no-op macros from config header

[PATCH v2 1/3] kernel: allow kernel module and firmware installation with ${nonarch_base_libdir} != "/lib"
 2016-01-02 23:53 UTC  (3+ messages)
` [PATCH v2 2/3] base-files: create ${base_bindir} etc. instead of /bin, /sbin and /lib
` [PATCH v2 3/3] base-files: create typical merged /usr symlinks if the "merged-usr" distro feature is set

Charity Donation
 2016-01-02 23:15 UTC 

[U-Boot] [PATCH 1/4] igep00x0: Cleanup ethernet support
 2016-01-02 23:50 UTC 

Combining APPLE_COMMON_CRYPTO=1 and NO_OPENSSL=1 produces unexpected result
 2016-01-02 23:49 UTC  (4+ messages)

Charity Donation
 2016-01-02 23:49 UTC 

Charity Donation
 2016-01-02 23:11 UTC 

[Bug 93563] New: Hack'n'Slash hangs with Nouveau driver
 2016-01-02 23:47 UTC  (3+ messages)
  ` [Bug 93563] "

Charity Donation
 2016-01-02 22:53 UTC 

Charity Donation
 2016-01-02 22:50 UTC 

[PATCH 0/2] omap_hsmmc: Supports slot-name also in DT
 2016-01-02 23:17 UTC  (6+ messages)
` [PATCH 1/2] mmc: omap_hsmmc: Add support for slot-name property "

Charity Donation
 2016-01-02 23:13 UTC 

[linux-lvm] Possible bug in expanding thinpool: lvextend doens't expand the top-level dm-linear device
 2016-01-02 23:05 UTC  (10+ messages)

[Buildroot] [PATCH 1/1] package/libgpg-error: bump to version 1.21
 2016-01-02 22:59 UTC  (2+ messages)

[PATCH v2] gr/gf100: provide a bit more info for various errors
 2016-01-02 22:54 UTC 

[PATCH V16 00/11] x86: Intel Cache Allocation Technology Support
 2016-01-02 22:53 UTC  (7+ messages)
` [PATCH V16 11/11] x86,cgroup/intel_rdt : Add a cgroup interface to manage Intel cache allocation

Add big device, remove small device, read-only
 2016-01-02 22:46 UTC  (13+ messages)

[PATCH] gr/gf100: provide a bit more info for various errors
 2016-01-02 22:46 UTC 

[PATCH v2 0/2] Introduce the bulk IV mode for improving the crypto engine efficiency
 2016-01-02 22:46 UTC  (4+ messages)

[PATCH v2 0/2] Convert ppdev to y2038 safe
 2016-01-02 22:40 UTC  (4+ messages)
` [Y2038] [PATCH v2 2/2] ppdev: add support for compat ioctl

[Buildroot] [PATCH] python-can: bump to 1.4.1
 2016-01-02 22:31 UTC  (3+ messages)

[Buildroot] [PATCH] package/tremor: select libogg package
 2016-01-02 22:26 UTC  (2+ messages)


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.