linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-25 07:45:42 to 2014-03-25 15:56:08 UTC [more...]

[v3.17-rc8] LTP oom testsuite produces OOPS
 2014-03-25 15:56 UTC  (2+ messages)

mm: slub: gpf in deactivate_slab
 2014-03-25 15:54 UTC  (2+ messages)

[PATCH] Xen: do hv callback accounting only on x86
 2014-03-25 15:52 UTC 

[PATCH] vfio: always select ANON_INODES
 2014-03-25 15:50 UTC 

[PATCH] staging: gs_fpgaboot: remove __TIMESTAMP__ macro
 2014-03-25 15:48 UTC 

[PATCH] staging/usbip: fix store_attach() sscanf return value check
 2014-03-25 16:38 UTC  (2+ messages)

[PATCH 00/39] [WIP] scsi multiqueue
 2014-03-25 15:36 UTC  (4+ messages)
` [PATCH 16/39] virtio_scsi: use cmd_size

[PATCH 0/3] x86: fix hang when AP bringup is too slow
 2014-03-25 12:44 UTC  (7+ messages)

[PATCH 0/3] perf tools: Add libdw DWARF post unwind support for ARM64
 2014-03-25 15:23 UTC  (4+ messages)
` [PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

[PATCH resubmit] scsi: bfa: Use ARRAY_SIZE
 2014-03-25 15:11 UTC  (2+ messages)
` [PATCH] "

[PATCH] netlink: have netlink per-protocol bind function return an error code
 2014-03-25 13:11 UTC  (6+ messages)
      ` [PATCH][v6] "
      ` unbind [was: Re: [PATCH] netlink: have netlink per-protocol bind function return] "

[RFC PATCH] imx-i2c: Add smbus block read support to imx i2c bus
 2014-03-25 15:06 UTC 

[PATCH] KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMIN
 2014-03-25 15:05 UTC 

splicing pages to the same file
 2014-03-25 15:00 UTC 

[RFC 00/47] mtd: nand: Add new driver supporting ST's BCH h/w
 2014-03-25 14:58 UTC  (53+ messages)
` [RFC 01/47] mtd: nand: export useful functions from core driver
` [RFC 02/47] mtd: nand: add ONFI NAND Timing Mode Specifications
` [RFC 03/47] mtd: nand: add shared register defines for ST's NAND Controller drivers
` [RFC 04/47] mtd: nand: adding ST's BCH NAND Controller driver
` [RFC 05/47] mtd: nand: stm_nand_bch: IRQ support for "
` [RFC 06/47] mtd: nand: stm_nand_bch: change between BCH and Hamming modes
` [RFC 07/47] mtd: nand: stm_nand_bch: initialise the BCH Controller
` [RFC 08/47] mtd: nand: stm_nand_bch: supply clock support
` [RFC 09/47] mtd: nand: stm_nand_bch: introduce and initialise some important data structures
` [RFC 10/47] mtd: nand: stm_nand_bch: initialise the Hamming Controller
` [RFC 11/47] mtd: nand: stm_nand_bch: add Power Management
` [RFC 12/47] mtd: nand: stm_nand_bch: scan for NAND devices
` [RFC 13/47] mtd: nand: stm_nand_bch: provide Device Tree support
` [RFC 14/47] mtd: nand: stm_nand_bch: configure BCH and FLEX by ONFI timing mode
` [RFC 15/47] mtd: nand: stm_nand_bch: add compatible page size check
` [RFC 16/47] mtd: nand: stm_nand_bch: derive some working variables for latter use
` [RFC 17/47] mtd: nand: stm_nand_bch: automatically set EEC mode if requested
` [RFC 18/47] mtd: nand: stm_nand_bch: ensure configuration is compatible with this driver
` [RFC 19/47] mtd: nand: stm_nand_bch: configure BCH read/write/erase programs
` [RFC 20/47] mtd: nand: stm_nand_bch: initialise working buffers
` [RFC 21/47] mtd: nand: stm_nand_bch: provide shared BCH operations
` [RFC 22/47] mtd: nand: stm_nand_bch: check erased page for zeros
` [RFC 23/47] mtd: nand: stm_nand_bch: read and write page (BCH)
` [RFC 24/47] mtd: nand: stm_nand_bch: find IBBT signature
` [RFC 25/47] mtd: nand: stm_nand_bch: bad block marking helpers
` [RFC 26/47] mtd: nand: stm_nand_bch: populate IBBT BCH Header
` [RFC 27/47] mtd: nand: stm_nand_bch: write IBBT to Flash
` [RFC 28/47] mtd: nand: stm_nand_bch: update flash-resident BBT(s)
` [RFC 29/47] mtd: nand: stm_nand_bch: add Hamming-FLEX operations
` [RFC 30/47] mtd: nand: stm_nand_bch: read and write raw (FLEX)
` [RFC 31/47] mtd: nand: stm_nand_bch: scan block for BBM(s) according to specified BBT options
` [RFC 32/47] mtd: nand: stm_nand_bch: scan for BBMs and build memory-resident BBT
` [RFC 33/47] mtd: nand: stm_nand_bch: search for and load flash-resident BBT
` [RFC 34/47] mtd: nand: stm_nand_bch: "
` [RFC 35/47] mtd: nand: stm_nand_bch: dump bad blocks
` [RFC 36/47] mtd: nand: stm_nand_bch: parse partitions and register an MTD device
` [RFC 37/47] mtd: nand: stm_nand_bch: fetch the bit-flips threshold
` [RFC 38/47] mtd: nand: stm_nand_bch: check WP (FLEX)
` [RFC 39/47] mtd: nand: stm_nand_bch: read and write ops (FLEX)
` [RFC 40/47] mtd: nand: stm_nand_bch: MTD erase (BCH)
` [RFC 41/47] mtd: nand: stm_nand_bch: MTD mark and check for bad blocks (BCH)
` [RFC 42/47] mtd: nand: stm_nand_bch: add read and write OOB (BCH)
` [RFC 43/47] mtd: nand: stm_nand_bch: read and write functions (BCH)
` [RFC 44/47] mtd: nand: stm_nand_bch: MTD read and write (BCH)
` [RFC 45/47] mtd: nand: stm_nand_bch: read and write buffers (FLEX)
` [RFC 46/47] mtd: nand: mtd_nand_bch: add remaining FLEX functions
` [RFC 47/47] mtd: nand: stm_nand_bch: catch unsupported calls

[V5 0/4] perf: New conditional branch filter
 2014-03-25 14:52 UTC  (2+ messages)

[PATCH] clocksource: efm32: use $vendor,$device scheme for compatible string
 2014-03-25 14:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 1/4] drm: Adding new flag to restrict bitmask drm properties as 32 bit type and 32 bit value pair
 2014-03-25 14:32 UTC  (2+ messages)
  ` [PATCH v2 2/4] drm: Added plane alpha and color blending property

[PATCH] [trivial]treewide: Fix typo in printk
 2014-03-25 14:13 UTC  (2+ messages)

[PATCH v5 0/4] APM X-Gene PCIe controller
 2014-03-25 14:05 UTC  (7+ messages)
` [PATCH v5 1/4] pci: APM X-Gene PCIe controller driver

[PATCH] gpio: iop: fix devm_ioremap_resource() return value checking
 2014-03-25 14:04 UTC  (2+ messages)

[PATCH] clocksource: exynos_mct: Fix stall after CPU hotplugging
 2014-03-25 13:54 UTC  (3+ messages)

[REGRESSION 3.14-rc6] Samsung N150 lid does not "open" after suspend to RAM
 2014-03-25 13:53 UTC  (7+ messages)

[PATCH v3] mm/page_alloc: fix freeing of MIGRATE_RESERVE migratetype pages
 2014-03-25 13:47 UTC  (3+ messages)

[PATCH 01/19] thermal: allow registering without .get_temp
 2014-03-25 13:32 UTC  (14+ messages)
` [PATCH 02/19] thermal: hwmon: move hwmon support to single file
` [PATCH 03/19] drivers: thermal: make usage of CONFIG_THERMAL_HWMON optional
` [PATCH 04/19] thermal: introduce device tree parser
` [PATCH 05/19] thermal: core: introduce thermal_of_cooling_device_register
` [PATCH 06/19] thermal: cpu_cooling: introduce of_cpufreq_cooling_register
` [PATCH 07/19] hwmon: lm75: expose to thermal fw via DT nodes
  ` [lm-sensors] "
` [PATCH 08/19] hwmon: tmp102: "
` [PATCH 09/19] arm: dts: add omap4 CPU thermal data
` [PATCH 10/19] arm: dts: add cooling properties on omap4430 cpu node
` [PATCH 11/19] arm: dts: add cooling properties on omap4460 "
` [PATCH 12/19] arm: dts: add omap5 GPU thermal data
` [PATCH 13/19] arm: dts: add omap5 CORE "

[PATCH] compat_audit: allow it to work without asm/unistd32.h
 2014-03-25 13:25 UTC  (5+ messages)

[PATCH] arm: boot: dts: build keystone devicetree blob
 2014-03-25 13:21 UTC  (5+ messages)

linux-next: manual merge of the keystone tree with the arm-soc tree
 2014-03-25 13:17 UTC  (4+ messages)

[PATCH 1/5] ARM: dts: tx53: remove redundant regulator-boot-on
 2014-03-25 13:14 UTC  (4+ messages)
` [PATCH 4/5] ARM: dts: tx53: add simple-panel support

[Question] Linux CFS sched_entity
 2014-03-25 13:02 UTC  (3+ messages)

[PATCH 0/4] provide irqchip in gpiolib
 2014-03-25 12:51 UTC  (5+ messages)
` [PATCH 1/4] gpio: add IRQ chip helpers "
` [PATCH 2/4] gpio: pl061: convert driver to use gpiolib irqchip
` [PATCH 3/4] pinctrl: nomadik: "
` [PATCH 4/4] pinctrl: coh901: "

[PATCH v2] staging/usbip: fix store_attach() sscanf return value check
 2014-03-25 12:47 UTC 

alarmtimer.c logic error bring on __run_hrtimer BUG_ON panic
 2014-03-25 12:39 UTC 

alarmtimer.c logic error bring on __run_hrtimer BUG_ON panic
 2014-03-25 12:38 UTC 

[PATCH] staging: comedi: s626: use comedi_timeout() on remaining loops
 2014-03-25 12:11 UTC  (2+ messages)

[PATCH v9 0/5] xen/arm/arm64: CONFIG_PARAVIRT and stolen ticks accounting
 2014-03-25 12:12 UTC  (11+ messages)
` [PATCH v9 2/5] kernel: missing include in cputime.c
` [PATCH v9 3/5] arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
` [PATCH v9 4/5] arm64: "

[PATCH net-next v2 8/9] net: filter: rework/optimize internal BPF interpreter's instruction set
 2014-03-25 12:10 UTC 

[PATCH RFC v1 00/01] dm-lightnvm introduction
 2014-03-25 11:38 UTC  (6+ messages)
` [PATCH RFC v1 01/01] dm-lightnvm: An open FTL for open firmware SSDs
    ` [dm-devel] "

[RFC PATCH 0/2] sched: proposal for idlestat scheduler benchmarking tool
 2014-03-25 12:08 UTC  (2+ messages)

[PATCH 3.4 00/99] 3.4.83-stable review
 2014-03-25 12:05 UTC  (5+ messages)
` Re: [PATCH 3.4 93/99] iwlwifi: always copy first 16 bytes of commands
      `  "

[RESEND: RFC PATCH 0/3] Add Keystone pcie driver
 2014-03-25 11:46 UTC  (5+ messages)
` [RESEND: RFC PATCH 3/3] pcie: keystone: add pcie driver based on designware core driver

[PATCH v4] arm: remove !CPU_V6 and !GENERIC_ATOMIC64 build dependencies for XEN
 2014-03-25 11:27 UTC  (4+ messages)

[RFC PATCH v2 0/2] clk: Support for DT assigned clock parents and rates
 2014-03-25 11:19 UTC  (3+ messages)
` [RFC PATCH v2 2/2] clk: Add handling of clk parent and rate assigned from DT

[PATCH] vsprintf: Document %p parameters passed by reference
 2014-03-25 11:18 UTC 

[PATCH] clk: Neaten clk_summary output
 2014-03-25 11:16 UTC 

[PATCH] arm64: Fix duplicated Kconfig entries again
 2014-03-25 11:09 UTC  (3+ messages)
` [Linaro-acpi] "

[PATCH v4] drm/i2c: tda998x: Deprecate "nxp,tda998x" in favour of "nxp,tda9989"
 2014-03-25 11:04 UTC 

[PATCH] Add VID/PID for HID-type Multi-Touch Module of AFO CO., LTD
 2014-03-25 10:59 UTC  (2+ messages)

[PATCH -tip v8 00/26] kprobes: introduce NOKPROBE_SYMBOL, bugfixes and scalbility efforts
 2014-03-25 10:58 UTC  (23+ messages)
` [PATCH -tip v8 10/26] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip v8 11/26] kprobes: Allow probe on some kprobe functions
` [PATCH -tip v8 12/26] ftrace/*probes: Allow probing on some functions
` [PATCH -tip v8 14/26] x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
` [PATCH -tip v8 16/26] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip v8 17/26] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip v8 19/26] kprobes: Show blacklist entries via debugfs

[PATCH v2 2/2] i2c designware add support of I2C standard mode
 2014-03-25 10:18 UTC  (2+ messages)
` [PATCH V3 "

[PATCH v5 0/3] Add modules for realtek USB card reader
 2014-03-25 10:44 UTC  (4+ messages)
` [PATCH v5 1/3] mfd: Add realtek USB card reader driver
` [PATCH v5 2/3] mmc: Add realtek USB sdmmc host driver
` [PATCH v5 3/3] memstick: Add realtek USB memstick "

New NAND driver
 2014-03-25 10:46 UTC  (5+ messages)

[PATCH 0/2] mmc: rtsx: add new cmd type handle and modify error handle
 2014-03-25 10:44 UTC  (4+ messages)
` [PATCH 1/2] mmc: rtsx: add R1-no-CRC mmc command type handle
` [PATCH 2/2] mmc: rtsx: modify error handle and remove smatch warnings

[PATCH v4 00/11] powerpc: Add support for Power Hypervisor supplied performance counters
 2014-03-25 10:43 UTC  (3+ messages)
` [PATCH v4 09/11] powerpc/perf: add support for the hv 24x7 interface

[PATCH] tick: fix spelling mistake in tick_handle_periodic()
 2014-03-25 10:39 UTC  (3+ messages)

[PATCH V2] tick: fix spelling mistake in tick_handle_periodic()
 2014-03-25 10:39 UTC 

[PATCH 2/2] aio: fix the confliction of read events and migrating ring page
 2014-03-25 10:11 UTC  (8+ messages)
      ` [PATCH] aio: ensure access to ctx->ring_pages is correctly serialised
        ` [V2 PATCH 1/2] aio: clean up aio_migratepage() and related code much

[PATCH v4 0/5] KVM: x86: flush tlb out of mmu-lock after write protection
 2014-03-25 10:22 UTC  (3+ messages)

[PATCH 0/2] Add big endian support
 2014-03-25  9:35 UTC  (3+ messages)
` [PATCH 1/2] watchdog: imx2_wdt: Sort the header files alphabetically
` [PATCH 2/2] watchdog: imx2_wdt: Add big-endian support

[PATCH v2 1/2] procfs: make /proc/*/{stack,syscall,personality} 0400
 2014-03-25 10:15 UTC  (2+ messages)

[PATCH] perf/tool: Fix usage of trace events with '-' in trace system name
 2014-03-25 10:15 UTC  (2+ messages)

[PATCH 2/3] memblock: Use for_each_memblock()
 2014-03-25  9:31 UTC 

[PATCH 1/3] memblock/x86: Use for_each_memblock()
 2014-03-25  9:30 UTC 

[PATCH 1/7] workqueue: add __WQ_FREEZING and remove POOL_FREEZING
 2014-03-25  9:56 UTC  (2+ messages)
` [PATCH] "

[PATCH v5 0/5] Add USB nodes for am43xx epos and gp evm
 2014-03-25  9:49 UTC  (3+ messages)
` [PATCH v5 2/5] ARM: dts: am43xx clock data

[PATCH v2] hung_task : check the value of "sysctl_hung_task_timeout_sec"
 2014-03-25  8:58 UTC  (3+ messages)

3.14-rc7 crashes in drm ([PATCH] a crash in mga_driver_irq_uninstall)
 2014-03-25  9:13 UTC  (12+ messages)

[PATCH] ipv4: gre: Fix null pointer dereference in gre_cisco_err()
 2014-03-25  8:56 UTC  (3+ messages)

[PATCH] arch/avr32/mm/cache.c: export symbol flush_icache_range() for module using
 2014-03-25  8:51 UTC  (8+ messages)

Linux 3.14-rc8
 2014-03-25  8:38 UTC  (2+ messages)

[PATCH] drivers:bluetooth:ath3k.c: Fixed sparse warning for cast to restricted __le32
 2014-03-25  8:38 UTC  (3+ messages)

linux-next: Tree for Mar 25
 2014-03-25  8:37 UTC 

[PATCH v5 0/7] Add support for the Allwinner A31 DMA Controller
 2014-03-25  7:50 UTC  (4+ messages)
` [PATCH v5 1/7] clk: sunxi: Remove calls to clk_put

[PATCH] tick: Remove code duplication in tick_handle_periodic()
 2014-03-25  8:26 UTC 

[PATCH v0 00/15] clk: st: Add new driver
 2014-03-25  8:28 UTC  (4+ messages)
` [PATCH v0 01/15] drivers: clk: st: Support for DIVMUX and PreDiv Clocks

[PATCH] mmc: sdhci: don't read cd-gpio while holding spinlock
 2014-03-25  8:25 UTC  (5+ messages)
` [PATCH V2] "

Another preempt folding issue?
 2014-03-25  8:23 UTC  (13+ messages)

[PATCH] bonding: Inactive slaves should keep inactive flag's value to 1 in tlb and alb mode
 2014-03-25  8:36 UTC  (3+ messages)

[PATCH] NFSD, lost nfserrno() call in nfsd_setattr()
 2014-03-25  8:19 UTC  (3+ messages)

[PATCH] staging: line6: Fix missing blanks after declarations
 2014-03-25  8:12 UTC  (3+ messages)
` [PATCH v2] staging: line6: Add blank lines "

[PATCH 0/1] mm: FAULT_AROUND_ORDER patchset performance data for powerpc
 2014-03-25  8:11 UTC  (2+ messages)

[bisected] NULL pointer dereference in acpi_gpiochip_add (on modprobe ssb)
 2014-03-25  8:05 UTC  (6+ messages)

dwapb: a bug fix a few cleanups, v2
 2014-03-25  7:54 UTC  (4+ messages)
` [PATCH 7/7] gpio: dwapb: use d->mask instead od BIT(bit)

linux-next: build failure after merge of the akpm-current tree
 2014-03-25  7:44 UTC 


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