All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-03 17:06:28 to 2016-09-03 22:37:48 UTC [more...]

[PATCH v7 0/4] the fix for the USB HOST1 at rk3288 platform
 2016-09-03 22:08 UTC  (12+ messages)
` [PATCH v7 1/4] phy: Add reset callback
` [PATCH v7 2/4] phy: rockchip-usb: use rockchip_usb_phy_reset to reset phy during wakeup
` [PATCH v7 3/4] usb: dwc2: assert phy reset when waking up in rk3288 platform
` [PATCH v7 4/4] ARM: dts: rockchip: Point rk3288 dwc2 usb at the full PHY reset

[Buildroot] [PATCH] manual: get rid of the lists of packages
 2016-09-03 22:36 UTC  (2+ messages)

[Bug 97588] New: Disconnecting/Reconnecting monitor results in 'laggy' graphics and disappearing mouse cursor
 2016-09-03 22:36 UTC  (13+ messages)
  ` [Bug 97588] "

[PATCH] arch: all: include: asm: bitops: Use bool instead of int for all bit test functions
 2016-09-03 22:36 UTC  (8+ messages)
      ` cmsg newgroup alt.sex.fetish.bool (was Re: [PATCH] arch: all: include: asm: bitops: Use bool instead of int for all bit test functions)

Fixup of a fixup not working right
 2016-09-03 22:33 UTC  (5+ messages)

[PATCH 1/2] Staging: comedi: ni_daq_dio24.c: Fix block comments use * on subsequent lines
 2016-09-03 22:26 UTC  (2+ messages)
` [PATCH 2/2] Staging: comedi: pcl726.c, ni_670x.c: Fix warnings and check

Possible code defects: macros and precedence
 2016-09-03 22:20 UTC  (3+ messages)
  ` [PATCH] checkpatch: Add a --strict test for macro argument reuse "

[ndctl PATCH 0/2] ndctl: add support for HPE type N SMART health data
 2016-09-03 22:15 UTC  (3+ messages)
` [ndctl PATCH 2/2] ndctl, util: add support for HPE DSM SMART interfaces

[PATCH v2 02/23] spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer
 2016-09-03 22:15 UTC  (5+ messages)

[Documentation] State of CPU controller in cgroup v2
 2016-09-03 22:05 UTC  (12+ messages)

[bcachefs] BUG: soft lockup - CPU#0 stuck for 22s! [bch_copygc_read:5328]
 2016-09-03 21:57 UTC  (2+ messages)

[Bug 97524] Invalid sampler settings cause full GPU reset
 2016-09-03 21:55 UTC  (4+ messages)

[PATCH 0/3] Add R8A7792/Blanche CAN support
 2016-09-03 21:50 UTC  (9+ messages)
` [PATCH] ARM: dts: wheat: add "
` [PATCH] ARM: dts: wheat: add SDHI0 support

Literate programming with git
 2016-09-03 21:30 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 00/34] cmpxchg-based emulation of atomics
 2016-09-03 21:26 UTC  (37+ messages)
` [Qemu-devel] [PATCH v3 01/34] atomics: add atomic_xor
` [Qemu-devel] [PATCH v3 02/34] atomics: add atomic_op_fetch variants
` [Qemu-devel] [PATCH v3 03/34] exec: Avoid direct references to Int128 parts
` [Qemu-devel] [PATCH v3 04/34] int128: Use __int128 if available
` [Qemu-devel] [PATCH v3 05/34] int128: Add int128_make128
` [Qemu-devel] [PATCH v3 06/34] tcg: Add EXCP_ATOMIC
` [Qemu-devel] [PATCH v3 07/34] HACK: Always enable parallel_cpus
` [Qemu-devel] [PATCH v3 08/34] cputlb: Replace SHIFT with DATA_SIZE
` [Qemu-devel] [PATCH v3 09/34] cputlb: Move probe_write out of softmmu_template.h
` [Qemu-devel] [PATCH v3 10/34] cputlb: Remove includes from softmmu_template.h
` [Qemu-devel] [PATCH v3 11/34] cputlb: Move most of iotlb code out of line
` [Qemu-devel] [PATCH v3 12/34] cputlb: Tidy some macros
` [Qemu-devel] [PATCH v3 13/34] tcg: Add atomic helpers
` [Qemu-devel] [PATCH v3 14/34] tcg: Add atomic128 helpers
` [Qemu-devel] [PATCH v3 15/34] tcg: Add CONFIG_ATOMIC64
` [Qemu-devel] [PATCH v3 16/34] target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
` [Qemu-devel] [PATCH v3 17/34] target-i386: emulate LOCK'ed OP instructions using atomic helpers
` [Qemu-devel] [PATCH v3 18/34] target-i386: emulate LOCK'ed INC using atomic helper
` [Qemu-devel] [PATCH v3 19/34] target-i386: emulate LOCK'ed NOT "
` [Qemu-devel] [PATCH v3 20/34] target-i386: emulate LOCK'ed NEG using cmpxchg helper
` [Qemu-devel] [PATCH v3 21/34] target-i386: emulate LOCK'ed XADD using atomic helper
` [Qemu-devel] [PATCH v3 22/34] target-i386: emulate LOCK'ed BTX ops using atomic helpers
` [Qemu-devel] [PATCH v3 23/34] target-i386: emulate XCHG using atomic helper
` [Qemu-devel] [PATCH v3 24/34] target-i386: remove helper_lock()
` [Qemu-devel] [PATCH v3 25/34] tests: add atomic_add-bench
` [Qemu-devel] [PATCH v3 26/34] target-arm: Rearrange aa32 load and store functions
` [Qemu-devel] [PATCH v3 27/34] target-arm: emulate LL/SC using cmpxchg helpers
` [Qemu-devel] [PATCH v3 28/34] target-arm: emulate SWP with atomic_xchg helper
` [Qemu-devel] [PATCH v3 29/34] target-arm: emulate aarch64's LL/SC using cmpxchg helpers
` [Qemu-devel] [PATCH v3 30/34] linux-user: remove handling of ARM's EXCP_STREX
` [Qemu-devel] [PATCH v3 31/34] linux-user: remove handling of aarch64's EXCP_STREX
` [Qemu-devel] [PATCH v3 32/34] target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
` [Qemu-devel] [PATCH v3 33/34] target-alpha: Introduce MMU_PHYS_IDX
` [Qemu-devel] [PATCH v3 34/34] target-alpha: Emulate LL/SC using cmpxchg helpers

[PATCH v3 0/4] net: smsc911x: Move phy and interrupt config
 2016-09-03 21:19 UTC  (6+ messages)
` [PATCH 2/4] net: smsc911x: Fix register_netdev, phy startup, driver unload ordering
` [PATCH 4/4] net: smsc911x: Move interrupt allocation to open/stop

[Bug 93649] [radeonsi] Graphics lockup while playing tf2
 2016-09-03 21:23 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2016-09-02
 2016-09-03 21:23 UTC  (6+ messages)

iio channel sync
 2016-09-03 20:52 UTC  (4+ messages)

[PATCH v2 0/3] Add Platform MHU mailbox driver for Amlogic GXBB
 2016-09-03 20:45 UTC  (6+ messages)

[PATCH 1/2] Staging: comedi: ni_daq_dio24.c: Fix block comments use * on subsequent lines
 2016-09-03 20:42 UTC  (3+ messages)
` [PATCH 2/2] Staging: comedi: ni_670x.c: Fix warnings and check

[PATCH] unicore32-pm: Use kmalloc_array() in puv3_pm_init()
 2016-09-03 20:40 UTC  (2+ messages)

Cost in sym vs. sym@plt
 2016-09-03 20:40 UTC  (3+ messages)

profiling Firefox, no perf-<PID>.map file
 2016-09-03 20:37 UTC  (2+ messages)

[Qemu-devel] [PATCH] linux-user: Use correct offset of tuc_stack in ARM do_sigframe_return_v2
 2016-09-03 20:30 UTC  (2+ messages)

[U-Boot] Building u-boot.imx and SPL simultaneously
 2016-09-03 20:27 UTC  (7+ messages)

[meta-fsl-arm PATCH v2 00/16] Machine overrides extender - reduce code duplication
 2016-09-03 20:23 UTC  (9+ messages)

[Bug 97249] R290x combined with Mg279q, Dp link fail in ubuntu, in multihead setup
 2016-09-03 20:16 UTC  (2+ messages)
` [Bug 97249] R290x combined with Mg279q, Dp link fail in ubuntu-multihead setup

[PATCH] vsp1: add R8A7792 VSP1V support
 2016-09-03 20:11 UTC  (3+ messages)

[PATCH v3 0/7] arm64: clean up early boot function calls
 2016-09-03 20:08 UTC  (3+ messages)
` [PATCH v3 1/7] arm64: kernel: fix style issues in sleep.S

[PATCH] Btrfs: fix file loss caused by fsync after rename and new inode
 2016-09-03 20:05 UTC  (4+ messages)
` [PATCH v2] Btrfs: fix file/data "

[PATCH] kbuild/builddeb: Fix !CONFIG_GCC_PLUGINS build
 2016-09-03 19:58 UTC 

[PATCH 1/9] staging: sm750fb: fix line length coding style issue in ddk750_chip.c
 2016-09-03 19:57 UTC  (6+ messages)

[PATCH 01/15 v2] iio: accel: kxsd9: Fix scaling bug
 2016-09-03 19:30 UTC  (14+ messages)
` [PATCH 02/15 v2] iio: accel: kxsd9: Split out transport mechanism
` [PATCH 03/15 v2] iio: accel: kxsd9: split out a common remove() function
` [PATCH 04/15 v2] iio: accel: kxsd9: Split out SPI transport
` [PATCH 05/15 v2] iio: accel: kxsd9: Do away with the write2 helper

[PATCH v4] iio: humidity: hdc100x: add triggered buffer support for HDC100X
 2016-09-03 19:37 UTC  (2+ messages)

[PATCH] [PATCH] Staging: comedi: ni_daq_dio24.c: Fix block comments use * on subsequent lines
 2016-09-03 19:18 UTC 

[PATCH v3 0/4] add support for Allwinner SoCs ADC
 2016-09-03 19:32 UTC  (12+ messages)
` [PATCH v3 1/4] hwmon: iio_hwmon: delay probing with late_initcall

[PATCH] Staging: comedi: ni_daq_dio24.c: Fix block comments use * on subsequent lines
 2016-09-03 19:25 UTC 

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2016-09-03_15-00-47
 2016-09-03 19:24 UTC 

tty, fbcon: use-after-free in fbcon_invert_region
 2016-09-03 19:20 UTC  (2+ messages)

Preventing the kernel to perform i/o on plugged in HDD
 2016-09-03 19:20 UTC 

[PATCH V4] leds: trigger: Introduce an USB port trigger
 2016-09-03 19:12 UTC  (2+ messages)

Source code review around jump label usage
 2016-09-03 19:02 UTC  (7+ messages)
` [PATCH 0/2] tile-module: Fine-tuning for module_alloc()
  ` [PATCH 1/2] tile-module: Use kmalloc_array() in module_alloc()
  ` [PATCH 2/2] tile-module: Rename jump labels "

Cannot get EFI Pstore to work but there is no indication of what is wrong
 2016-09-03 18:56 UTC 

[Buildroot] [git commit] package/dosfstools: Fix undefined PATH_MAX under musl
 2016-09-03 18:53 UTC 

[Buildroot] [PATCH] lxc: revive "drop-werror" patch
 2016-09-03 18:53 UTC  (2+ messages)

[Bug 97119] screen flickerin under KDE when compositor was dis- and reenabled
 2016-09-03 18:47 UTC 

nf_conntrack_max
 2016-09-03 18:47 UTC  (6+ messages)

[Buildroot] [git commit] lxc: revive "drop-werror" patch
 2016-09-03 18:42 UTC 

PROBLEM: i2c_hid: probe of i2c-ELAN0732:00 failed with error -61
 2016-09-03 18:33 UTC 

[OpenRISC] 700k unique visits for 100 usd, limited time offer
 2016-09-03 18:41 UTC 

[PATCHv3 00/10] rcar-vin: clean up and prepare for Gen3
 2016-09-03 18:38 UTC  (9+ messages)
` [PATCHv3 04/10] [media] rcar-vin: rename entity to digital
` [PATCHv3 05/10] [media] rcar-vin: return correct error from platform_get_irq()
` [PATCHv3 06/10] [media] rcar-vin: do not use v4l2_device_call_until_err()
` [PATCHv3 09/10] [media] rcar-vin: rework how subdeivce is found and bound

fs, tty: WARNING in devpts_get_priv
 2016-09-03 18:24 UTC  (5+ messages)

Asus N551JM screen brightness keys fn+F5/F6 don't work unless using kernel parameter acpi_osi=
 2016-09-03 18:27 UTC 

[PATCH v2 2/5] firmware: annotate thou shalt not request fw on init or probe
 2016-09-03 18:10 UTC  (16+ messages)
          ` [RFC] fs: add userspace critical mounts event support

[Bug 97585] Genymotion won't start on 12.1
 2016-09-03 18:14 UTC  (2+ messages)

[WireGuard] blog post 1 of 3 on wireguard
 2016-09-03 18:20 UTC 

[PATCH] leds: oneshot - Allow default delay to be passed as an argument
 2016-09-03 18:12 UTC  (3+ messages)

[PATCH 0/9] The final building block for a faster rebase -i
 2016-09-03 18:03 UTC  (3+ messages)
` [PATCH 9/9] rebase -i: rearrange fixup/squash lines using the rebase--helper

[Buildroot] [PATCH 1/2] websocketpp: new package
 2016-09-03 18:00 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] cpprestsdk: "

[RESEND PATCH v4 0/3] mfd: tps65217: Add power-button and IRQ support
 2016-09-03 17:53 UTC  (3+ messages)
` [RESEND PATCH v4 3/3] Input: Add tps65217 power button driver

[PATCH v7 0/4] Add Mediated device support
 2016-09-03 17:47 UTC  (16+ messages)
    ` [Qemu-devel] "
                      ` [libvirt] "
                          ` [Qemu-devel] [libvirt] "
                            `  "

[Cocci] Detecting undefined behavior with Coccinelle
 2016-09-03 17:46 UTC  (5+ messages)

[PATCH] Input: gpio-keys-polled: don't use unit-address with button nodes
 2016-09-03 17:39 UTC  (2+ messages)

[PATCH] wcn36xx: Implement print_reg indication
 2016-09-03 17:36 UTC  (2+ messages)
`  "

[PATCH 4/5] staging: ks7010: Fix warnings on printk() usage
 2016-09-03 17:21 UTC 

[PATCH] ath9k: bring back direction setting in ath9k_{start_stop}
 2016-09-03 17:35 UTC  (4+ messages)
`  "
  ` [ath9k-devel] "

[PATCH 3/5] staging: ks7010: Remove redundant null pointer check prior to kfree()
 2016-09-03 17:21 UTC 

[PATCH v4 0/4] Add support for cros-ec-sensors
 2016-09-03 17:21 UTC  (18+ messages)
` [PATCH v4 1/4] iio: cros_ec_sensors_core: Add common functions for the ChromeOS EC Sensor Hub
` [PATCH v4 2/4] iio: cros_ec_sensors: add ChromeOS EC Contiguous Sensors driver
` [PATCH v4 4/4] platform/chrome: cros_ec_dev - Register cros-ec sensors

[PATCH 2/5] staging: ks7010:Fix warning on return for void functions
 2016-09-03 17:15 UTC 

Debian kernel 4.7.2-1 build on Sid and Jessie fails
 2016-09-03 17:30 UTC  (3+ messages)

[PATCH net-next v21 0/4] openvswitch: add 802.1ad support
 2016-09-03 17:30 UTC  (4+ messages)
` [PATCH net-next v21 3/4] openvswitch: 802.1AD Flow handling, actions, vlan parsing, netlink attributes

[PATCH 1/3] iio: trigger: helpers to determine own trigger
 2016-09-03 17:24 UTC  (2+ messages)

[PATCH 5/5] staging: ks7010: Fix missing blankline after declarations
 2016-09-03 17:22 UTC 

[U-Boot] [PATCH v2 0/7] Adds support for secure boot on Keystone SoCs (K2E)
 2016-09-03 17:23 UTC  (5+ messages)

[PATCH v2 00/15] PCI: rockchip: Cleanups against v10
 2016-09-03 17:17 UTC  (5+ messages)

[PATCH v5 0/7] drm: add simpledrm driver
 2016-09-03 17:15 UTC  (4+ messages)
` [PATCH v5 7/7] drm/simpledrm: add fbdev fallback support

[Qemu-devel] [Qemu-ppc] [PATCH RFC 0/4] Enable MTTCG on PowerPC
 2016-09-03 17:13 UTC  (4+ messages)

[PATCH] [media] cx24120: do not allow an invalid delivery system types
 2016-09-03 17:04 UTC 


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.