All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-04 18:49:26 to 2017-07-04 20:04:58 UTC [more...]

[PATCH v5 0/6] ARM: sunxi: Convert sun4i/sun7i series SoCs to sunxi-ng CCU
 2017-07-04 20:04 UTC  (11+ messages)
  ` [PATCH v5 1/6] clk: sunxi-ng: div: Add support for fixed post-divider
  ` [PATCH v5 2/6] clk: sunxi-ng: Add sun4i/sun7i CCU driver
  ` [PATCH v5 3/6] dt-bindings: List devicetree binding for the CCU of Allwinner A20

Why doesn't merge fail if message has only sign-off?
 2017-07-04 20:03 UTC  (3+ messages)

Help needed for solving a few issues with building git
 2017-07-04 20:00 UTC  (4+ messages)

[PATCH v2 0/2] LACP control packet filtering offload
 2017-07-04 19:56 UTC  (8+ messages)
` [PATCH v3 0/4] LACP control packet filtering acceleration
  ` [PATCH v3 2/4] net/bond: use ptype flags for LACP rx filtering
  ` [PATCH v3 3/4] net/bond: dedicated hw queues for LACP control traffic
  ` [PATCH v3 4/4] app/test-pmd: add cmd for dedicated LACP rx/tx queues

Truncating HEAD reflog on branch move
 2017-07-04 19:58 UTC  (11+ messages)

[PATCH 1/3] iio: adc: mcp3422: Changing initial channel
 2017-07-04 19:57 UTC  (9+ messages)
` [PATCH 2/3] iio: adc: mcp3422: Checking for error on probe

[Buildroot] [PATCH v6 00/10] Make the SDK relocatable
 2017-07-04 19:54 UTC  (3+ messages)

[PATCH v8] drm/sun4i: hdmi: Implement I2C adapter for A10s DDC bus
 2017-07-04 19:54 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] fix the boot issue of Rockchip RK3036
 2017-07-04 19:54 UTC  (2+ messages)

[PATCH v3 0/8] PM / Domains: Bunch of small improvements and fixes
 2017-07-04 19:54 UTC  (7+ messages)
` [PATCH v3 2/8] PM / Domains: Handle safely genpd_syscore_switch() call on non-genpd device

(unknown),
 2017-07-04 19:53 UTC 

OOPS new Xen 4.9.0_08 / kernel 4.12.0 Dom0 crash @ domain_crash_sync called from entry.S: fault at ffff82d080342328 entry.o#create_bounce_frame+0x135/0x14d
 2017-07-04 19:54 UTC  (2+ messages)

RISC-V Linux Port v4
 2017-07-04 19:51 UTC  (25+ messages)
` [PATCH 1/9] RISC-V: Init and Halt Code
` [PATCH 2/9] RISC-V: Atomic and Locking Code
` [PATCH 3/9] RISC-V: Generic library routines and assembly
` [PATCH 4/9] RISC-V: ELF and module implementation
` [PATCH 5/9] RISC-V: Task implementation
` [PATCH 6/9] RISC-V: Device, timer, IRQs, and the SBI
` [PATCH 7/9] RISC-V: Paging and MMU
` [PATCH 8/9] RISC-V: User-facing API
` [PATCH 9/9] RISC-V: Build Infastructure

[PATCH v2] iio: Add LTC2471/LTC2473 driver
 2017-07-04 19:51 UTC  (2+ messages)

[U-Boot] [PATCH v1] avr32: Retire AVR32 for good
 2017-07-04 19:50 UTC  (3+ messages)

[U-Boot] [PATCH 00/39] dm: sata: Complete driver-model support for SATA
 2017-07-04 19:49 UTC  (40+ messages)
` [U-Boot] [PATCH 01/39] dm: blk: Add a function to find an interface-type name
` [U-Boot] [PATCH 02/39] dm: blk: Add a generic function for block device commands
` [U-Boot] [PATCH 03/39] dm: sata: Adjust the 'sata' command to use blk_common_cmd()
` [U-Boot] [PATCH 04/39] dm: scsi: Adjust the 'scsi' "
` [U-Boot] [PATCH 05/39] dm: ide: Adjust the 'ide' "
` [U-Boot] [PATCH 06/39] dm: usb: Adjust the 'usb' "
` [U-Boot] [PATCH 07/39] dm: blk: Update return value in blk_create_devicef()
` [U-Boot] [PATCH 08/39] dm: core: Add a comment about the device_remove() flags
` [U-Boot] [PATCH 09/39] dm: sata: dwc_ahsata: Make functions static
` [U-Boot] [PATCH 10/39] dm: sata: dw_sata: Drop dwc_ahsata_rw_ncq_cmd()
` [U-Boot] [PATCH 11/39] dm: sata: dw_sata: Move exported functions to the end
` [U-Boot] [PATCH 12/39] dm: sata: dw_sata: Rename 'probe_ent' to uc_priv
` [U-Boot] [PATCH 13/39] dm: sata: dw_sata: Drop unnecessary casts
` [U-Boot] [PATCH 14/39] dm: sata: dw_sata: Pass uc_priv to internal functions
` [U-Boot] [PATCH 15/39] dm: sata: dw_sata: Drop unnecessary brackets
` [U-Boot] [PATCH 16/39] dm: sata: dw_sata: Sort #include directives
` [U-Boot] [PATCH 17/39] dm: sata: dw_sata: Rename the dwc_ahsata private header
` [U-Boot] [PATCH 18/39] dm: sata: dw_sata: Drop is_ready
` [U-Boot] [PATCH 19/39] dm: sata: dw_sata: More ahci_init_one() futher down
` [U-Boot] [PATCH 20/39] dm: sata: dw_sata: Set up common versions of operations
` [U-Boot] [PATCH 21/39] dm: sata: Support driver model with the 'sata' command
` [U-Boot] [PATCH 22/39] dm: sata: imx: Allow driver model to be used for sata
` [U-Boot] [PATCH 23/39] dm: sata: Update the AHCI uclass to support operations
` [U-Boot] [PATCH 24/39] dm: sata: dwc_ahsata: Add support for driver model
` [U-Boot] [PATCH 25/39] dm: mmc: fsl_esdhc: Pass private data to internal functions
` [U-Boot] [PATCH 26/39] dm: mmc: fsl_esdhc: Set up common versions of operations
` [U-Boot] [PATCH 27/39] dm: mmc: fsl_esdhc: Detect reset failure
` [U-Boot] [PATCH 28/39] dm: mmc: fsl_esdhc: Detect init failure
` [U-Boot] [PATCH 29/39] dm: mmc: fsl_esdhc: Set up platform data
` [U-Boot] [PATCH 30/39] dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()
` [U-Boot] [PATCH 31/39] dm: mmc: fsl_esdhc: Update to support livetree
` [U-Boot] [PATCH 32/39] dm: mmc: fsl_esdhc: Update to support MMC operations
` [U-Boot] [PATCH 33/39] dm: imx: cm_fx6: Support driver model for SATA
` [U-Boot] [PATCH 34/39] dm: imx: cm_fx6: Add device tree for cm_fx6
` [U-Boot] [PATCH 35/39] dm: imx: cm_fx6: Add MMC support for CONFIG_BLK
` [U-Boot] [PATCH 36/39] dm: imx: cm_fx6: Enable more driver model support
` [U-Boot] [PATCH 37/39] dm: imx: Move i.MX devices to use CONFIG_DM_MMC_OPS
` [U-Boot] [PATCH 38/39] dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPS
` [U-Boot] [PATCH 39/39] dm: mmc: Drop CONFIG_DM_MMC_OPS

[PATCH] kthread: Atomically set completion and perform dequeue in __kthread_parkme
 2017-07-04 19:49 UTC  (3+ messages)

[PATCH] Replaced Function name in debug print with %s..., __func__
 2017-07-04 19:47 UTC  (3+ messages)

[U-Boot] [PATCH v1] watchdog: Introduce watchdog driver for Intel Tangier
 2017-07-04 19:48 UTC  (3+ messages)

[PATCH v7 00/10] iio: light: rpr0521
 2017-07-04 19:48 UTC  (5+ messages)
` [PATCH v7 09/10] iio: light: rpr0521 triggered buffer
` [PATCH v7 10/10] iio: light: rpr0521 iio_device_register to devm_

[Buildroot] [PATCH] python-systemd: add new package
 2017-07-04 19:47 UTC 

[PATCH] audit: Reduce overhead using a coarse clock
 2017-07-04 19:41 UTC  (3+ messages)

[Qemu-devel] [RFC 00/29] postcopy+vhost-user/shared ram
 2017-07-04 19:38 UTC  (5+ messages)
` [Qemu-devel] [RFC 24/29] vhost+postcopy: Lock around set_mem_table
` [Qemu-devel] [RFC 25/29] vhu: enable = false on get_vring_base

[distros-debian-snapshot test] 71633: regressions - trouble: blocked/broken/fail/pass
 2017-07-04 19:38 UTC 

[U-Boot] [PATCH 1/2] armv8: apply -mgeneral-regs-only
 2017-07-04 19:38 UTC  (4+ messages)

[PATCH v3 00/12] AC97 device/driver model revamp
 2017-07-04 19:37 UTC  (6+ messages)
` [PATCH v3 02/12] ALSA: ac97: add an ac97 bus

[PATCH] block/Kconfig.iosched: Enable BFQ on DEFAULT_IOSCHED
 2017-07-04 19:34 UTC  (2+ messages)

[U-Boot] [PATCH 00/14] dm: sata: mmc: Convert a sunxi board to driver model for MMC, SATA
 2017-07-04 19:33 UTC  (12+ messages)
` [U-Boot] [PATCH 10/14] dm: mmc: sunxi: Add support for driver model
` [U-Boot] [PATCH 14/14] dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

[PATCH 0/7] Sync fio(1) man page with HOWTO
 2017-07-04 19:33 UTC  (4+ messages)
` [PATCH 1/7] man: sync OPTIONS section "

[U-Boot] [ANN] U-Boot v2017.07-rc2 released
 2017-07-04 19:33 UTC  (10+ messages)

[U-Boot] [PATCH v6] mmc: gen_atmel_mci: add driver model support for mci
 2017-07-04 19:33 UTC  (2+ messages)

[PATCH] iio: adc: Revert "axp288: Drop bogus AXP288_ADC_TS_PIN_CTRL register modifications"
 2017-07-04 19:32 UTC  (4+ messages)

How to trap a real interrupt to EL2 ?
 2017-07-04 19:32 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/15] dm: sata: mmc: Convert a sunxi board to driver model for MMC, SATA
 2017-07-04 19:31 UTC  (16+ messages)
` [U-Boot] [PATCH v2 01/15] ahci: Support non-PCI controllers
` [U-Boot] [PATCH v2 02/15] dm: mmc: Allow disabling driver model in SPL
` [U-Boot] [PATCH v2 03/15] fdt: Correct fdt_get_base_address()
` [U-Boot] [PATCH v2 04/15] dm: scsi: Drop duplicate SCSI and DM_SCSI options
` [U-Boot] [PATCH v2 05/15] dm: ahci: Correct uclass private data
` [U-Boot] [PATCH v2 06/15] dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv
` [U-Boot] [PATCH v2 07/15] dm: mmc: sunxi: Rename mmchost to priv
` [U-Boot] [PATCH v2 08/15] dm: mmc: sunxi: Pass private data around explicitly
` [U-Boot] [PATCH v2 09/15] dm: mmc: sunxi: Drop mmc_clk_io_on()
` [U-Boot] [PATCH v2 10/15] dm: mmc: sunxi: Add support for driver model
` [U-Boot] [PATCH v2 11/15] dm: sunxi: Linksprite_pcDuino3: Correct polarity of MMC card detect
` [U-Boot] [PATCH v2 12/15] dm: scsi: Don't scan the SCSI bus when probing
` [U-Boot] [PATCH v2 13/15] dm: sunxi: sata: Don't build sata support into SPL
` [U-Boot] [PATCH v2 14/15] dm: sata: sunxi: Add support for driver model
` [U-Boot] [PATCH v2 15/15] dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

[GIT PULL 0/2] perf/urgent fixes
 2017-07-04 19:30 UTC  (3+ messages)
` [PATCH 1/2] perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip
` [PATCH 2/2] perf unwind: Do not fail due to missing unwind support

[PATCH] iio: adc: sun4i-gpadc-iio: fix unbalanced irq enable/disable
 2017-07-04 19:30 UTC  (4+ messages)

Re:了解HR的痛点
 2017-07-04 19:31 UTC 

[BUG] checkpatch: false positive storage class location
 2017-07-04 19:29 UTC  (2+ messages)
` [U-Boot] "

[PATCH] docs: Do not include from kernel/rcu/srcu.c
 2017-07-04 19:26 UTC 

[PATCH] iio: accel: st_accel: add SPI-3wire support
 2017-07-04 19:26 UTC  (2+ messages)

[PULL] Docs for 4.13
 2017-07-04 19:24 UTC  (3+ messages)

[PATCH v3 net-next 00/12] bpf: rewrite value tracking in verifier
 2017-07-04 19:22 UTC  (9+ messages)

ath10k QCA988X hw2.0 firmware-5.bin_10.2.4.70.63-2 crash at startup on TP-Link Archer C7 v2 with LEDE Reboot 17.01.2
 2017-07-04 19:20 UTC 

master - test: return 0 if ignoring 'a' device health chars is requested
 2017-07-04 19:20 UTC 

[wsa:renesas/topic/i2c-core-dma 17/20] include/linux/dynamic_debug.h:76:14: error: 'KBUILD_MODNAME' undeclared
 2017-07-04 19:19 UTC 

[Cocci] Matching format strings
 2017-07-04 19:17 UTC  (7+ messages)

[PATCH] hooks: add signature to the top of the commit message
 2017-07-04 19:16 UTC  (6+ messages)
    ` "git intepret-trailers" vs. "sed script" to add the signature

[PATCH 2/2] loopback: bringup 'lo' by default at initialization
 2017-07-04 19:16 UTC 

[PATCH 1/2] ipv4: initialize fib_trie prior to register_netdev_notifier call
 2017-07-04 19:16 UTC 

[PATCH 0/2] bring UP loopback device at initialziation
 2017-07-04 19:16 UTC 

Re:为何总为办公软件不会用而烦恼
 2017-07-04 19:16 UTC 

[Qemu-devel] [PATCH v11 00/29] translate: [tcg] Generic translation framework
 2017-07-04 19:14 UTC  (5+ messages)
` [Qemu-devel] [PATCH v11 04/29] target: [tcg] Add generic "

回复:如何确定目标客户,如何分析需求关系人?
 2017-07-04 19:14 UTC 

[GIT pull] irq updates for 4.13
 2017-07-04 19:10 UTC  (5+ messages)

[PATCH RFC] iio: pressure: zpa2326: report interrupted case as failure
 2017-07-04 19:08 UTC  (3+ messages)

[proposal] making filesystem tools more machine friendly
 2017-07-04 19:07 UTC  (7+ messages)

回复:“准时化”生产模式实现的“零库存”
 2017-07-04 19:06 UTC 

[PATCH] mfd: max8925-i2c: remove unnecessary static in max8925_probe()
 2017-07-04 19:06 UTC 

[Qemu-devel] [Bug 1545052] [NEW] RDMA migration will hang forever if target QEMU fails to load vmstate
 2017-07-04 18:54 UTC  (2+ messages)
` [Qemu-devel] [Bug 1545052] "

[Ksummit-discuss] [MAINTAINERS SUMMIT] & [TECH TOPIC] Improve regression tracking
 2017-07-04 19:03 UTC  (4+ messages)

[PATCH] mm: larger stack guard gap, between vmas
 2017-07-04 19:03 UTC  (11+ messages)

[PATCH v2 1/2] mirrors: Add HTTP mirrors for ftp://sourceware.org
 2017-07-04 17:29 UTC  (2+ messages)
` [PATCH v2 2/2] valgrind: Update 3.12.0 -> 3.13.0

[RFC] clk: inherit display clocks enabled by bootloader
 2017-07-04 19:02 UTC  (3+ messages)

[Buildroot] [PATCH] zstd: add new package
 2017-07-04 19:01 UTC 

[Buildroot] [PATCH] fs/cpio/init: remout / as read-only as a first step
 2017-07-04 19:01 UTC 

[PATCH] nvme-cli : only print help text and return for nvme list -h option
 2017-07-04 18:58 UTC 

[Buildroot] [PATCH 1/3] testing/infra/emulator: allow to specify pexpect timeout
 2017-07-04 18:58 UTC  (3+ messages)
` [Buildroot] [PATCH 2/3] testing/tests/package/test_python: refactor to support better code reuse
` [Buildroot] [PATCH 3/3] testing/tests/package: add basic unit test for IPython

[PATCH v2 0/3] some fixups for MediaTek cpufreq driver
 2017-07-04 18:55 UTC  (12+ messages)
` [PATCH v2 1/3] cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC
` [PATCH v2 2/3] dt-bindings: cpufreq: move MediaTek cpufreq dt-bindings document to proper place
` [PATCH v2 3/3] dt-bindings: cpufreq: enhance MediaTek cpufreq dt-binding document

[PATCH] thermal: imx: interpret fsl,tempmon-data through nvmem
 2017-07-04 18:54 UTC  (3+ messages)

[GIT PULL] Thermal SoC management updates for v4.13-rc1 #1
 2017-07-04 18:49 UTC 

[Qemu-devel] [PATCH 0/5] A bunch of RDMA fixes
 2017-07-04 18:49 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/5] migration/rdma: Fix race on source
` [Qemu-devel] [PATCH 3/5] migration/rdma: Allow cancelling while waiting for wrid
` [Qemu-devel] [PATCH 4/5] migration/rdma: Safely convert control types
` [Qemu-devel] [PATCH 5/5] migration/rdma: Send error during cancelling


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.