All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-22 00:03:05 to 2015-12-22 01:18:09 UTC [more...]

[PATCH v3 00/77] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-22  1:18 UTC  (35+ messages)
` [PATCH v3 01/77] atari_scsi: Fix SCSI host ID setting
` [PATCH v3 02/77] ncr5380: Remove redundant static variable initializers
` [PATCH v3 03/77] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v3 04/77] ncr5380: Remove more pointless macros
` [PATCH v3 05/77] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v3 06/77] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v3 07/77] ncr5380: Split NCR5380_init() into two functions
` [PATCH v3 08/77] ncr5380: Move NCR53C400-specific code
` [PATCH v3 09/77] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v3 10/77] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v3 11/77] ncr5380: Simplify bus reset handlers
` [PATCH v3 12/77] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v3 13/77] ncr5380: Remove redundant register writes
` [PATCH v3 14/77] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v3 15/77] ncr5380: Always escalate bad target time-out "
` [PATCH v3 17/77] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v3 18/77] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v3 19/77] ncr5380: Cleanup bogus {request, release}_region() calls
` [PATCH v3 20/77] ncr5380: Introduce unbound workqueue
` [PATCH v3 21/77] ncr5380: Sleep when polling, if possible
` [PATCH v3 22/77] ncr5380: Eliminate selecting state
` [PATCH v3 23/77] ncr5380: Always retry arbitration and selection
` [PATCH v3 24/77] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v3 25/77] ncr5380: Rework disconnect versus poll logic
` [PATCH v3 26/77] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v3 28/77] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v3 29/77] ncr5380: Remove references to linked commands
` [PATCH v3 30/77] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v3 31/77] ncr5380: Fix !REQ timeout in do_abort()

[PATCH 0/2] Patches for guile and bind
 2015-12-22  1:04 UTC  (3+ messages)
` [PATCH 1/2] guile: remove redundant replacement of .pc file
` [PATCH 2/2] bind: 9.10.2-P4 -> 9.10.3-P2

[U-Boot] [PATCH v2 1/5] arm: socfpga: Enable ubi and ubifs support
 2015-12-22  1:17 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/5] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
` [U-Boot] [PATCH v2 3/5] arm: socfpga: cyclone5_socdk: Enable ubiload console command
` [U-Boot] [PATCH v2 4/5] arm: socfpga: cyclone5_socdk: Enable qspiload "
` [U-Boot] [PATCH v2 5/5] arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS

perf, tools: Refactor and support interval and CSV metrics v7
 2015-12-22  1:16 UTC  (4+ messages)
` [PATCH 1/6] perf, tools, stat: Abstract stat metrics printing

[PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
 2015-12-22  1:16 UTC  (6+ messages)
` [PATCH v2 9/9] MIPS: dts: jz4780/ci20: "

[PATCH v5] extcon: add Maxim MAX3355 driver
 2015-12-22  1:13 UTC  (7+ messages)

[PATCH 0/5] watchdog: Replace driver based refcounting
 2015-12-22  1:10 UTC  (4+ messages)
` [PATCH 2/5] watchdog: Separate and maintain variables based on variable lifetime

[PATCH] UBIFS: add a comment in key.h for unused parameter
 2015-12-22  1:01 UTC  (3+ messages)

[PATCH] directfb.inc: enable bfd linker workaround for all arm targets
 2015-12-22  1:07 UTC 

Git clone fails during pre-commit hook due to GIT_WORK_TREE=. (regression 2.5 -> 2.6)
 2015-12-22  1:06 UTC  (5+ messages)
` [PATCH] Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"

btrfs check inconsistency with raid1, part 1
 2015-12-22  1:05 UTC  (8+ messages)

[RFC] free_pages stuff
 2015-12-22  1:04 UTC  (33+ messages)
` [POC][PATCH 01/83] switch free_page() from unsigned long to const void *
` [POC][PATCH 02/83] switch free_pages() "
` [POC][PATCH 03/83] switch get_zeroed_page() to returning "
` [POC][PATCH 06/83] drivers/net/wireless/libertas/debugfs.c: get rid of pointless casts
` [POC][PATCH 07/83] drivers/net/wireless/mwifiex/debugfs.c: "
` [POC][PATCH 08/83] affs_evict_inode(): "
` [POC][PATCH 09/83] configfs_follow_link(): "
` [POC][PATCH 10/83] kernfs_iop_follow_link(): "
` [POC][PATCH 11/83] sound/oss/vidc: keep dma_buf[] as pointers
` [POC][PATCH 12/83] drivers/tty: get rid of pointless casts
` [POC][PATCH 13/83] rds: keep pointers in ->m_page_addrs[]
` [POC][PATCH 14/83] proc_dev_atm_read(): get rid of pointless casts
` [POC][PATCH 16/83] user_namespace: "
` [POC][PATCH 17/83] ftrace: "
` [POC][PATCH 18/83] sysctl: "
` [POC][PATCH 19/83] xenstored_local_init(): "
` [POC][PATCH 20/83] staging/rdma: "
` [POC][PATCH 21/83] c6x: remove unused macros
` [POC][PATCH 22/83] [davinci] ccdc_update_raw_params() frees the wrong thing
` [POC][PATCH 23/83] fd_dma_mem_free(): pass address as void * instead of unsigned long
` [POC][PATCH 24/83] ppc: keep ->hpt_virt as a pointer
` [POC][PATCH 25/83] dma_4u_alloc_coherent(): don't mix virtual and physical addresses
` [POC][PATCH 26/83] dma_4v_alloc_coherent(): "
` [POC][PATCH 27/83] new helper: get_dma_pages()
` [POC][PATCH 28/83] make fd_dma_mem_alloc/nodma_mem_alloc return a pointer
` [POC][PATCH 29/83] switch the remaining users of __get_dma_pages() to get_dma_pages()
` [POC][PATCH 30/83] sparc: get rid of pointless casts
` [POC][PATCH 31/83] efficeon: "
` [POC][PATCH 32/83] lguest: "
` [POC][PATCH 33/83] drivers/pci: "

linux-next: manual merge of the drm-intel tree with Linus' tree
 2015-12-22  1:03 UTC  (2+ messages)

[RFC PATCH v2 0/5] ACPICA / debugger: Add in-kernel AML debugger support
 2015-12-22  1:03 UTC  (9+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 7/7] ACPI / x86: introduce acpi_os_readable() support

bad page state due to PF_ALG socket
 2015-12-22  1:03 UTC  (2+ messages)

[RFC PATCH 00/15] staging/rdma/hfi1: Initial patches to add rdmavt support in HFI1
 2015-12-22  1:01 UTC  (5+ messages)

[PATCH 2/2] irqchip/gic: Only populate set_affinity for the root controller
 2015-12-22  1:00 UTC  (2+ messages)

[PATCH 4/6] soc: rockchip: add reboot mode driver
 2015-12-22  0:59 UTC  (4+ messages)

[PATCH 0/2] drivers/pci: use builtin_platform_driver in renesas
 2015-12-22  0:59 UTC  (6+ messages)
` [PATCH 1/2] drivers/pci: make host/pcie-rcar.c explicitly non-modular
` [PATCH 2/2] drivers/pci: make host/pci-rcar-gen2.c "

[PATCH 0/4] improve symbolic-ref robustness
 2015-12-22  0:58 UTC  (4+ messages)
` [PATCH 4/4] create_symref: use existing ref-lock code

[PATCH] mm, oom: initiallize all new zap_details fields before use
 2015-12-22  0:57 UTC  (6+ messages)

[PATCH 2/2] dt-bindings: sound: add devicetree document for rt5616
 2015-12-22  0:54 UTC  (5+ messages)
` [PATCH v1 "

[lkp] [ipv4, ipv6] c5e8d791ca: BUG: unable to handle kernel
 2015-12-22  0:53 UTC  (2+ messages)
`  "

4.4-rc5 crash (af_unix)
 2015-12-22  0:51 UTC  (2+ messages)

[lkp] [drm/i915] 1f814daca4: WARNING: CPU: 0 PID: 44 at drivers/gpu/drm/i915/intel_drv.h:1446 gen6_read32+0x1df/0x1f0 [i915]()
 2015-12-22  0:51 UTC  (2+ messages)
`  "

[PATCH 01/13] staging: wilc1000: fix return type of wilc_add_pkt declaration
 2015-12-22  0:49 UTC  (13+ messages)
` [PATCH 02/13] staging: wilc1000: match argument name of wilc_add_ptk declaration
` [PATCH 03/13] staging: wilc1000: fix return type of wilc_add_rx_gtk declaration
` [PATCH 04/13] staging: wilc1000: match argument name "
` [PATCH 05/13] staging: wilc1000: remove wilc_add_tx_gtk declaration
` [PATCH 06/13] staging: wilc1000: remove wilc_set_start_scan_req declaration
` [PATCH 07/13] staging: wilc1000: fix return type of wilc_set_pmkid_info
` [PATCH 08/13] staging: wilc1000: replace u32 with int
` [PATCH 09/13] staging: wilc1000: rename pu8PmkidInfoArray in wilc_set_pmkid_info
` [PATCH 10/13] staging: wilc1000: fix return type of wilc_get_mac_address
` [PATCH 11/13] staging: wilc1000: rename pu8MacAddress in wilc_get_mac_address
` [PATCH 12/13] staging: wilc1000: fix return type of wilc_set_mac_address
` [PATCH 13/13] staging: wilc1000: rename pu8MacAddress in wilc_set_mac_address

linux-next: manual merge of the drm tree with the imx-mxs tree
 2015-12-22  0:45 UTC 

[PATCH V1 16/16] i40iw: changes for build of i40iw module
 2015-12-22  0:40 UTC  (3+ messages)

Wayland / EGL support
 2015-12-22  0:38 UTC 

[meta-oe][PATCH 0/3] opencv: minor recipe updates
 2015-12-22  0:36 UTC  (4+ messages)
` [meta-oe][PATCH 1/3] opencv: sort PACKAGECONFIG options
` [meta-oe][PATCH 2/3] opencv: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5
` [meta-oe][PATCH 3/3] opencv: support machines based on oe-core tune-corei7.inc

[linux-linus test] 66750: regressions - FAIL
 2015-12-22  0:36 UTC 

[U-Boot] [PATCH] arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS
 2015-12-22  0:34 UTC  (5+ messages)

[PATCH net-next] ip_tunnel: Move stats update to iptunnel_xmit()
 2015-12-22  0:34 UTC 

[Qemu-devel] [PATCH v2 00/14] Add qapi-to-JSON output visitor
 2015-12-22  0:31 UTC  (16+ messages)
` [Qemu-devel] [PATCH v2 01/14] qapi: Rename (one) qjson.h to qobject-json.h
  `  "
` [Qemu-devel] [PATCH v2 02/14] qapi: Improve use of qmp/types.h
` [Qemu-devel] [PATCH v2 03/14] qapi: Factor out JSON string escaping
` [Qemu-devel] [PATCH v2 04/14] qapi: Factor out JSON number formatting
` [Qemu-devel] [PATCH v2 05/14] qapi: Use qstring_append_chr() where appropriate
` [Qemu-devel] [PATCH v2 06/14] qapi: Add qstring_append_format()
` [Qemu-devel] [PATCH v2 07/14] qapi: add json output visitor
` [Qemu-devel] [PATCH v2 08/14] qjson: Simplify by using json-output-visitor
` [Qemu-devel] [PATCH v2 09/14] Revert "qjson: Simplify by using json-output-visitor"
` [Qemu-devel] [PATCH v2 10/14] vmstate: use new JSON output visitor
` [Qemu-devel] [PATCH v2 11/14] qjson: Remove unused file
` [Qemu-devel] [PATCH v2 12/14] qapi: Add qobject_to_json_pretty_prefix()
` [Qemu-devel] [PATCH v2 13/14] qapi: Support pretty printing in JSON output visitor
` [Qemu-devel] [PATCH v2 14/14] qemu-img: Use new JSON output formatter

[lustre-devel] [PATCH v2] staging: lustre: remove IOC_LIBCFS_PING_TEST ioctl
 2015-12-22  0:30 UTC  (4+ messages)
` [lustre-devel] [PATCH] staging: lustre: Handle nodemask on UMP machines
  `  "

[PATCH v4 0/5] Devicetree support for misc/eeprom/eeprom_93xx46
 2015-12-22  0:30 UTC  (10+ messages)
` [PATCH v4 2/5] Documentation: devicetree: Add DT bindings to eeprom_93xx46 driver
` [PATCH v4 3/5] misc: eeprom_93xx46: Implement eeprom_93xx46 DT bindings
` [PATCH v4 4/5] misc: eeprom_93xx46: Add quirks to support Atmel AT93C46D device
` [PATCH v4 5/5] misc: eeprom_93xx46: Add support for a GPIO 'select' line

[PATCH v2 0/5] Clean up SDMA engine code
 2015-12-22  0:26 UTC  (4+ messages)

[U-Boot] [PATCH] arm: socfpga: cyclone5_socdk: Enable qspiload console command
 2015-12-22  0:24 UTC  (4+ messages)

[U-Boot] [PATCH v4 1/2] usb: Move determination of TT hub address/port into separate function
 2015-12-22  0:24 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/2] usb: musb: Fix hub port setting for SPLIT transactions

[U-Boot] [PATCH v2] usb: dwc2: avoid out of bounds access
 2015-12-22  0:23 UTC  (2+ messages)

[U-Boot] [PATCH v2] usb: Alloc buffer for USB descriptor dynamically
 2015-12-22  0:23 UTC  (2+ messages)

[PATCHSET v4] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2015-12-22  0:22 UTC  (4+ messages)
` [PATCH 3/8] cgroup: implement cgroup_get_from_path() and expose cgroup_put()

[Xenomai] NVIDIA Drivers w/ Xenomai
 2015-12-22  0:22 UTC 

[PATCH] powerpc: warn on spurious irq events (but ratelimited)
 2015-12-22  0:21 UTC  (4+ messages)

[U-Boot] [PATCH] arm: socfpga: Enable ubiload console command
 2015-12-22  0:21 UTC  (3+ messages)

[U-Boot] [PATCH] arm: socfpga: Enable ubi and ubifs support
 2015-12-22  0:20 UTC  (3+ messages)

+ mm-move-lru_to_page-to-mm_inlineh.patch added to -mm tree
 2015-12-22  0:16 UTC 

[PATCH 0/8] ALSA: oxfw: obsolete snd-scs1x with snd-oxfw
 2015-12-22  0:15 UTC  (9+ messages)
` [PATCH 1/8] ALSA: oxfw: add scs1x layer
` [PATCH 2/8] ALSA: oxfw: allocate own address region for SCS.1 series
` [PATCH 3/8] ALSA: oxfw: copy handlers of asynchronous transaction for MIDI capture
` [PATCH 4/8] ALSA: oxfw: add MIDI capture port for SCS.1 models
` [PATCH 5/8] ALSA: oxfw: copy handlers of asynchronous transaction for MIDI playback
` [PATCH 6/8] ALSA: oxfw: add MIDI playback port for SCS.1 models
` [PATCH 7/8] ALSA: oxfw: obsolete scs1x module
` [PATCH 8/8] ALSA: oxfw: add stream format quirk for SCS.1 models

Ideas to do custom operation just after mount?
 2015-12-22  0:14 UTC  (6+ messages)

[PATCH] scripts/oe-selftest: Add support for selftest log with timestamp
 2015-12-22  0:11 UTC  (2+ messages)

[PATCH] network: Fix use-after-free caused by Scan() in poor reception
 2015-12-22  0:10 UTC  (2+ messages)

[PATCH 0/6] linux-yocto: consolidate pull request
 2015-12-22  0:08 UTC  (7+ messages)
` [PATCH 2/6] lttng-modules: fix build issue against kernel 4.4

[PATCH 1/3] ata: sata_dwc_460ex: use "dmas" DT property to find dma channel
 2015-12-22  0:08 UTC  (23+ messages)

[PATCH] libdrm: Upgrade to 2.4.65
 2015-12-22  0:05 UTC  (2+ messages)

[PATCH] comedi/comedilib.h: cleanup coding style
 2015-12-22  0:02 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.