All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-21 15:36:38 to 2013-03-21 16:08:16 UTC [more...]

[PATCH net-next] gro: relax ID check in inet_gro_receive()
 2013-03-21 16:08 UTC  (3+ messages)

[PATCH 00/46] Regulators: Bring the AB8500 into the 21st century
 2013-03-21 15:59 UTC  (83+ 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

[lm-sensors] [PATCH] hwmon: (nct6775) Allocate attributes dynamically from templates
 2013-03-21 16:07 UTC 

Drop a packet while keeping the conntrack alive
 2013-03-21 16:07 UTC  (4+ messages)

[RFC PATCH RESEND v2] of/pci: Provide support for parsing PCI DT ranges property
 2013-03-21 16:06 UTC  (3+ messages)

[PATCH net 0/5] Mellanox Core and Ethernet driver fixes 2013-03-21
 2013-03-21 16:05 UTC  (7+ 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

[PATCH 0/3] ARM: shmobile: kzm9g: add irqpin to DT
 2013-03-21 16:05 UTC  (8+ messages)
` [PATCH 1/3] ARM: shmobile: irqpin: fix handling of spurious interrupts in DT case
` [PATCH 2/3] ARM: shmobile: sh73a0: add irqpin DT nodes
` [PATCH 3/3] ARM: shmobile: kzm9g-reference: add ethernet support

[Qemu-devel] [PATCH v3 0/9] Migration: Remove copying of guest ram pages
 2013-03-21 16:05 UTC  (10+ messages)
` [Qemu-devel] [PATCH v3 1/9] Add QemuFileWritevBuffer QemuFileOps
` [Qemu-devel] [PATCH v3 2/9] Add socket_writev_buffer function
` [Qemu-devel] [PATCH v3 3/9] Update bytes_xfer in qemu_put_byte
` [Qemu-devel] [PATCH v3 4/9] Store the data to send also in iovec
` [Qemu-devel] [PATCH v3 5/9] Use writev ops if available
` [Qemu-devel] [PATCH v3 6/9] More optimized qemu_put_be64/32/16
` [Qemu-devel] [PATCH v3 7/9] Add qemu_put_buffer_no_copy
` [Qemu-devel] [PATCH v3 8/9] Use qemu_put_buffer_no_copy for guest memory pages
` [Qemu-devel] [PATCH v3 9/9] coalesce adjacent iovecs

Git on Mac OS and precomposed unicode
 2013-03-21 16:04 UTC 

[PATCH 12/18 V2]:PVH xen: support invalid op, return PVH features etc
 2013-03-21 16:05 UTC  (2+ messages)

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

[PATCH 01/12] Security: Add CAP_COMPROMISE_KERNEL
 2013-03-21 16:04 UTC  (23+ messages)

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

[lm-sensors] [PATCH] hwmon: Add driver for LM95234
 2013-03-21 16:04 UTC 

[PATCH] ext4: Do not normalize request from fallocate
 2013-03-21 16:03 UTC  (2+ messages)

[PATCH] Btrfs-progs: add btrfs-crc tool
 2013-03-21 16:02 UTC 

[PATCH] powerpc/uprobes: teach uprobes to ignore gdb breakpoints
 2013-03-21 16:00 UTC  (11+ messages)

[PATCH net-next 1/3] gianfar: Remove 'maybe-uninitialized' compile warning
 2013-03-21 16:02 UTC  (6+ messages)
` [PATCH net-next 2/3] gianfar: Cleanup dead code and minor formatting
` [PATCH net-next 3/3] gianfar: Remove superfluous kernel_dropped local counter

[PATCH] perl: avoid splitting out .debug directories as packages
 2013-03-21 15:43 UTC 

[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 1/4] add def_value_str and use it in qemu_opts_print
 2013-03-21 15:59 UTC 

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

[GIT PULL] at91: dt for 3.10 #1
 2013-03-21 15:26 UTC 

[PATCH 5/18 V2]: PVH xen: more preparatory changes for PVH
 2013-03-21 15:58 UTC  (2+ 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)

[RFC PATCH 0/8] Reduce system disruption due to kswapd
 2013-03-21 15:57 UTC  (18+ messages)
` [PATCH 01/10] mm: vmscan: Limit the number of pages kswapd reclaims at each priority
` [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)

linux-next: Tree for Mar 21
 2013-03-21 14:57 UTC  (2+ messages)
` linux-next: Tree for Mar 21 (input)

[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)

[PATCHv2, RFC 00/30] Transparent huge page cache
 2013-03-21 15:56 UTC  (4+ messages)
` [PATCHv2, RFC 04/30] radix-tree: implement preload for multiple contiguous elements

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

[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 1/2] PCI: define macro for marvell vendor ID
 2013-03-21 15:50 UTC  (4+ messages)

[PATCH] lantiq_etop: use free_netdev(netdev) instead of kfree()
 2013-03-21 15:50 UTC  (2+ 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 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)


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.