All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-13 06:34:31 to 2017-12-13 07:21:08 UTC [more...]

[PATCH V8 0/7] dmaengine: qcom_hidma: add support for bugfixed HW
 2017-12-13  7:20 UTC  (23+ messages)
` [PATCH V8 1/7] Documentation: DT: qcom_hidma: Bump HW revision for the "
  ` [V8,1/7] "
` [PATCH V8 2/7] ACPI / bus: Introduce acpi_get_match_data() function
  ` [V8,2/7] "
` [PATCH V8 3/7] device property: Introduce a common API to fetch device match data
  ` [V8,3/7] "
` [PATCH V8 4/7] OF: properties: Implement get_match_data() callback
  ` [V8,4/7] "
` [PATCH V8 5/7] ACPI: "
  ` [V8,5/7] "
` [PATCH V8 6/7] dmaengine: qcom_hidma: Add support for the new revision
  ` [V8,6/7] "
` [PATCH V8 7/7] dmaengine: qcom_hidma: Add identity register support
  ` [V8,7/7] "

[Buildroot] [git commit] motion: bump to version 4.1.1
 2017-12-13  7:21 UTC 

[PATCH 00/39] convert examples to new ethdev offloads API
 2017-12-13  7:21 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 05/39] examples/l3fwd: move to "

[Buildroot] [PATCH] mpd: add upstream patch to fix build with libupnp 1.6.24
 2017-12-13  7:20 UTC  (2+ messages)

[Buildroot] [git commit] mpd: add upstream patch to fix build with libupnp 1.6.24
 2017-12-13  7:20 UTC 

[Buildroot] [PATCH 1/1] package/vlc: security bump to version 2.2.8
 2017-12-13  7:20 UTC  (2+ messages)

[U-Boot] [PATCH v2 01/78] mpc8308rdb: Fix style violation
 2017-12-13  7:19 UTC  (78+ messages)
` [U-Boot] [PATCH v2 02/78] mpc83xx: spd_sdram: Fix whitespace style violations
` [U-Boot] [PATCH v2 03/78] mpc83xx: spd_sdram: Fix "
` [U-Boot] [PATCH v2 04/78] include: dm: Fix 'devioe'/'devuce' typos
` [U-Boot] [PATCH v2 05/78] lib: fdtdec: Fix whitespace style violations
` [U-Boot] [PATCH v2 06/78] lib: fdtdec: Fix some "
` [U-Boot] [PATCH v2 07/78] core: ofnode: Fix "
` [U-Boot] [PATCH v2 08/78] core: read: "
` [U-Boot] [PATCH v2 09/78] core: Add {ofnode, dev}_translate_address functions
` [U-Boot] [PATCH v2 10/78] core: Make device_is_compatible live-tree compatible
` [U-Boot] [PATCH v2 11/78] clk: clk-uclass: Fix style violations
` [U-Boot] [PATCH v2 12/78] clk: clk_fixed_rate: Fix style violation
` [U-Boot] [PATCH v2 13/78] clk: Remove superfluous gd declarations
` [U-Boot] [PATCH v2 14/78] spi: Fix style violation and improve code
` [U-Boot] [PATCH v2 15/78] spi: Remove obsolete spi_base_setup_slave_fdt
` [U-Boot] [PATCH v2 16/78] spi: Remove spi_flash_probe_fdt
` [U-Boot] [PATCH v2 17/78] spi: Remove spi_setup_slave_fdt
` [U-Boot] [PATCH v2 18/78] spi: Remove CONFIG_OF_SPI_FLASH
` [U-Boot] [PATCH v2 19/78] spi: sf_probe: Fix style violations
` [U-Boot] [PATCH v2 20/78] spi: spi-uclass: "
` [U-Boot] [PATCH v2 21/78] sf_probe: Merge spi_flash_probe_tail into spi_flash_probe
` [U-Boot] [PATCH v2 22/78] net: tsec: Fix style violations
` [U-Boot] [PATCH v2 23/78] net: tsec: Fix memory leak in error path
` [U-Boot] [PATCH v2 24/78] net: tsec: Make live-tree compatible
` [U-Boot] [PATCH v2 25/78] i2c: fsl_i2c: Fix style violations
` [U-Boot] [PATCH v2 26/78] i2c: fsl_i2c: Remove inline declarations
` [U-Boot] [PATCH v2 27/78] i2c: fsl_i2c: Make live-tree compatible
` [U-Boot] [PATCH v2 28/78] gpio: pca953x_gpio: Fix style violations
` [U-Boot] [PATCH v2 29/78] gpio: pca953x_gpio: Make live-tree compatible
` [U-Boot] [PATCH v2 30/78] serial: ns16550: Fix style violation
` [U-Boot] [PATCH v2 31/78] gdsys: Post ppc4xx removal cleanup
` [U-Boot] [PATCH v2 32/78] net: phy: marvell: Fix style violations
` [U-Boot] [PATCH v2 33/78] net: phy: marvell 88e151x: Fix handling of bare RGMII interface type
` [U-Boot] [PATCH v2 34/78] cfi_flash: Fix space between function name and parenthesis
` [U-Boot] [PATCH v2 35/78] cfi_flash: Fix style of pointer declarations
` [U-Boot] [PATCH v2 36/78] cfi_flash: Fix Parenthesis spacing
` [U-Boot] [PATCH v2 37/78] cfi_flash: Fix whitespace with casting
` [U-Boot] [PATCH v2 38/78] cfi_flash: Fix indent of case statements
` [U-Boot] [PATCH v2 39/78] cfi_flash: Fix spacing around casts/operators
` [U-Boot] [PATCH v2 40/78] cfi_flash: Fix missing/superfluous lines
` [U-Boot] [PATCH v2 41/78] cfi_flash: Remove braces for single-statement blocks
` [U-Boot] [PATCH v2 42/78] cfi_flash: Fix logical continuations
` [U-Boot] [PATCH v2 43/78] cfi_flash: Use __func__ macro instead of function name
` [U-Boot] [PATCH v2 44/78] cfi_flash: Fix comment style
` [U-Boot] [PATCH v2 45/78] cfi_flash: Remove unnecessary braces
` [U-Boot] [PATCH v2 46/78] cfi_flash: Add missing braces in blocks
` [U-Boot] [PATCH v2 47/78] cfi_flash: Fix spelling of "Unknown"
` [U-Boot] [PATCH v2 48/78] cfi_flash: Fix else after break
` [U-Boot] [PATCH v2 49/78] cfi_flash: Fix placement of brace
` [U-Boot] [PATCH v2 50/78] cfi_flash: Remove return from void function
` [U-Boot] [PATCH v2 51/78] cfi_flash: Remove assignments from if conditions
` [U-Boot] [PATCH v2 52/78] cfi_flash: Use u8 pointers instead of void pointers
` [U-Boot] [PATCH v2 53/78] cfi_flash: Fix strings split across lines
` [U-Boot] [PATCH v2 54/78] cfi_flash: Rename camel-case variables
` [U-Boot] [PATCH v2 55/78] flash: Fix spelling of "ERR_TIMOUT"
` [U-Boot] [PATCH v2 56/78] cfi_flash: Bound-check index before array access
` [U-Boot] [PATCH v2 57/78] cfi_flash: Fix long lines
` [U-Boot] [PATCH v2 58/78] cfi_flash: Fix indention
` [U-Boot] [PATCH v2 59/78] cfi_flash: Always define cfi_flash_num_flash_banks
` [U-Boot] [PATCH v2 60/78] mtd: cfi_flash: Make live-tree compatible
` [U-Boot] [PATCH v2 61/78] gpio: mpc85xx_gpio: Fix style violations
` [U-Boot] [PATCH v2 62/78] gpio: mpc85xx: Rename driver file to mpc8xxx
` [U-Boot] [PATCH v2 63/78] gpio: mpc8xxx: Rename Kconfig option, structures, and functions
` [U-Boot] [PATCH v2 64/78] gpio: mpc8xxx: Make compatible with more SoCs
` [U-Boot] [PATCH v2 65/78] mpc83xx: Prepare usage of DM gpio driver
` [U-Boot] [PATCH v2 66/78] gpio: mpc8xxx: Make live-tree compatible
` [U-Boot] [PATCH v2 67/78] cmd: mdio: Fix style violations
` [U-Boot] [PATCH v2 68/78] common: board_f: "
` [U-Boot] [PATCH v2 69/78] common: board_r: "
` [U-Boot] [PATCH v2 70/78] gdsys: mpc8308: "
` [U-Boot] [PATCH v2 71/78] gdsys: mpc8308: Use shadow register for output GPIO values
` [U-Boot] [PATCH v2 72/78] strider, hrcon: Reset CAT phy on CON2 module
` [U-Boot] [PATCH v2 73/78] gdsys:phy: Adapt fixup_88e1518() to latest Release Notes
` [U-Boot] [PATCH v2 74/78] phy: Fix style violations
` [U-Boot] [PATCH v2 75/78] i2c: ihs_i2c: Prepare DM conversion
` [U-Boot] [PATCH v2 76/78] i2c: ihs_i2c: Make DM compatible
` [U-Boot] [PATCH v2 77/78] i2c: ihs_i2c: Factor out send_buffer method
` [U-Boot] [PATCH v2 78/78] clk: Makefile: Sort entries alphabetically

About ASoC DAIs cleanup
 2017-12-13  7:19 UTC 

[PATCH] drm/amdgpu: add enumerate for PDB/PTB
 2017-12-13  7:19 UTC 

[Buildroot] [git commit] package/vlc: security bump to version 2.2.8
 2017-12-13  7:18 UTC 

[PATCH] security: fix enum start value
 2017-12-13  7:15 UTC 

[U-Boot] [PATCH v2] configs: sunxi: Drop FASTBOOT_FLASH
 2017-12-13  7:18 UTC 

[Buildroot] [PATCH 1/1] package/ffmpeg: bump version to 3.4.1
 2017-12-13  7:18 UTC  (2+ messages)

[PATCH] btrfs: Remove pair of bio_get/put in btrfs_schedule_bio
 2017-12-13  7:18 UTC  (5+ messages)

[PATCH -mm] mm, swap: Fix race between swapoff and some swap operations
 2017-12-13  7:15 UTC  (10+ messages)

AMD WX7100 screen display problem on AArch64 architecture server
 2017-12-13  7:14 UTC 

[PATCH] iommu/vt-d: Fix shift overflow in qi_flush_dev_iotlb
 2017-12-13  7:13 UTC  (3+ messages)

[PATCH] brcmfmac: fix CLM load error for legacy chips when user helper is enabled
 2017-12-13  7:13 UTC  (3+ messages)

About the try to remove cross-release feature entirely by Ingo
 2017-12-13  7:13 UTC  (3+ messages)

[PATCH v9] x86/altp2m: support for setting restrictions for an array of pages
 2017-12-13  7:12 UTC 

[PATCH 1/3] net/sfc: stop periodic DMA if MAC stats upload fails
 2017-12-13  7:12 UTC  (3+ messages)
` [PATCH 2/3] net/sfc: fix multicast address list copy memory leak
` [PATCH 3/3] net/sfc: fix DMA memory leak after kvarg processing failure

[PATCH v3] perf evsel: Enable ignore_missing_thread for pid option
 2017-12-13  7:01 UTC  (2+ messages)

[Buildroot] [PATCH 00/11] Switch SITE to https for python packages
 2017-12-13  7:10 UTC  (2+ messages)

[Buildroot] [git commit] package/python-wsaccel:switch SITE to https
 2017-12-13  7:10 UTC 

[Buildroot] [git commit] package/python-versiontools: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-ujson: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-shutilwhich: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-pytrie: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-pynacl: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-pyasn-modules: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-ipaddr: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-cheetah: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-characteristic: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] package/python-keyring: switch SITE to https
 2017-12-13  7:09 UTC 

[Buildroot] [git commit] DEVELOPERS: re-assign libiio to Paul Cercueil's personal address
 2017-12-13  7:07 UTC 

[PATCH] vfio: Simplify capability helper
 2017-12-13  7:01 UTC  (4+ messages)

Is it possible to set QCA6174A as repeater in the same network?
 2017-12-13  7:05 UTC 

[Qemu-devel] [RFC PATCH] vhost-user: quit infinite loop while used memslots is more than the backend limit
 2017-12-13  7:04 UTC 

[Qemu-devel] [Bug 1716028] Re: qemu 2.10 locks images with no feature flag
 2017-12-13  6:52 UTC 

[Buildroot] [autobuild.buildroot.net] Build results for 2017-12-12
 2017-12-13  7:00 UTC 

[PATCH] KVM: arm/arm64: don't set vtimer->cnt_ctl in kvm_arch_timer_handler
 2017-12-13  7:00 UTC  (2+ messages)

How to restrict SCTP abort during a process crash
 2017-12-13  6:58 UTC  (2+ messages)

[v3 PATCH 0/3] powernv-cpufreq: Multiple pstate related fixes
 2017-12-13  6:57 UTC  (4+ messages)
` [v3 PATCH 1/3] powernv-cpufreq: Add helper to extract pstate from PMSR
` [v3 PATCH 2/3] powernv-cpufreq: Fix pstate_to_idx() to handle non-continguous pstates
` [v3 PATCH 3/3] powernv-cpufreq: Treat pstates as opaque 8-bit values

[RFC PATCH 0/9] ethtool netlink interface (WiP)
 2017-12-13  6:57 UTC  (5+ messages)
` [RFC PATCH 5/9] ethtool: implement GET_DRVINFO message

[GIT PULL 1/2] Rockchip dts32 fixes for 4.15
 2017-12-13  6:57 UTC  (4+ messages)
` [GIT PULL 2/2] Rockchip dts64 "

[Qemu-devel] [Bug 1737883] [NEW] Cannot boot FreeBSD on versatilepb machine
 2017-12-13  6:47 UTC 

Ask for help on governor
 2017-12-13  6:55 UTC  (5+ messages)

[Buildroot] [PATCH] wolfssl: new package
 2017-12-13  6:54 UTC  (5+ messages)

[PATCH 0/3] IMC code clean up and refactoring
 2017-12-13  6:53 UTC  (5+ messages)
` [PATCH 1/3] powerpc/perf: Remove thread_imc_pmu global variable from
` [PATCH 2/3] powerpc/perf: IMC code cleanup with some code refactoring

[PATCH v2 0/2] nvmem: efuse support for rk3328
 2017-12-13  6:51 UTC  (6+ messages)
` [PATCH v2 1/2] nvmem: rockchip-efuse: parse 'rockchip,efuse-size'
` [PATCH v2 2/2] nvmem: rockchip-efuse: add support for rk3328-efuse

[PATCH 0/4] usb: renesas_usbhs: add extcon notifier for non-otg channel
 2017-12-13  6:47 UTC  (9+ messages)
` [PATCH 1/4] usb: renesas_usbhs: Add a function to write the UGCTRL2 register
  ` [1/4] "
` [PATCH 2/4] usb: renesas_usbhs: add a new callback for extcon notifier
  ` [2/4] "
` [PATCH 3/4] usb: renesas_usbhs: set the mode by using extcon state for non-otg channel
  ` [3/4] "
` [PATCH 4/4] usb: renesas_usbhs: add extcon notifier to set mode "
  ` [4/4] "

[PATCH] powerpc/perf: Fix kfree memory allocated for nest pmus
 2017-12-13  6:49 UTC  (2+ messages)

[PATCH 4.14 000/164] 4.14.6-stable review
 2017-12-13  6:48 UTC  (3+ messages)

[PATCH 0/6] blk-mq: fix race related with device deletion/reset/switching sched
 2017-12-13  6:43 UTC  (6+ messages)
` [PATCH 6/6] nvme: remove .init_request callback

regulatory.db file for ath10k
 2017-12-13  6:32 UTC 

[PATCH v2 2/2] examples/ipsec-secgw: add target queues in flow actions
 2017-12-13  6:41 UTC  (7+ messages)
` [PATCH v3 "

[Qemu-devel] [Bug 1737882] [NEW] QEMU Zaurus cannot boot 2.4.x kernels
 2017-12-13  6:35 UTC 

selftests: net: config: need extra kernel config fragments ?
 2017-12-13  6:39 UTC 

[PATCH v2 00/11] ASoC: fsl_ssi: Clean up - coding style level
 2017-12-13  6:34 UTC  (14+ messages)
` [PATCH v2 01/11] ASoC: fsl_ssi: Rename fsl_ssi_private to fsl_ssi
` [PATCH v2 02/11] ASoC: fsl_ssi: Cache pdev->dev pointer
` [PATCH v2 05/11] ASoC: fsl_ssi: Refine indentations and wrappings
` [PATCH v2 06/11] ASoC: fsl_ssi: Refine printk outputs
` [PATCH v2 08/11] ASoC: fsl_ssi: Rename scr_val to scr
` [PATCH v2 09/11] ASoC: fsl_ssi: Replace fsl_ssi_rxtx_reg_val with fsl_ssi_regvals
` [PATCH v2 10/11] ASoC: fsl_ssi: Rename i2smode to i2s_net
` [PATCH v2 11/11] ASoC: fsl_ssi: Define ternary macros to simplify code


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.