All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-21 15:18:48 to 2013-03-21 16:01:28 UTC [more...]

[PATCH 00/46] Regulators: Bring the AB8500 into the 21st century
 2013-03-21 15:59 UTC  (66+ messages)
` [PATCH 01/46] regulator: ab8500: Further populate initialisation registers
` [PATCH 02/46] regulator: ab8500: Add set_mode/get_mode support
` [PATCH 03/46] regulator: ab8500: Added get_optimum_mode on regulators with idle mode
` [PATCH 04/46] ARM: ux500: regulators: Add mask for configuration
` [PATCH 05/46] regulator: ab8500: Another push to synchronise recent AB8500 developments
` [PATCH 06/46] regulator: ab8500: Separate regulator and MFD platform data
` [PATCH 07/46] regulator: ab8500: Add support of low voltage battery
` [PATCH 08/46] ARM: ux500: Update displays in vaux1 consumer list
` [PATCH 09/46] regulator: ab8500-ext: Add HW request support
` [PATCH 10/46] regulator: ab8500-ext: Add suspend support
` [PATCH 11/46] regulator: ab8500: Remove USB regulator
` [PATCH 12/46] regulator: ab8500: Init debug from regulator driver
` [PATCH 13/46] ARM: ux500: Add supply for the L3G4200D Gyroscope
` [PATCH 14/46] ARM: ux500: Add supply for the Ambient light sensor device
` [PATCH 15/46] ARM: ux500: Add supply for the Pressure sensor
` [PATCH 16/46] ARM: ux500: Add supply for the Cypress TrueTouch Touchscreen
` [PATCH 17/46] ARM: ux500: regulators: List the MMIO camera as a consumer of VAUX1
` [PATCH 18/46] regulator: ab8500: Clean out SoC registers
` [PATCH 19/46] regulator: ab8500: Prepare the driver for additional platforms
` [PATCH 20/46] regulator: ab8500: Add support for the ab9540
` [PATCH 21/46] regulator: ab8500: Correct TVOUT regulator start-up delay
` [PATCH 22/46] regulator: ab8500-ext: Add support for AB8505/AB9540
` [PATCH 23/46] regulator: ab8500: add support for ab8505
` [PATCH 24/46] ARM: ux500: regulator: Add accelerometer and fix magnetometer supply device ID
` [PATCH 25/46] regulator: ab8500-ext: Add support for AB9540 regulators
` [PATCH 26/46] regulator: ab8500: Add support for the ab8540
` [PATCH 27/46] regulator: ab8500: Update voltage handling for fixed voltage regulators
` [PATCH 28/46] regulator: ab8500: Delete useless fixed_uV field
` [PATCH 29/46] regulator: ab8500: Use regulator_list_voltage_table()
` [PATCH 30/46] regulator: ab8500: Supply platform specific regulator id values
` [PATCH 31/46] regulator: ab8500: Don't register external regulators on AB8505
` [PATCH 32/46] regulator: ab8500: Add voltage selection for AUDIO and ANA "
` [PATCH 33/46] regulator: ab8500: Also check for AB8505 based platforms
` [PATCH 34/46] regulator: ab8500: Add new operations for Vaux3
` [PATCH 35/46] regulator: ab8500: Add mode operation for v-amic
` [PATCH 36/46] regulator: ab8500: Update vdmic, vamic[1|2] parameters for AB8540
` [PATCH 37/46] regulator: ab8500-ext: Adapt regulator registration for newly changed API
` [PATCH 38/46] regulator: ab8500: Use a struct to select the good regulator configuration
` [PATCH 39/46] regulator: ab8500: Introduce aux5, aux6 regulators for AB8540
` [PATCH 40/46] regulator: ab8500: Set enable enable_time in regulator_desc
` [PATCH 41/46] regulator: ab8500: Remove the need for a 'delay' property
` [PATCH 42/46] regulator: ab8500: Use regulator_list_voltage_table() to look-up voltages
` [PATCH 43/46] ARM: ux500: Pass regulator platform data using the new format
` [PATCH 44/46] regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator
` [PATCH 45/46] regulator: ab8500: Shuffle init functions into a more logical order
` [PATCH 46/46] ARM: ux500: Regulators: Bring the AB8500 regulator platform data up-to-date

[PATCH 2/2] PCI: fix system hang issue of Marvell SATA host controller
 2013-03-21 16:00 UTC  (14+ messages)

[PATCH] nohz1: Documentation
 2013-03-21 16:00 UTC  (12+ messages)

pull request: wireless-next 2013-03-20
 2013-03-21 16:00 UTC  (2+ messages)

[Qemu-devel] [PATCH V12 3/4] Use QemuOpts support in block layer
 2013-03-21 15:59 UTC  (2+ messages)
  ` [Qemu-devel] [PATCH V12 1/4] add def_value_str and use it in qemu_opts_print

btrfs-show vs. btrfs different output
 2013-03-21 15:35 UTC  (5+ messages)

[GIT PULL] at91: dt for 3.10 #1
 2013-03-21 15:26 UTC  (2+ messages)

[PATCH 5/18 V2]: PVH xen: more preparatory changes for PVH
 2013-03-21 15:58 UTC  (2+ messages)

[PATCH 01/12] Security: Add CAP_COMPROMISE_KERNEL
 2013-03-21 15:58 UTC  (19+ messages)

[PATCH] DTS at91sam9x5ek: i2c1 and i2c2 conflict with macb and lcd
 2013-03-21 15:05 UTC  (2+ messages)

[Qemu-devel] [PATCHv3 0/9] buffer_is_zero / migration optimizations
 2013-03-21 15:57 UTC  (10+ messages)
` [Qemu-devel] [PATCHv3 1/9] move vector definitions to qemu-common.h
` [Qemu-devel] [PATCHv3 2/9] cutils: add a function to find non-zero content in a buffer
` [Qemu-devel] [PATCHv3 3/9] buffer_is_zero: use vector optimizations if possible
` [Qemu-devel] [PATCHv3 4/9] bitops: use vector algorithm to optimize find_next_bit()
` [Qemu-devel] [PATCHv3 5/9] migration: search for zero instead of dup pages
` [Qemu-devel] [PATCHv3 6/9] migration: add an indicator for bulk state of ram migration
` [Qemu-devel] [PATCHv3 7/9] migration: do not sent zero pages in bulk stage
` [Qemu-devel] [PATCHv3 8/9] migration: do not search dirty "
` [Qemu-devel] [PATCHv3 9/9] migration: use XBZRLE only after "

[PATCH] DTS at91sam9x5cm: add 1-wire chip on CM board
 2013-03-21 15:06 UTC  (2+ messages)

[PATCH 00/22] New virtio PCI layout
 2013-03-21 15:58 UTC  (9+ messages)
` [PATCH 12/22] virtio_pci: allow duplicate capabilities

[RFC PATCH 0/8] Reduce system disruption due to kswapd
 2013-03-21 15:57 UTC  (26+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
` [PATCH 02/10] mm: vmscan: Obey proportional scanning requirements for kswapd
` [PATCH 03/10] mm: vmscan: Flatten kswapd priority loop
` [PATCH 04/10] mm: vmscan: Decide whether to compact the pgdat based on reclaim progress
` [PATCH 05/10] mm: vmscan: Do not allow kswapd to scan at maximum priority

[BUGFIX PATCH] net: ethernet: cpsw: fix erroneous condition in error check
 2013-03-21 15:57 UTC  (3+ messages)

[PATCH] net: sh-eth: Use pr_err instead of printk
 2013-03-21 15:56 UTC  (3+ messages)

[PATCH] net: add ETH_P_802_3_MIN
 2013-03-21 15:56 UTC  (2+ messages)

[PATCH net 0/5] Mellanox Core and Ethernet driver fixes 2013-03-21
 2013-03-21 15:55 UTC  (6+ messages)
` [PATCH net 1/5] net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapper
` [PATCH net 2/5] net/mlx4_core: Fix wrong order of flow steering resources removal
` [PATCH net 3/5] net/mlx4_en: Remove ethtool flow steering rules before releasing QPs
` [PATCH net 4/5] net/mlx4_core: Always use 64 bit resource ID when doing lookup
` [PATCH net 5/5] net/mlx4_core: Disallow releasing VF QPs which have steering rules

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-21 15:56 UTC  (12+ messages)
` [PATCHv2, RFC 02/30] mm: implement zero_huge_user_segment and friends
` [PATCHv2, RFC 03/30] mm: drop actor argument of do_generic_file_read()
` [PATCHv2, RFC 04/30] radix-tree: implement preload for multiple contiguous elements

[PATCH V2 01/02] MIPS: Build uasm-generated code only once to avoid CPU Hotplug problem
 2013-03-21 15:53 UTC  (3+ messages)

For review: user_namespaces(7) man page
 2013-03-21 15:52 UTC  (5+ messages)

[Xenomai] Informations about Xenomai
 2013-03-21 15:52 UTC 

[PATCH] ext4: Do not normalize request from fallocate
 2013-03-21 15:50 UTC 

[PATCH] lantiq_etop: use free_netdev(netdev) instead of kfree()
 2013-03-21 15:50 UTC  (2+ messages)

[PATCH 1/2] PCI: define macro for marvell vendor ID
 2013-03-21 15:50 UTC  (4+ messages)

[PATCH] ext4: fix journal callback list traversal
 2013-03-21 15:49 UTC 

[PATCH] net: remove redundant ifdef CONFIG_CGROUPS
 2013-03-21 15:49 UTC  (2+ messages)

[PATCH v2 1/3 net-next] tcp: refactor F-RTO
 2013-03-21 15:48 UTC  (2+ messages)

KVM next tree merge onto current Linus master
 2013-03-21 15:47 UTC  (2+ messages)

[PATCH] linux-firmware: Package boardcom firmwares
 2013-03-21 15:30 UTC  (3+ messages)

[PATCH net-next] gro: relax ID check in inet_gro_receive()
 2013-03-21 15:46 UTC  (2+ messages)

[PATCH 0/4] drop some "int x = x" hacks to silence gcc warnings
 2013-03-21 15:45 UTC  (8+ messages)
          ` [PATCH 5/4] fast-import: clarify "inline" logic in file_change_m
          ` [PATCH 6/4] run-command: always set failed_errno in start_command

Problems with ptest and package splitting
 2013-03-21 15:23 UTC  (2+ messages)
` [PATCH] ptest bugfix: Make all ptest files go into -ptest package

[PATCH 0/3] ARM: EXYNOS5250: Enable KVM support
 2013-03-21 15:40 UTC  (5+ messages)
` [PATCH 3/3] ARM: EXYNOS5250: Register architected timers

[Qemu-devel] [PATCH] Add support for Secure Shell (ssh) block device
 2013-03-21 15:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH] block: "

[Qemu-devel] [RFC 00/12] target-i386: CPU hot-add with cpu_set QMP command
 2013-03-21 15:38 UTC  (3+ messages)

[PATCH] cfa10036: Retrieve the RAM size at runtime
 2013-03-21 15:36 UTC 

[PATCH net-next] filter: add minimal BPF JIT image disassembler
 2013-03-21 15:36 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH RDMA support v4: 03/10] more verbose documentation of the RDMA transport
 2013-03-21 15:22 UTC  (12+ messages)

[PATCH 0/6] The Autopair strikes back
 2013-03-21 15:35 UTC  (4+ messages)

em28xx: commit aab3125c43d8fecc7134e5f1e729fabf4dd196da broke HVR 900
 2013-03-21 15:34 UTC  (3+ messages)

[Qemu-devel] [RFC 0/4] block: fix I/O throttling oscillations
 2013-03-21 15:27 UTC  (2+ messages)

[PATCH] Documentation: add a README file
 2013-03-21 15:31 UTC  (2+ messages)

Autobuilder migration status
 2013-03-21 15:31 UTC  (2+ messages)

[PATCH][TRIVIAL] Documentation/filesystems/ext4.txt barriers -> barrier
 2013-03-21 15:31 UTC 

[PATCH] drm/i915: Workaround incoherence between fences and LLC across multiple CPUs
 2013-03-21 15:30 UTC 

[PATCH] git-send-email.perl: implement suggestions made by perlcritic
 2013-03-21 15:29 UTC  (2+ messages)

[PATCH v3 18/21] vmcore: check if vmcore objects satify mmap()'s page-size boundary requirement
 2013-03-21 15:27 UTC  (9+ messages)

[U-Boot] [PATCH] Fix bootdelay timeout calculation when SYS_HZ!=1000
 2013-03-21 15:28 UTC  (7+ messages)

[U-Boot] [PATCH] musb: am335x: disable bulk split-combine feature
 2013-03-21 15:27 UTC  (2+ messages)
` [U-Boot] [PATCH] musb: set MUSB speed based on CONFIG

[PATCH] net: reduce net_rx_action() latency to 2 HZ
 2013-03-21 15:27 UTC  (3+ messages)

[PATCH V3][BTRFS-PROGS] Enhance btrfs fi df with raid5/6 support
 2013-03-21 15:27 UTC  (2+ messages)

[PATCH] ssb: fix sprom constant for ant_available_{bg,a}
 2013-03-21 15:26 UTC 

[patch v1]rtc: fix for DA9052/53 rtc device registration
 2013-03-21 15:25 UTC  (2+ messages)

[PATCH] net: fix *_DIAG_MAX constants
 2013-03-21 15:25 UTC  (4+ messages)

[PATCH 09/11] NFSv4.1: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opens
 2013-03-21 15:25 UTC  (11+ messages)
` [PATCH 10/11] NFSv4.1: Enable open-by-filehandle

[PATCH 1/4][resend] cpuidle : handle clockevent notify from the cpuidle framework
 2013-03-21 15:25 UTC  (7+ messages)

[GIT PULL] nohz: Full dynticks base interface
 2013-03-21 15:24 UTC  (4+ messages)
` [PATCH 1/3] nohz: Basic full dynticks interface
` [PATCH 2/3] nohz: Assign timekeeping duty to a CPU outside the full dynticks range
` [PATCH 3/3] nohz: Wake up full dynticks CPUs when a timer gets enqueued

[PATCH 1/2] ASoC: compress - add support for metadata apis
 2013-03-21 15:24 UTC  (6+ messages)

[PATCH 00/16] Marvell EBU thermal sensor consolidation
 2013-03-21 15:24 UTC  (9+ messages)
` [PATCH 05/16] thermal: mvebu: Fix valid check for thermal register
` [PATCH 15/16] ARM: mvebu: Add thermal support to Armada 370 device tree

[PATCH 0/2] ASoC: dmaengine_pcm: support generic DMA binding users
 2013-03-21 15:22 UTC  (5+ messages)
    ` [alsa-devel] "

[PATCH v2 2/2] dun_gw: Add BlueZ 5 version
 2013-03-21 15:21 UTC  (2+ messages)

[BUG NFQUEUE] NFQUEUE readers get -PERM from sys_sendto() if !root
 2013-03-21 15:19 UTC  (2+ messages)

[B.A.T.M.A.N.] Bug#703540: Inconsistent use of _GNU_SOURCE
 2013-03-21 15:20 UTC  (3+ messages)
  ` [B.A.T.M.A.N.] [PATCH] batmand: Either all or no source file should #define _GNU_SOURCE

[PATCH] b43: use bcma_chipco_gpio_control()
 2013-03-21 15:19 UTC 

[PATCH v2 1/2] bluetooth: Rename DUN GW plugin
 2013-03-21 15:19 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.