linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-23 08:55:00 to 2014-01-23 14:44:24 UTC [more...]

linux-next: Tree for Jan 23
 2014-01-23 14:44 UTC  (3+ messages)

[RFC PATCH 1/2] sched/update_avg: avoid negative time
 2014-01-23 14:43 UTC  (11+ messages)
` [PATCH 2/2] sched: add statistic for rq->max_idle_balance_cost

[PATCH -tip 0/8] perf-probe: Updates for handling local functions correctly
 2014-01-23 14:43 UTC  (3+ messages)
` [PATCH -tip 2/8] [BUGFIX] perf-tools: Load map before using map->map_ip

[PATCH] numa, mem-hotplug: Fix stack overflow in numa when seting kernel nodes to unhotpluggable
 2014-01-23  6:58 UTC  (5+ messages)

[PATCH 0/9] Various sched patches
 2014-01-23 14:39 UTC  (7+ messages)
` [PATCH 3/9] sched: Move idle_stamp up to the core
` [PATCH 4/9] sched: Clean up idle task SMP logic

[PATCH v4 1/2] input/uinput: replace breaks by goto out in uinput_ioctl_handler
 2014-01-23 14:37 UTC  (4+ messages)
` [PATCH v4 2/2] input/uinput: add UI_GET_SYSNAME ioctl to retrieve the sysfs path

FW: bug fix for mmc queue.c
 2014-01-23 14:34 UTC 

[QUERY]: Is using CPU hotplug right for isolating CPUs?
 2014-01-23 14:27 UTC  (9+ messages)

[PATCHSET 0/5] perf tools: Update on filtered entries' percentage output (v3)
 2014-01-23 14:24 UTC  (6+ messages)
` [PATCH 1/5] perf tools: Count filtered entries to total period also
` [PATCH 5/5] perf tools: Show absolute percentage by default

[PATCH v6 0/8] x86: use new text_poke_bp in ftrace
 2014-01-23 14:21 UTC  (5+ messages)
` [PATCH v6 7/8] x86: patch all traced function calls using the int3-based framework

Is it ok for deferrable timer wakeup the idle cpu?
 2014-01-23 14:20 UTC  (6+ messages)

[PATCH] regulator: ab3100: cast fix
 2014-01-23 14:20 UTC 

[PATCH 00/11] SimpleDRM & Sysfb
 2014-01-23 14:15 UTC  (12+ messages)
` [PATCH 01/11] x86: sysfb: fool-proof CONFIG_X86_SYSFB
` [PATCH 02/11] x86: sysfb: remove sysfb when probing real hw
` [PATCH 03/11] fbdev: efifb: add dev->remove() callback
` [PATCH 04/11] fbdev: vesafb: "
` [PATCH 05/11] x86: sysfb: store apertures in simplefb platform-data
` [PATCH 06/11] video: sysfb: add generic firmware-fb interface
` [PATCH 07/11] drm: mgag200: remove redundant fbdev removal
` [PATCH 08/11] drm/i915: remove sysfbs early
` [PATCH 09/11] drm: add SimpleDRM driver
` [PATCH 10/11] drm: simpledrm: add fbdev fallback support
` [PATCH 11/11] x86/sysfb: allow sysfb+simpledrm combination

[PATCH v2 0/6] arm64: Add audit support
 2014-01-23 14:18 UTC  (3+ messages)
` [PATCH v2 1/6] audit: Enable arm64 support

[PATCH RESEND v4 00/37] mtd: st_spi_fsm: Add new driver
 2014-01-23 14:16 UTC  (39+ messages)
` [PATCH RESEND v4 01/37] mtd: st_spi_fsm: Allocate resources and register with MTD framework
` [PATCH RESEND v4 02/37] mtd: st_spi_fsm: Supply all register address and bit logic defines
` [PATCH RESEND v4 03/37] mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions
` [PATCH RESEND v4 04/37] mtd: st_spi_fsm: Supply framework for device requests
` [PATCH RESEND v4 05/37] mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO
` [PATCH RESEND v4 06/37] mtd: st_spi_fsm: Supply defines for the possible flash command opcodes
` [PATCH RESEND v4 07/37] mtd: st_spi_fsm: Add support for JEDEC ID extraction
` [PATCH RESEND v4 08/37] mtd: devices: Provide header for shared OPCODEs and SFDP commands
` [PATCH RESEND v4 09/37] mtd: st_spi_fsm: Provide device look-up table
` [PATCH RESEND v4 10/37] mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID
` [PATCH RESEND v4 11/37] mtd: st_spi_fsm: Search for preferred FSM message sequence configurations
` [PATCH RESEND v4 12/37] mtd: st_spi_fsm: Fetch platform specific configurations
` [PATCH RESEND v4 13/37] mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)
` [PATCH RESEND v4 14/37] mtd: st_spi_fsm: Add device-tree binding documentation
` [PATCH RESEND v4 15/37] mtd: st_spi_fsm: Fetch boot-device from mode pins
` [PATCH RESEND v4 16/37] mtd: st_spi_fsm: Provide the erase one sector sequence
` [PATCH RESEND v4 17/37] mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode
` [PATCH RESEND v4 18/37] mtd: st_spi_fsm: Prepare read/write sequences according to configuration
` [PATCH RESEND v4 19/37] mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset
` [PATCH RESEND v4 20/37] mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode
` [PATCH RESEND v4 21/37] mtd: st_spi_fsm: Update the flash Volatile Configuration Register
` [PATCH RESEND v4 22/37] mtd: st_spi_fsm: Provide the default read/write configurations
` [PATCH RESEND v4 23/37] mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations
` [PATCH RESEND v4 24/37] mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back
` [PATCH RESEND v4 25/37] mtd: st_spi_fsm: Prepare default sequences for read/write/erase
` [PATCH RESEND v4 26/37] mtd: st_spi_fsm: Add the ability to read from a Serial Flash device
` [PATCH RESEND v4 27/37] mtd: st_spi_fsm: Write to Flash via the FSM FIFO
` [PATCH RESEND v4 28/37] mtd: st_spi_fsm: Supply a busy wait for post-write status
` [PATCH RESEND v4 29/37] mtd: st_spi_fsm: Add the ability to write to a Serial Flash device
` [PATCH RESEND v4 30/37] mtd: st_spi_fsm: Erase partly or as a whole "
` [PATCH RESEND v4 31/37] mtd: st_spi_fsm: Add the ability to read the FSM's status
` [PATCH RESEND v4 32/37] mtd: st_spi_fsm: Add the ability to write to FSM's status register
` [PATCH RESEND v4 33/37] mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back
` [PATCH RESEND v4 34/37] mtd: st_spi_fsm: Supply the S25FLxxx "
` [PATCH RESEND v4 35/37] mtd: st_spi_fsm: Supply the W25Qxxx "
` [PATCH RESEND v4 36/37] mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct
` [PATCH RESEND v4 37/37] ARM: STi: Add support for the FSM Serial Flash Controller

[PATCH v2] Add Xilinx AXI Video DMA Engine driver
 2014-01-23 14:07 UTC  (8+ messages)
` [PATCH v2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support

[PATCH v4] xen/grant-table: Avoid m2p_override during mapping
 2014-01-23 13:59 UTC  (6+ messages)
` [Xen-devel] "

[PATCH] ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation
 2014-01-23 13:56 UTC 

[PATCH-v2 0/3] percpu_ida+Co: Make percpu_ida_alloc accept task state bitmask
 2014-01-23 13:55 UTC  (8+ messages)
` [PATCH-v2 1/3] percpu_ida: Make percpu_ida_alloc + callers "

[PATCH 13/15] sched: Use a static_key for sched_clock_stable
 2014-01-23 13:32 UTC  (14+ messages)

[PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing
 2014-01-23 13:31 UTC  (2+ messages)

[RFC/RFT][PATCH 0/5] PM / QoS: Introduce latency tolerance device PM QoS type
 2014-01-23 13:40 UTC  (8+ messages)
` [RFC/RFT][PATCH v2 0/6] "
  ` [RFC/RFT][PATCH v2 1/6] PM / QoS: Rename device resume latency QoS items
  ` [RFC/RFT][PATCH v2 2/6] PM / QoS: Add no_constraints_value field to struct pm_qos_constraints
  ` [RFC/RFT][PATCH v2 3/6] PM / QoS: Introcuce latency tolerance device PM QoS type
  ` [RFC/RFT][PATCH v2 4/6] ACPI / scan: Add bind/unbind callbacks to struct acpi_scan_handler
  ` [RFC/RFT][PATCH v2 5/6] ACPI / LPSS: Support for device latency tolerance PM QoS
  ` [RFC/RFT][PATCH v2 6/6] PM / QoS: Add type to dev_pm_qos_add_ancestor_request() arguments

[PATCH 1/3] dynamic_debug: remove wrong error message
 2014-01-23 13:20 UTC  (3+ messages)
` [PATCH 2/3] dynamic_debug: fix ddebug_parse_query()
` [PATCH 3/3] dynamic_debug: replace obselete simple_strtoul() with kstrtouint()

[PATCH] assoc_array: remove global variable
 2014-01-23 13:24 UTC 

[GIT PULL] SPI updates for v3.14 remerged
 2014-01-23 13:19 UTC 

[PATCH RFC 00/73] tree-wide: clean up some no longer required #include <linux/init.h>
 2014-01-23 13:16 UTC  (3+ messages)
` [PATCH 19/73] arm: mach-s3c64xx mach-crag6410-module.c is not modular

[PATCH net-next v5 0/9] xen-netback: TX grant mapping with SKBTX_DEV_ZEROCOPY instead of copy
 2014-01-23 13:13 UTC  (3+ messages)

[PATCH v5] xen/grant-table: Avoid m2p_override during mapping
 2014-01-23 13:07 UTC 

[PATCHSET 00/24] perf tools: Add support to accumulate hist periods (v6)
 2014-01-23 13:00 UTC  (5+ messages)

Mysterious hard hangs on 3.11.0-15
 2014-01-23 12:57 UTC 

[PATCH v3] xen/grant-table: Avoid m2p_override during mapping
 2014-01-23 13:05 UTC  (3+ messages)
` [Xen-devel] "

[PATCH v2 0/4] pinctrl: st: Add interrupt controller support
 2014-01-23 12:56 UTC  (7+ messages)
` [PATCH v2 1/4] pinctrl: st: Add Interrupt support
` [PATCH v2 3/4] ARM:STi: STiH416: Add interrupt support for pin controller

[PATCH] ASoC: fsl-sai: convert to use regmap API for Freeacale SAI
 2014-01-23 13:00 UTC  (4+ messages)
` [alsa-devel] "

[Lsf-pc] [LSF/MM TOPIC] really large storage sectors - going beyond 4096 bytes
 2014-01-23 12:55 UTC  (11+ messages)

[Bug 67651] Bisected: Lots of fragmented mmaps cause gimp to fail in 3.12 after exceeding vm_max_map_count
 2014-01-23 12:55 UTC  (8+ messages)

[PATCH] mm/zswap: add writethrough option
 2014-01-23 12:46 UTC  (9+ messages)

[PATCH 2/3] mm/memcg: fix endless iteration in reclaim
 2014-01-23 12:53 UTC  (9+ messages)
` [PATCH -mm 1/2] memcg: fix endless loop caused by mem_cgroup_iter
  ` [PATCH -mm 2/2] memcg: fix css reference leak and endless loop in mem_cgroup_iter

[PATCH] pwm: Remove obsolete HAVE_PWM Kconfig symbol
 2014-01-23 12:52 UTC  (2+ messages)

[PATCH 3/3 RESEND] input: tc3589x-keypad: support probing from device tree
 2014-01-23 12:43 UTC 

[PATCH 1/3 RESEND] mfd: tc3589x: Add device tree bindings
 2014-01-23 12:43 UTC 

[PATCH 1/1 RESEND] mtd: block2mtd: char mtd major and erasesize parameter check + mutex_destroy
 2014-01-23 12:43 UTC  (2+ messages)

[PATCH v3 1/3] drm: add pseudo filesystem for shared inodes
 2014-01-23 12:38 UTC  (3+ messages)
` [PATCH v3 2/3] drm: use anon-inode instead of relying on cdevs
` [PATCH v3 3/3] drm: init TTM dev_mapping in ttm_bo_device_init()

Donation!
 2014-01-22 21:30 UTC 

[PATCHv2 0/2] pwm: imx: support polarity inversion
 2014-01-23 12:33 UTC  (11+ messages)
` [PATCHv2 2/2] "
        ` [PATCH 1/2] PWM: let of_xlate handlers check args count
        ` [PATCH 2/2] PWM: handle additional flags in of_pwm_simple_xlate

[PATCH] regulator: ti-abb: Add support for interleaved LDO registers
 2014-01-23 12:29 UTC  (9+ messages)

[PATCH v3 0/7] ARM: brcmstb: Add Broadcom STB SoC support
 2014-01-23 12:25 UTC  (6+ messages)
` [PATCH v3 7/7] ARM: brcmstb: dts: add a reference DTS for Broadcom 7445

3.12-rc5 and overwritten partition table
 2014-01-23 12:17 UTC  (8+ messages)
` Aw: 3.12-rc5 and overwritten partition table - by powertop?
  `  "

[PATCH v5 00/22] Rewrite XIP code and add XIP support to ext4
 2014-01-23 12:12 UTC  (5+ messages)
  ` [PATCH v5 22/22] XIP: Add support for unwritten extents

[GIT PULL] regulator updates for v3.14 remerged
 2014-01-23 12:11 UTC 

Qmqtwadgjnq
 2014-01-23 11:45 UTC 

Crypto Update for 2.6.39
 2014-01-23 11:53 UTC  (11+ messages)
` Crypto Update for 2.6.40
  ` Crypto Update for 3.1
    ` Crypto Update for 3.2
      ` Crypto Update for 3.3
        ` Crypto Update for 3.7
          ` Crypto Update for 3.8
            ` Crypto Update for 3.9
              ` Crypto Update for 3.12
                ` Crypto Update for 3.13
                  ` Crypto Update for 3.14

[PATCH] tracing: Use task_nice() in function __update_max_tr() to get the nice value of task
 2014-01-23 17:11 UTC  (6+ messages)

[PATCH 0/6] arm64: Add EFI stub and runtime services support
 2014-01-23 11:24 UTC  (3+ messages)
` [PATCH 6/6] arm64: add EFI runtime services

[PATCH V2] cpuidle/governors: Fix logic in selection of idle states
 2014-01-23 11:15 UTC  (3+ messages)

[PATCH] cpusets: Allocate heap only when required
 2014-01-23 11:15 UTC 

Unstable kernels work after 2.6.3x
 2014-01-23 11:03 UTC 

[PATCH] x86, tsc: Add missing Baytrail frequency to the table
 2014-01-23 11:04 UTC 

[PATCH] ASoC: simple-card: fix simple card widgets routing property name usage
 2014-01-23 11:00 UTC  (2+ messages)

[RFC PATCH v5 0/2] hung_task: Display every hung task warning
 2014-01-23 10:56 UTC  (3+ messages)
` [RFC PATCH v5 1/2] sysctl: Make neg_one a standard constraint
` [RFC PATCH v5 2/2] hung_task: Display every hung task warning

[PATCH 1/2 v2] imx27: pinctrl: fix wrong offset to ICONFB
 2014-01-23 10:57 UTC  (4+ messages)
` [PATCH 2/2 v2] imx27: pinctrl: fix offset calculation in imx_read_2bit

[PATCH] mmc: sdhci: Remove useless string-split's
 2014-01-23 10:55 UTC 

[PATCH] regmap: fix _regmap_update_bits()
 2014-01-23  9:50 UTC 

[PATCH 8/8 v3] crypto:s5p-sss: Use clk_prepare/clk_unprepare
 2014-01-23 10:41 UTC  (4+ messages)
` [PATCH 8/8 v4] "

[PATCH] firmware/google: drop 'select EFI' to avoid recursive dependency
 2014-01-23 10:39 UTC 

[PATCH v2 0/7] Support Krait CPU PMUs
 2014-01-23 10:32 UTC  (6+ messages)
` [PATCH v2 5/7] ARM: perf_event: Fully support Krait CPU PMU events

[PATCH 2/6 v2] crypto:s5p-sss: Add device tree support
 2014-01-23 10:28 UTC  (4+ messages)
` [PATCH 2/8 v4] "

[PATCH] aio: fix request cancelling
 2014-01-23 10:25 UTC 

fanotify use after free
 2014-01-23 10:23 UTC  (5+ messages)

Help Needed
 2014-01-23 10:21 UTC  (8+ messages)

[PATCH] lib/genalloc.c: add check gen_pool_dma_alloc() if dma pointer is not NULL
 2014-01-23 10:21 UTC  (3+ messages)

[PATCH] [media] s5p-mfc: Add Horizontal and Vertical search range for Video Macro Blocks
 2014-01-23 10:21 UTC  (3+ messages)

[PATCH 5/8 v3] clk:exynos-5250: Add gate clock for SSS module
 2014-01-23 10:20 UTC  (3+ messages)
` [PATCH 5/8 v4] clk: samsung: exynos5250/5420: "

[PATCH 1/5] crypto:s5p-sss: Use platform_get_irq() instead of _byname()
 2014-01-23 10:19 UTC  (3+ messages)
` [PATCH 1/8 v4] "

[PATCH 6/6 v2] crypto:s5p-sss: validate iv before memcpy
 2014-01-23 10:19 UTC  (5+ messages)
` [PATCH 6/8 v4] ARM: dts: exynos5250/5420: add dt node for sss module
` [PATCH 7/8 v4] crypto:s5p-sss: validate iv before memcpy

[PATCH v10 0/4] Introducing a queue read/write lock implementation
 2014-01-23 10:07 UTC  (3+ messages)
` [PATCH v10 1/4] qrwlock: A "

[PATCH v2] backlight: turn backlight on/off when necessary
 2014-01-23  9:55 UTC  (5+ messages)

[PATCH] isci: update version to 1.2
 2014-01-23  9:52 UTC 

[PATCH] isci: update version to 1.2
 2014-01-23  9:46 UTC  (2+ messages)

[GIT PULL] x86/kaslr for v3.14
 2014-01-23  9:39 UTC  (3+ messages)

[PATCH] ARM: davinci: defconfig: drop CONFIG_REGULATOR_DUMMY
 2014-01-23  9:27 UTC 

[PATCH] x86, kaslr: export offset in VMCOREINFO ELF notes
 2014-01-23  9:19 UTC  (2+ messages)

[PATCH 0/5] EFI memmap and other fixes, v3
 2014-01-23  9:06 UTC  (2+ messages)

(no subject)
 2014-01-23  9:06 UTC 

[PATCH v3 0/4] power_supply: Introduce power supply charging driver
 2014-01-23  9:00 UTC  (5+ messages)
` [PATCH 1/4] power_supply: Add inlmt,iterm, min/max temp props
` [PATCH 4/4] power_supply: bq24261 charger driver

[PATCH] vt8500: pinctrl: Change devicetree data parsing
 2014-01-23  9:00 UTC  (3+ messages)

[PATCH v2 RESEND] vt8500: pinctrl: Change devicetree data parsing
 2014-01-23  8:57 UTC 

[GIT PULL] rename2 syscall
 2014-01-23  8:56 UTC 

How to identify different ip tunnels
 2014-01-23  8:54 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).