public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-07-17 16:49:05 to 2013-07-17 21:24:10 UTC [more...]

[RFC PATCH v5 0/1] drivers: mfd: Versatile Express SPC support
 2013-07-17 21:23 UTC  (12+ messages)

[PATCH 0/4] improved support for runtime muxing for pinctrl
 2013-07-17 21:23 UTC  (8+ messages)
` [PATCH 2/4] pinctrl: Allow pinctrl to have multiple active states
` [PATCH 3/4] pinctrl: Add support for additional dynamic states
` [PATCH 4/4] drivers: Add pinctrl handling for dynamic pin states

[PATCH] can: usb_8dev: fix urb leak on failure path in usb_8dev_start()
 2013-07-17 21:20 UTC 

[PATCH -next 1/2] arm: Remove enforced Os flag for LZ4 decompressor
 2013-07-17 21:16 UTC  (6+ messages)
` [PATCH -next 2/2] kbuild: fix for updated LZ4 tool with the new streaming format

[PATCH] ALSA: usb-audio: Add quirk for Focusrite Scarlett 18i8
 2013-07-17 21:12 UTC 

[PATCH, REBASED 0/8] Transparent huge page cache: phase 0, prep work
 2013-07-17 21:09 UTC  (3+ messages)
` [PATCH 5/8] thp, mm: locking tail page is a bug

[RFC][PATCH 00/10] Associative array & Massive expansion of keyring capacity
 2013-07-17 21:01 UTC  (13+ messages)
` [PATCH 01/10] KEYS: Skip key state checks when checking for possession
` [PATCH 02/10] Add a generic associative array implementation
` [PATCH 03/10] KEYS: Use bool in make_key_ref() and is_key_possessed()
` [PATCH 04/10] KEYS: key_is_dead() should take a const key pointer argument
` [PATCH 05/10] KEYS: Consolidate the concept of an 'index key' for key access
` [PATCH 06/10] KEYS: Introduce a search context structure
` [PATCH 07/10] KEYS: Search for auth-key by name rather than targt key ID
` [PATCH 08/10] KEYS: Define a __key_get() wrapper to use rather than atomic_inc()
` [PATCH 09/10] KEYS: Drop the permissions argument from __keyring_search_one()
` [PATCH 10/10] KEYS: Expand the capacity of a keyring

[PATCH 3.11-rc1] crypto: Fix boot failure due to module dependency
 2013-07-17 20:50 UTC  (6+ messages)
` [PATCH 3.11-rc1] crypto: Fix boot failure due to moduledependency
    ` [PATCH 3.11-rc1] crypto: Fix boot failure due tomoduledependency
        ` [PATCH 3.11-rc1] crypto: Fix boot failure duetomoduledependency

[RESEND][v3.8] [v3.9] [v3.10] [Regression] efi: be more paranoid about available space when creating variables
 2013-07-17 20:42 UTC  (2+ messages)

[merged] memstick-add-support-for-legacy-memorysticks.patch removed from -mm tree
 2013-07-17 20:35 UTC  (4+ messages)
` Driver for memestick standard cards
  ` [PATCH] memstick: add support for legacy memorysticks

nfsd bugfixes for 3.11
 2013-07-17 20:34 UTC 

[PATCH v2 00/42] ARM: at91: move to common clk framework
 2013-07-17 20:32 UTC  (12+ messages)
` [PATCH v2 24/42] ARM: at91: move at91sam9 boards to new at91 clk implem
` [PATCH v2 35/42] ARM: at91/dt: move sama5d3 SoCs "
` [PATCH v2 36/42] ARM: at91/dt: move sam9260/sam9g20 "
` [PATCH v2 37/42] ARM: at91/dt: move rm9200 boards "
` [PATCH v2 38/42] ARM: at91/dt: move sam9263 "
` [PATCH v2 39/42] ARM: at91/dt: move sam9g45 "
` [PATCH v2 40/42] ARM: at91/dt: move sam9n12 "
` [PATCH v2 41/42] ARM: at91/dt: move sam9x5 "
` [PATCH v2 42/42] ARM: at91/dt: move sama5d3 "

[PATCH 001/001] [Input:] Propagate hardware generated event timestamp to evdev
 2013-07-17 20:31 UTC  (3+ messages)

[ 00/19] 3.10.1-stable review
 2013-07-17 20:18 UTC  (46+ messages)
  ` [ATTEND] How to act on LKML (was: [ 00/19] 3.10.1-stable review)
  ` [Ksummit-2013-discuss] "
          ` [Ksummit-2013-discuss] [ATTEND] How to act on LKML
      `  "

[PATCH 0/3] MinnowBoard Support V2 (Serial and Ethernet)
 2013-07-17 20:15 UTC  (5+ messages)
` [PATCH 1/3] pch_uart: Use DMI interface for board detection
` [PATCH 3/3] pch_gbe: Add MinnowBoard support

[PATCH RFC] lib: Make radix_tree_node_alloc() irq safe
 2013-07-17 20:14 UTC  (2+ messages)

[PATCH V7 00/14] perf tools: some fixes and tweaks
 2013-07-17 20:10 UTC  (3+ messages)
` [PATCH V7 01/14] perf tools: add debug prints

[Ksummit-2013-discuss] [ATTEND] How to act on LKML
 2013-07-17 20:07 UTC 

[RFC 0/23] perf tool: Add support for multiple data file storage
 2013-07-17 19:59 UTC  (25+ messages)
` [PATCH 01/23] perf tools: Use session->fd instead of passing fd as argument
` [PATCH 02/23] perf tools: Remove data_offset seek as it's not needed
` [PATCH 03/23] perf tools: Remove attr_offset from perf_header
` [PATCH 04/23] perf tools: Introduce feat_offset into perf_header
` [PATCH 05/23] perf tests: Add simple session read/write test
` [PATCH 06/23] perf doc: Add perf data file documentation
` [PATCH 07/23] perf tools: Recognize version number for perf data file
` [PATCH 08/23] perf tools: Introduce perf data file version CHECK macro
` [PATCH 09/23] perf tools: Introduce swap_features function
` [PATCH 10/23] perf tools: Introduce swap_header function
` [PATCH 11/23] perf tools: Separate version 2 specific perf data header bits
` [PATCH 12/23] perf tools: Using evlist as a holder for event_desc feature
` [PATCH 13/23] perf tools: Introduce perf.data version 3 format
` [PATCH 14/23] perf tools: Add perf data version 3 header swap
` [PATCH 15/23] perf tools: Add perf data version 3 header read
` [PATCH 16/23] perf tools: Add perf.data version 3 header write
` [PATCH 17/23] perf tools: Get rid of post_processing_offset in record command
` [PATCH 18/23] perf tools: Move synthetizing into single function
` [PATCH 19/23] perf tools: Add data object to handle perf data file
` [PATCH 20/23] perf tools: Add perf_data_file__open interface to data object
` [PATCH 21/23] perf tools: Separating data file properties from session
` [PATCH 22/23] perf tools: Add multi file '-M' option for record command
` [PATCH 23/23] perf tools: Have the process properly sythesized in subsequent data files

3.11.0-rc1: Mellanox mlx5 fails to compile on 32-bit kernels
 2013-07-17 19:30 UTC  (2+ messages)

[PATCH v5] x86: make sure IDT is page aligned
 2013-07-17 19:57 UTC  (4+ messages)
` [tip:x86/urgent] x86: Make "

[PATCH 0/3] Fix backlight issues on some Windows 8 systems
 2013-07-17 19:57 UTC  (4+ messages)

[PATCH 0/7] Minor Alpha updates for 3.11
 2013-07-17 19:54 UTC  (3+ messages)
` [PATCH 2/7] alpha: Eliminate compiler warning from memset macro

commit f8f559422b (KVM: MMU: fast invalidate all mmio sptes) causes hang
 2013-07-17 19:52 UTC  (15+ messages)

[PATCH] mm/hugetlb: per-vma instantiation mutexes
 2013-07-17 19:50 UTC  (6+ messages)
        ` [PATCH] hugepage: allow parallelization of the hugepage fault path

arm: Only load TLS values when needed
 2013-07-17 19:49 UTC  (5+ messages)

[RFC PATCH 2/4] tracing: Turn "id"->i_private into call->event.type
 2013-07-17 19:39 UTC  (3+ messages)

[RFC PATCH 0/4] tracing: fix open/delete fixes
 2013-07-17 19:37 UTC  (4+ messages)
` [RFC PATCH 5/4] tracing: Simplify the ftrace_event_field iteration in f_next/f_show
` [RFC PATCH 6/4] tracing: Change f_start() to verify i_private under event_mutex

[RFC] [PATCH] x86: avoid per_cpu for APIC id tables
 2013-07-17 19:41 UTC 

zswap: How to determine whether it is compressing swap pages?
 2013-07-17 19:38 UTC  (3+ messages)

[RFC PATCH 3/4] tracing: Kill tracing_open/release_generic_file
 2013-07-17 19:19 UTC  (3+ messages)

[PATCH] MAINTAINERS: add the generic sched_clock under timekeeping
 2013-07-17 19:21 UTC  (5+ messages)

[PATCH] arm64: use common reboot infrastructure
 2013-07-17 19:20 UTC  (2+ messages)

[PATCH] Documentation: development-process: Update -mm and -next URLs
 2013-07-17 19:19 UTC 

[PATCH] ktime: fix some scripts/kernel-doc warnings
 2013-07-17 19:07 UTC 

[ATTEND] How to act on LKML
 2013-07-17 19:05 UTC  (4+ messages)

[PATCH v4 0/2] TWL6030, TWL6032 GPADC driver
 2013-07-17 19:04 UTC  (4+ messages)
` [PATCH 2/2] iio: twl6030-gpadc: "

[PATCH net] hyperv: Fix the NETIF_F_SG flag setting in netvsc
 2013-07-17 18:57 UTC  (3+ messages)

[RFC] sched: Limit idle_balance() when it is being used too frequently
 2013-07-17 18:48 UTC  (11+ messages)

driver model, duplicate names question
 2013-07-17 18:55 UTC  (12+ messages)

[PATCH 00/18] nohz patches for 3.12 preview
 2013-07-17 18:27 UTC  (12+ messages)
` [PATCH 01/18] nohz: Do not warn about unstable tsc unless user uses nohz_full
` [PATCH 03/18] sched: Consolidate open coded preemptible() checks
` [PATCH 05/18] vtime: Update a few comments
` [PATCH 07/18] nohz: Selectively enable context tracking on full dynticks CPUs
` [PATCH 09/18] context_tracking: Optimize main APIs off case with static key
` [PATCH 10/18] context_tracking: Optimize context switch off case with static keys
` [PATCH 12/18] vtime: Remove a few unneeded generic vtime state checks
` [PATCH 14/18] context_tracking: Split low level state headers
` [PATCH 15/18] vtime: Describe overriden functions in dedicated arch headers

[Regression][v3.10][v3.11] net: Kill link between CSUM and SG features
 2013-07-17 18:22 UTC  (7+ messages)

[ 00/19] 3.10.1-stable review
 2013-07-17 18:14 UTC  (10+ messages)
                ` open conflicts vs. hidden conflicts (was: [ 00/19] 3.10.1-stable review)

[PATCH 00/21] iio: TI-am335x-adc continuous mode
 2013-07-17 18:09 UTC  (26+ messages)
` [PATCH 01/21] MFD: ti_tscadc: disable TSC control
` [PATCH 02/21] IIO: ADC: ti_adc: Fix 1st sample read
` [PATCH 03/21] iio: ti_am335x_adc: Added iio_voltageX_scale
` [PATCH 04/21] input: ti_tsc: Enable shared IRQ for TSC
` [PATCH 05/21] iio: input: am335x_adc: Add continuous mode to adc
` [PATCH 06/21] MFD: ti_tscadc: ADC Clock check not required
` [PATCH 07/21] iio: TI-am335x-adc: Cleanup
` [PATCH 08/21] IIO: ti_adc: Handle set to clear IRQENABLE register properly
` [PATCH 09/21] IIO: ti_adc: Handle set to clear IRQSTATUS "
` [PATCH 10/21] IIO: ti_adc: Handle overrun before threshold event
` [PATCH 11/21] iio: ti_adc: Avoid double "
` [PATCH 12/21] IIO: ti_adc: Also clear threshold event when clearing overrun event
` [PATCH 13/21] IO: ti_adc: Reset and clear overrun status before capture
` [PATCH 14/21] IIO: ti_adc: Properly handle out of memory situation
` [PATCH 15/21] IIO: ti_adc: Print error and handle short FIFO events
` [PATCH 16/21] IIO: ti_adc: Fix allocation count of FIFO buffer
` [PATCH 17/21] Revert "IIO: ti_adc: Correct wrong samples received on 1st read in continuous mode"
` [PATCH 18/21] IIO: ti_adc: Fix capture operation during resume
` [PATCH 19/21] iio: ti_amss5x adc Fix check_patch.pl issues
` [PATCH 20/21] input: ti_am335x_tsc.c fix checkpatch.pl issues
` [PATCH 21/21] mfd: ti_am335x_tscadc.c "

3.11.0-rc1: kernel BUG at mm/migrate.c:458 in page migration
 2013-07-17 18:08 UTC  (5+ messages)
` [PATCH] mm/swap.c: clear PageActive before adding pages onto unevictable list (Re: 3.11.0-rc1: kernel BUG at mm/migrate.c:458 in page migration)

[PATCH] RDMA/cma: silence GCC warning
 2013-07-17 18:07 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v5 0/2] TWL6030, TWL6032 GPADC driver
 2013-07-17 18:04 UTC  (3+ messages)
` [PATCH v5 2/2] iio: twl6030-gpadc: "

[RFC][PATCH 0/4] tracing/kprobes/uprobes: Fix race between opening probe event files and deleting probe
 2013-07-17 17:37 UTC  (8+ messages)

[PATCH v2 00/14] Platform Framebuffers and SimpleDRM
 2013-07-17 17:40 UTC  (3+ messages)
` [PATCH v2 03/14] x86: provide platform-devices for boot-framebuffers

[PATCH v9 0/8] Generic PHY Framework
 2013-07-17 17:25 UTC  (5+ messages)
` [PATCH v9 1/8] drivers: phy: add generic PHY framework

[PATCH v3] media: i2c: tvp7002: add OF support
 2013-07-17 17:24 UTC  (3+ messages)

[PATCH] usb: udc: add gadget state kobject uevent
 2013-07-17 16:35 UTC  (6+ messages)

[PATCH 1/1] Drivers: hv: util: Fix a bug in version negotiation code for util services
 2013-07-17 17:18 UTC  (4+ messages)

[PATCH 0/3] arm: zynq: SLCR clean up
 2013-07-17 17:10 UTC  (4+ messages)
` [PATCH 1/3] arm: zynq: slcr: Remove redundant header #includes
` [PATCH 2/3] arm: zynq: slcr: Clean up #defines
` [PATCH 3/3] arm: zynq: slcr: Use read-modify-write for register writes

[PATCH v2] power: new trace event to print device suspend and resume time
 2013-07-17 17:10 UTC  (7+ messages)

[PATCH 0/3] ARM: OMAP2+: omap_device: add dynamic pinctrl handling
 2013-07-17 16:56 UTC  (4+ messages)
` [PATCH 2/3] ARM: OMAP2+: omap_device: add "

[PATCH v3 0/2] Enable lm90 in Tegra30 and Tegra114
 2013-07-17 17:05 UTC  (6+ messages)

[GIT] kbuild changes for v3.11-rc1
 2013-07-17 17:03 UTC  (9+ messages)
        ` [PATCH] arm, kbuild: make "make install" not depend on vmlinux

[PATCH] [trivial] doc: Fix typo in doucmentations
 2013-07-17 17:00 UTC  (2+ messages)

[PATCH 0/9] ARM: dts: omap5-uevm: fixup wrong regulator configuration
 2013-07-17 16:45 UTC 

[PATCH] arm: choose debug/uncompress.h include when uncompress debug is disabled
 2013-07-17 16:48 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox