All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-14 18:23:24 to 2016-04-14 19:17:33 UTC [more...]

[PATCH v5 00/24] pwm: add support for atomic update
 2016-04-14 19:17 UTC  (56+ messages)
` [PATCH v5 01/24] pwm: introduce the pwm_args concept
` [PATCH v5 02/24] pwm: use pwm_get/set_xxx() helpers where appropriate
` [PATCH v5 03/24] clk: pwm: use pwm_get_args() "
` [PATCH v5 04/24] hwmon: pwm-fan: "
` [PATCH v5 05/24] input: misc: max77693: "
` [PATCH v5 06/24] leds: pwm: "
` [PATCH v5 07/24] regulator: "
` [PATCH v5 08/24] fbdev: ssd1307fb: "
` [PATCH v5 09/24] backlight: pwm_bl: "
` [PATCH v5 10/24] backlight: lp8788: explicitly apply PWM config extracted from pwm_args
` [PATCH v5 11/24] backlight: lp855x: "
` [PATCH v5 12/24] backlight: lm3630a: "
` [PATCH v5 13/24] input: misc: max8997: "

[Qemu-devel] [PATCH v2] [WIP] [RFC ]Add initial 9pfs support for Windows hosts v2
 2016-04-14 19:17 UTC  (2+ messages)

[PATCH v4 0/3] add hypercall option to temporarily pin a vcpu
 2016-04-14 19:15 UTC  (9+ messages)

What is a 10.10.10.20-man process?
 2016-04-14 19:15 UTC  (3+ messages)

[PATCH 0/2] da8xx clocks (was part of "da8xx USB clocks")
 2016-04-14 19:13 UTC  (6+ messages)
` [PATCH 1/2] ARM: davinci: Move clock init after ioremap
` [PATCH 2/2] ARM: davinci: da850: use clk->set_parent for async3

[patch] firmware: qemu_fw_cfg.c: potential unintialized variable
 2016-04-14 19:12 UTC  (7+ messages)
  ` [Qemu-devel] "

run xen on hikey board
 2016-04-14 19:13 UTC  (2+ messages)

[PATCH v4 00/13] Introduce device state 'failed', spare device and auto replace
 2016-04-14 19:12 UTC  (2+ messages)

[Qemu-devel] [PATCH for 2.6] wxx: Fix broken TCP networking (regression)
 2016-04-14 19:12 UTC  (4+ messages)

[3.16.y-ckt stable] Linux 3.16.7-ckt27 stable review
 2016-04-14 19:11 UTC  (3+ messages)
` [PATCH 3.16.y-ckt 17/17] Drivers: hv: vmbus: prevent cpu offlining on newer hypervisors

[PATCH v2] i2c: Add generic support passing secondary devices addresses
 2016-04-14 19:10 UTC  (2+ messages)

[PATCH 0/9] block/scsi: Implement SMR drive support
 2016-04-14 19:09 UTC  (3+ messages)
` [PATCH 1/9] blk-sysfs: Add 'chunk_sectors' to sysfs attributes

Revisiting rbtx4927: gpiod_direction_output_raw: invalid GPIO
 2016-04-14 19:06 UTC 

[Buildroot] [PATCH v12 00/31] package/freeswitch: new package
 2016-04-14 19:04 UTC  (4+ messages)
` [Buildroot] [PATCH v12 01/31] "

[PATCH 1/2] fsck_commit_buffer(): do not special case the last validation
 2016-04-14 19:04 UTC  (8+ messages)
` [PATCH 2/2] fsck: detect and warn a commit with embedded NUL

[linux-3.18 test] 91272: regressions - FAIL
 2016-04-14 19:01 UTC 

[PATCH v3 0/2] sctp: delay calls to sk_data_ready() as much as possible
 2016-04-14 18:59 UTC  (5+ messages)

[PATCH 00/26] rtl8xxxu add rtl8192eu support
 2016-04-14 18:59 UTC  (27+ messages)
` [PATCH 01/26] rtl8xxxu: Reorder parts of init code to match the 8192eu vendor code flow
` [PATCH 02/26] rtl8xxxu: Reorg more code to match the flow of the 8192eu vendor driver
` [PATCH 03/26] rtl8xxxu: Implement generic init_queue_reserved_page() function
` [PATCH 04/26] rtl8xxxu: Reorder chip quirks to follow flow of 8192eu driver
` [PATCH 05/26] rtl8xxxu: Do not set REG_PBP on 8192eu
` [PATCH 06/26] rtl8xxxu: Do not init FPGA0_TX_INFO "
` [PATCH 07/26] rtl8xxxu: Do not try to set REG_LEDCFG2 "
` [PATCH 08/26] rtl8xxxu: Implment rtl8192e_set_tx_power()
` [PATCH 09/26] rtl8xxxu: Use has_s0s1 for REG_S0S1 issues only
` [PATCH 10/26] rtl8xxxu: byteswap the entire RX descriptor for 24 byte RX descriptors
` [PATCH 11/26] rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24
` [PATCH 12/26] rtl8xxxu: Remove misleading warning from rtl8192eu_phy_iqcalibrate()
` [PATCH 13/26] rtl8xxxu: Remove unused 8723bu path B IQ calibration code
` [PATCH 14/26] rtl8xxxu: Correctly mask what was read from REG_CCK0_AFE_SETTING
` [PATCH 15/26] rtl8xxxu: Use descriptive bits for setting RX paths for 1T2R parts
` [PATCH 16/26] rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functions
` [PATCH 17/26] rtl8xxxu: Load AGC table before patching for 1T2R parts
` [PATCH 18/26] rtl8xxxu: Move loading of AGC table to device specific function
` [PATCH 19/26] rtl8xxxu: REG_LDOA15_CTRL is only used on gen1 parts
` [PATCH 20/26] rtl8xxxu: Store device specific TRXFF boundary in the fileops
` [PATCH 21/26] rtl8xxxu: Do not backup RF_MODE_AG when it's never being used
` [PATCH 22/26] rtl8xxxu: Make PBP tuning a fileops parameter
` [PATCH 23/26] rtl8xxxu: Split USB quirks into gen1 and gen2 quirks
` [PATCH 24/26] rtl8xxxu: Remove unneeded 8192eu hack
` [PATCH 25/26] rtl8xxxu: 8192eu Fix bug in LDPC RX hang fix
` [PATCH 26/26] Re-enable 8192eu support

[Qemu-devel] [PATCH] fix missing event_notifier_init_fd() function on Mac OS X
 2016-04-14 18:58 UTC  (7+ messages)

gssd and linux containers
 2016-04-14 18:57 UTC  (2+ messages)

[PATCH 0/7] IB/hfi1: Remove write() and use ioctl() for user access
 2016-04-14 18:56 UTC  (11+ messages)

[meta-poky][PATCH] poky-tiny: Use linux-yocto-tiny for qemux86 only
 2016-04-14 18:56 UTC 

[PATCH] ACPI / ARM64: Remove EXPERT dependency for ACPI on ARM64
 2016-04-14 18:56 UTC  (9+ messages)

[PATCH 5/5] [meta-fsl-arm] linux-mfgtool: Add DATETIME exclusion to avoid taskhash mismatch error
 2016-04-14 18:55 UTC  (3+ messages)

[patch v2] scsi_dh_alua: uninitialized variable in alua_rtpg()
 2016-04-14 18:55 UTC  (4+ messages)

Updates to meta-fsl-arm (master) in 2016-04-14
 2016-04-14 18:55 UTC 

[Qemu-devel] [PATCH v14 00/19] qapi visitor cleanups (post-introspection cleanups subset E)
 2016-04-14 18:54 UTC  (5+ messages)
` [Qemu-devel] [PATCH v14 09/19] tests: Add check-qnull

[PATCH v2] i2c: efm32: Prevent potential division by zero
 2016-04-14 18:52 UTC  (4+ messages)

[U-Boot] [PATCH v3] mmc: add mmc partconf read capability
 2016-04-14 18:51 UTC 

[RFC PATCH] selinux: always return a value from the netport/netnode/netif caches
 2016-04-14 18:49 UTC  (3+ messages)

[PATCH v5 0/2] updates for rk3399 i2c support
 2016-04-14 18:48 UTC  (7+ messages)
` [PATCH v5 1/2] i2c: rk3x: switch to i2c generic dt parsing
` [PATCH v5 2/2] i2c: rk3x: add i2c support for rk3399 soc

[PATCH v7 0/4] vfs: Use per-cpu list for SB's s_inodes list
 2016-04-14 18:48 UTC  (4+ messages)
` [PATCH v7 1/4] lib/percpu-list: Per-cpu list with associated per-cpu locks

[PATCH] locking/pvqspinlock: Add lock holder CPU argument to pv_wait()
 2016-04-14 18:47 UTC  (4+ messages)

sector size other than 512 bytes
 2016-04-14 18:44 UTC 

[PATCH net 0/3] net: dsa: mv88e6xxx: fix hardware cross-chip bridging
 2016-04-14 18:42 UTC  (4+ messages)
` [PATCH net 1/3] net: dsa: mv88e6xxx: unlock DSA and CPU ports
` [PATCH net 2/3] net: dsa: mv88e6xxx: enable SA learning on DSA ports
` [PATCH net 3/3] net: dsa: mv88e6xxx: share the same default FDB

[rds-tools] Sources updated
 2016-04-14 18:43 UTC 

[PATCH v2] locking/pvqspinlock: Add lock holder CPU argument to pv_wait()
 2016-04-14 18:41 UTC 

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-14 18:40 UTC  (12+ messages)
          ` [Xen-devel] "

[RFC] P9 ldmx support
 2016-04-14 18:39 UTC  (6+ messages)
` [PATCH 1/3] powerpc: Complete FSCR context switch

[Question] refcount of DT node
 2016-04-14 18:38 UTC  (6+ messages)

[PATCH v4 0/7] da8xx USB PHY (was da8xx USB clocks)
 2016-04-14 18:35 UTC  (16+ messages)
` [PATCH v4 1/7] mfd: da8xx-cfgchip: New header file for CFGCHIP registers
` [PATCH v4 2/7] dt-bindings: Add bindings for phy-da8xx-usb
` [PATCH v4 3/7] phy: Add set_mode callback
` [PATCH v4 4/7] phy: da8xx-usb: new driver for DA8xx SoC USB PHY
` [PATCH v4 5/7] usb: ohci-da8xx: Remove code that references mach
` [PATCH v4 6/7] usb: musb: da8xx: Use devm in probe
` [PATCH v4 7/7] usb: musb: da8xx: Remove mach code

[Qemu-devel] [PATCH 0/5] tcg: Misc clean-up patches from Paolo
 2016-04-14 18:37 UTC  (12+ messages)
` [Qemu-devel] [PATCH 4/5] tcg: reorder removal from lists in tb_phys_invalidate

[PATCH pci] pci: Add helper function to set VPD size
 2016-04-14 18:35 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/virtio/balloon: Fixes for different host page sizes
 2016-04-14 18:34 UTC  (6+ messages)

weird diff output?
 2016-04-14 18:34 UTC  (11+ messages)

[PATCH] port: bump ABI for pcap file support
 2016-04-14 18:33 UTC 

clone hang prevention / timeout?
 2016-04-14 18:32 UTC  (3+ messages)

[PATCH 0/4] drop test_thread_flag checks
 2016-04-14 18:32 UTC  (3+ messages)
` [PATCH 1/4] x86/events: down with test_thread_flag(TIF_IA32)

[meta-fsl-arm] kobs-ng tool?
 2016-04-14 18:14 UTC  (5+ messages)

Deprecating ext4 support
 2016-04-14 18:30 UTC  (11+ messages)
  ` [ceph-users] "

[PATCH 0/2] x86: add arch_prctl to switch between native/compat modes
 2016-04-14 18:27 UTC  (11+ messages)
` [PATCH 1/2] x86/arch_prctl: add ARCH_SET_{COMPAT,NATIVE} to change compatible mode

[PATCH 0/2] Port `submodule init` to C
 2016-04-14 18:26 UTC  (2+ messages)

[PATCH v2 0/7] Intel IOMMU scalability improvements
 2016-04-14 18:26 UTC  (3+ messages)
` [PATCH v2 7/7] iommu: introduce per-cpu caching to iova allocation

[osstest test] 91154: regressions - FAIL
 2016-04-14 18:23 UTC 

[PATCH] dmaengine: pxa: handle bus errors
 2016-04-14 18:23 UTC  (4+ messages)

kvm-clock again
 2016-04-14 18:23 UTC  (6+ messages)

[PATCH 1/2] Documentation: dt-bindings: dwc2: add the resets and reset-names property
 2016-04-14 18:23 UTC  (4+ messages)
` [PATCHv3 2/2] usb: dwc2: Add reset control to dwc2


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.