linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-05 07:13:29 to 2015-06-05 12:27:20 UTC [more...]

[PATCH 0/3] ARM: Allow SPARSEMEM on multiplatform build
 2015-06-05 12:26 UTC  (5+ messages)
` [PATCH 2/3] ARM: Remove redundant ARCH_SPARSEMEM_DEFAULT setting
` [PATCH 3/3] ARM: Allow either FLATMEM or SPARSEMEM on the multiplatform build

[PATCH] drm/panel: add lg4573 driver
 2015-06-05 12:19 UTC  (2+ messages)

[PATCH v2 00/13] SMM implementation for KVM
 2015-06-05 12:10 UTC  (6+ messages)
` [PATCH v2 07/13] KVM: add vcpu-specific functions to read/write/translate GFNs

[RFC PATCH] sched: Fix sched_wakeup tracepoint
 2015-06-05 12:09 UTC  (2+ messages)

[RFC][PATCH 0/4] Fixes for leapsecond expiring early ABS_TIME CLOCK_REALTIME timers
 2015-06-05 12:07 UTC  (13+ messages)
` [RFC][PATCH 4/4] time: Do leapsecond adjustment in gettime fastpaths

[RFC][PATCHv2 0/8] introduce automatic pool compaction
 2015-06-05 12:03 UTC  (9+ messages)
` [RFC][PATCHv2 1/8] zsmalloc: drop unused variable `nr_to_migrate'
` [RFC][PATCHv2 2/8] zsmalloc: partial page ordering within a fullness_list
` [RFC][PATCHv2 3/8] zsmalloc: lower ZS_ALMOST_FULL waterline
` [RFC][PATCHv2 4/8] zsmalloc: always keep per-class stats
` [RFC][PATCHv2 5/8] zsmalloc: introduce zs_can_compact() function
` [RFC][PATCHv2 6/8] zsmalloc: cosmetic compaction code adjustments
` [RFC][PATCHv2 7/8] zsmalloc/zram: move `num_migrated' to zs_pool
` [RFC][PATCHv2 8/8] zsmalloc: register a shrinker to trigger auto-compaction

[GIT PULL 0/6] perf/core improvements and fixes
 2015-06-05 12:05 UTC  (12+ messages)

[PATCH] radio-bcm2048: Fix region selection
 2015-06-05 12:01 UTC  (3+ messages)

[PATCH] kdbus: use FIELD_SIZEOF in kdbus_member_set_user macro
 2015-06-05 11:52 UTC  (2+ messages)

[PATCH 3/3] driver: core: add security labels to misc class devnode
 2015-06-05 11:50 UTC  (4+ messages)

[PATCH 2/3] driver: core: add security labels to devtmpfs
 2015-06-05 11:50 UTC  (4+ messages)

[PATCH] perf record: Fix perf.data size in no-buildid mode
 2015-06-05 11:40 UTC  (2+ messages)

[PATCH 1/3] driver: core: add uid gid to class devnode
 2015-06-05 11:49 UTC  (5+ messages)

[PATCH RESEND 1/2] tools lib traceevent: Export dynamic symbols used by traceevent plugins
 2015-06-05 11:39 UTC  (2+ messages)

[PATCH v3] fusion: remove dead MTRR code
 2015-06-05 11:47 UTC  (4+ messages)

[v9 0/9] Add VT-d Posted-Interrupts support - IOMMU part
 2015-06-05 11:47 UTC  (2+ messages)

[PATCH 1/2] x86/asm/entry/32: Explain stub32_clone logic
 2015-06-05 11:44 UTC  (6+ messages)
` [PATCH 2/2] x86/asm/entry/32: Remove unnecessary optimization in stub32_clone

[PATCH 00/27] gpio: Allow compile test of GPIO consumers if !GPIOLIB
 2015-06-05 11:42 UTC  (6+ messages)
` [PATCH 01/27] drm/bridge: ptn3460: #include <linux/gpio/consumer.h>, depend on GPIOLIB
  ` [PATCH 02/27] drm/bridge: ps8622: "

[PATCH v2 0/3] ARM: rockchip: fix the SMP
 2015-06-05 11:39 UTC  (4+ messages)
` [PATCH v2 1/3] ARM: rockchip: fix the CPU soft reset
` [PATCH v2 2/3] ARM: rockchip: ensure CPU to enter WFI/WFE state
` [PATCH v2 3/3] ARM: rockchip: fix the SMP code style

[PATCH] kvm: irqchip: Break up high order allocations of kvm_irq_routing_table
 2015-06-05 11:39 UTC  (9+ messages)

[PATCH v2 0/2] clk: adapt ->round_rate()/->determine_rate() prototypes
 2015-06-05 11:39 UTC  (6+ messages)
` [PATCH v2 1/2] clk: change clk_ops' ->round_rate() prototype

[PATCH] Staging: unisys: virthba: fixed a brace coding style issue
 2015-06-05 11:35 UTC  (2+ messages)

[PATCH] radio-bcm2048: Enable access to automute and ctrl registers
 2015-06-05 11:34 UTC  (2+ messages)

[PATCH] oom: split out forced OOM killer
 2015-06-05 11:28 UTC  (3+ messages)

[bp:for-next 15/22] drivers/edac/mce_amd_inj.c:47:21: sparse: symbol 'inj_type' was not declared. Should it be static?
 2015-06-05 11:24 UTC  (2+ messages)
` [PATCH bp] EDAC, mce_amd_inj: inj_type can be static

[PATCH 00/14] sched: balance callbacks
 2015-06-05 11:24 UTC  (20+ messages)
` [PATCH 01/14] sched: Replace post_schedule with a balance callback list
` [PATCH 02/14] sched: Use replace normalize_task() with __sched_setscheduler()
` [PATCH 03/14] sched: Allow balance callbacks for check_class_changed()
` [PATCH 04/14] sched,rt: Remove return value from pull_rt_task()
` [PATCH 05/14] sched,rt: Convert switched_{from,to}_rt() / prio_changed_rt() to balance callbacks
` [PATCH 06/14] sched,dl: Remove return value from pull_dl_task()
` [PATCH 07/14] sched,dl: Convert switched_{from,to}_dl() / prio_changed_dl() to balance callbacks
` [PATCH 08/14] hrtimer: Allow hrtimer::function() to free the timer
` [PATCH 09/14] sched,dl: Fix sched class hopping CBS hole
` [PATCH 10/14] sched: Move code around
` [PATCH 11/14] sched: Streamline the task migration locking a little
` [PATCH 12/14] lockdep: Simplify lock_release()
` [PATCH 13/14] lockdep: Implement lock pinning
` [PATCH 14/14] sched,lockdep: Employ "

[PATCH] [media] v4l2-ioctl: Give more information when device_caps are missing
 2015-06-05 11:19 UTC  (2+ messages)

[PATCH] oom: always panic on OOM when panic_on_oom is configured
 2015-06-05 11:13 UTC  (3+ messages)

[PATCH] zsmalloc: fix a null pointer dereference in destroy_handle_cache()
 2015-06-05 11:11 UTC 

[tip:x86/asm] x86/asm/msr: Make wrmsrl_safe() a function
 2015-06-05 11:11 UTC  (4+ messages)

[PATCHv2 0/4] Add Altera Arria10 EDAC Support
 2015-06-05 11:02 UTC  (8+ messages)
` [PATCHv2 2/4] edac, altera: Refactor EDAC for Altera CycloneV SoC

[PATCH v2 0/6] Memsic MMC35230 magnetometer fixes
 2015-06-05 11:03 UTC  (7+ messages)
` [PATCH v2 1/6] iio: magnetometer: mmc35240: i2c device name should be lower case
` [PATCH v2 2/6] iio: magnetometer: mmc35240: NULL terminate attribute array
` [PATCH v2 3/6] iio: magnetometer: mmc35240: Fix broken processed value
` [PATCH v2 4/6] iio: magnetometer: mmc35240: Use a smaller sleep value
` [PATCH v2 5/6] iio: magnetometer: mmc35240: Fix sensitivity on z-axis
` [PATCH v2 6/6] iio: magnetometer: mmc35240: Add compensation for raw values

[PATCH] irqchip: gic: simplify gic_configure_irq by using IRQCHIP_SET_TYPE_MASKED
 2015-06-05 10:59 UTC 

linux-next: build failure after merge of the extcon tree
 2015-06-05 10:53 UTC  (3+ messages)

linux-next: manual merge of the usb tree with the mips tree
 2015-06-05 10:53 UTC  (2+ messages)

[PATCH 1/2 v2] kernel/resource: Invalid memory access in __release_resource
 2015-06-05 10:52 UTC  (8+ messages)
` [PATCH 2/2 v2] of/platform: Use platform_device interface

[PATCH 1/2] kernel/resource: Add new flag IORESOURCE_SHARED
 2015-06-05 10:51 UTC  (2+ messages)
` [PATCH 2/2] of/platform: Mark all device tree resources as SHARED

[PATCH V3 0/2] generic TEE subsystem
 2015-06-05 10:48 UTC  (7+ messages)
` [PATCH V3 2/2] tee: add OP-TEE driver

[RFC] module: add per-module params lock
 2015-06-05 10:47 UTC  (3+ messages)

[PATCH v9 0/3] x86/earlyprintk: setup serial earlyprintk as early as possible
 2015-06-05 10:47 UTC  (6+ messages)
` [PATCH v9 1/3] x86/setup: introduce setup_bultin_cmdline

[PATCH v2 0/2] Add MediaTek display PWM driver
 2015-06-05 10:45 UTC  (5+ messages)

[PATCH v6 0/8] mfd: cros_ec: Add multi EC and proto v3 support
 2015-06-05 10:40 UTC  (6+ messages)
` [PATCH v6 6/8] mfd: cros_ec: Support multiple EC in a system

[PATCH 0/6] kernel: power: Neaten PM: logging
 2015-06-05 10:37 UTC  (3+ messages)
` [PATCH 5/6] power: user: Standardize "Syncing filesystems ..." message

[PATCH] f2fs: do not trim preallocated blocks when truncating after i_size
 2015-06-05 10:34 UTC 

[PATCH 0/3 v3] Fix kdump failures with crashkernel=high
 2015-06-05 10:30 UTC  (4+ messages)
` [PATCH 1/3] swiotlb: Warn on allocation failure in swiotlb_alloc_coherent
` [PATCH 2/3] x86, swiotlb: Try coherent allocations with __GFP_NOWARN
` [PATCH 3/3] x86, crash: Allocate enough low-mem when crashkernel=high

[PATCH V14 00/14] perf, tools: Add support for PMU events in JSON format
 2015-06-05 10:29 UTC  (6+ messages)
` [PATCH v14 09/19] perf, tools: Support alias descriptions
` [PATCH v14 15/19] perf, tools: Support long descriptions with perf list

[PATCH] MIPS: optimise non-EVA kernel user memory accesses
 2015-06-05 10:28 UTC  (2+ messages)

[PATCH V2 0/3] map GHES memory region with EFI memory map
 2015-06-05 10:25 UTC  (8+ messages)
` [PATCH V2 1/3] efi: arch, x86: arch, ia64: move efi_mem_attributes()
` [PATCH V2 3/3] acpi, apei: use EFI memmap to map GHES memory

Loan Offer Apply Now!!!
 2015-06-05  9:55 UTC 

linux-next: build failure after merge of the drivers-x86 tree
 2015-06-05 10:13 UTC 

[PATCH 0/2] serial: 8250: Workaround to avoid irq=0 for console
 2015-06-05 10:03 UTC  (3+ messages)
` [PATCH 1/2] serial: 8250: Fix autoconfig_irq() to avoid race conditions
` [PATCH 2/2] serial: 8250: Allow to skip autoconfig_irq() for a console

[PATCH 0/3] driver: core: add security label to devtmpfs nodes
 2015-06-05 10:10 UTC 

[BUG, bisect] hrtimer: severe lag after suspend & resume
 2015-06-05 10:07 UTC  (5+ messages)

Possible race window when walking irq descriptors
 2015-06-05 10:06 UTC  (2+ messages)

[PATCH] drm: bridge/dw_hdmi: Return num_modes in dw_hdmi_connector_get_modes
 2015-06-05 10:02 UTC  (2+ messages)

[PATCH] SDHCI: Change AMD SDHCI quirk application scope
 2015-06-05 10:01 UTC  (5+ messages)

[PATCH v4 06/25] time/posix-timers:Introduce {get,put}_timespec and {get,put}_itimerspec
 2015-06-05  9:59 UTC  (4+ messages)
  ` [Y2038] [PATCH v4 06/25] time/posix-timers:Introduce {get, put}_timespec and {get, put}_itimerspec

[PATCH v6 0/5] Seeding DRBG with more entropy
 2015-06-05  9:50 UTC  (4+ messages)
` [PATCH v6 1/5] random: Blocking API for accessing nonblocking_pool

Calling irq_set_irq_wake() from .set_irq_wake()? (was: Re: [PATCH] gpio: pcf875x: Revert "gpio: pcf857x: Propagate wake-up setting to parent irq controller")
 2015-06-05  9:47 UTC  (7+ messages)
  ` Calling irq_set_irq_wake() from .set_irq_wake()?

[PATCH 0/3] ARM: rockchip: fix the SMP
 2015-06-05  9:46 UTC  (5+ messages)
` [PATCH 1/3] ARM: rockchip: fix the CPU soft reset

[PATCH v3] usb: chipidea: Use extcon framework for VBUS and ID detect
 2015-06-05  9:26 UTC  (4+ messages)

[PATCH v3 0/5] ARM64: juno: add SCPI mailbox protocol, clock and CPUFreq support
 2015-06-05  9:36 UTC  (7+ messages)
` [PATCH v3 3/5] clk: add support for clocks provided by SCP(System Control Processor)
` [PATCH v3 4/5] clk: scpi: add support for cpufreq virtual device

[RFC PATCH 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices
 2015-06-05  9:36 UTC  (4+ messages)
` [RFC PATCH 2/3] "

[PATCH] x86/cpu: Fix SMAP check in PVOPS environments
 2015-06-05  9:33 UTC  (8+ messages)
          ` [Xen-devel] "

[PATCH] x86/simplefb: simplefb was broken on Oracle and HP system, skip VIDEO_TYPE_EFI
 2015-06-05  9:31 UTC  (3+ messages)

[PATCH 0/9] sched: balance callbacks
 2015-06-05  9:27 UTC  (11+ messages)
` [PATCH 8/9] hrtimer: Allow hrtimer::function() to free the timer

[PATCH v5 0/2] Implement SoC bus support for Vybrid
 2015-06-05  9:22 UTC  (3+ messages)
` [PATCH v5 1/2] ARM: dts: vfxxx: Add OCOTP and OCROM nodes
` [PATCH v5 2/2] soc: Add driver for Freescale Vybrid Platform

[git pull] IOMMU Fix for Linux v4.1-rc6
 2015-06-05  9:20 UTC 

[PATCH 1/1] perf: Fixed indentation errors in Core.py
 2015-06-05  9:01 UTC 

[PATCH v3 0/8] staging:lustre: remove kernel defines in userland headers
 2015-06-05  9:04 UTC  (7+ messages)
` [PATCH v3 1/8] staging:lustre: assume a kernel build
` [PATCH v3 5/8] staging:lustre: separate kernel and user land defines in the LNet headers
` [PATCH v3 7/8] staging:lustre: style cleanups for "

linux-next: manual merge of the tip tree with the iommu tree
 2015-06-05  8:57 UTC 

[Patch v3 00/36] Split struct irq_data into common part and per-chip part
 2015-06-05  8:48 UTC  (5+ messages)
` [Patch v3 21/36] mips, irq: Use access helper irq_data_get_affinity_mask()
` [Patch v3 35/36] genirq: Pass irq_data to helper function __irq_set_chip_handler_name_locked()

[PATCH] microblaze: Label local function static
 2015-06-05  8:53 UTC 

[PATCH RFC v3 0/3] crypto: Introduce Public Key Encryption API
 2015-06-05  8:50 UTC  (3+ messages)
` [PATCH RFC v3 2/3] crypto: RSA: KEYS: convert rsa and public key to new PKE API

[PATCH] net: ll_temac: Remove sparse warnings
 2015-06-05  8:49 UTC 

[PATCH v2 1/2] mmc: sdhci-bcm2835: Clean up platform allocations if sdhci init fails
 2015-06-05  8:48 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: sdhci-bcm2835: Actually enable the clock

[GIT PULL] x86 fixes
 2015-06-05  8:40 UTC 

[GIT PULL] perf fixes
 2015-06-05  8:37 UTC 

[RFT v2 00/48] Refine irq interfaces to reduce number of parameters
 2015-06-05  8:36 UTC  (5+ messages)
` [RFT v2 25/48] mips, irq: Prepare for killing the first parameter 'irq' of irq_flow_handler_t
` [RFT v2 31/48] irqchip: "

[PATCH RFC] x86, tsc: Allow for high latency in quick_pit_calibrate()
 2015-06-05  8:31 UTC  (3+ messages)

Interaction issue of intel wifi and broadcom bluetooth - it appears that nobody feels responsible for doing something
 2015-06-05  8:29 UTC  (4+ messages)

[PATCH] drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbols
 2015-06-05  8:27 UTC 

[PATCH 0/6] MIPS/BPF fixes for 4.3
 2015-06-05  8:26 UTC  (5+ messages)

[PATCH v4 0/4] block: loop: improve loop with AIO
 2015-06-05  8:26 UTC  (2+ messages)

[PATCH] staging: lustre: fixed const warnings (struct seq_operations should be const in these contexts)
 2015-06-05  8:19 UTC 

[PATCH 1/1] gpio_wdt: change initcall level
 2015-06-05  8:09 UTC  (4+ messages)

[PATCH] cma: allow concurrent cma pages allocation for multi-cma areas
 2015-06-05  8:01 UTC 

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2015-06-05  8:03 UTC 

[PATCH] fbdev: radeon: Remove 'struct timeval' usage
 2015-06-05  7:55 UTC 

[PATCH] CHROMIUM: elants_i2c: Solved previous issue on 3.10 and 3.14
 2015-06-05  7:48 UTC  (3+ messages)

[PATCH] added device tree support to gpio-generic driver
 2015-06-05  7:17 UTC  (2+ messages)

[RFC PATCH 0/7] x86/entry: Create a home for the x86 entry code in arch/x86/entry/
 2015-06-05  7:37 UTC  (6+ messages)

[RFC][PATCH 0/7] sched: balance callbacks
 2015-06-05  7:19 UTC  (6+ messages)
` [RFC][PATCH 1/7] sched: Replace post_schedule with a balance callback list


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