linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-12 07:42:35 to 2015-02-12 13:41:47 UTC [more...]

[PATCH RFC v9 00/20] Add support for i.MX MIPI DSI DRM driver
 2015-02-12 13:41 UTC  (9+ messages)
` [PATCH RFC v9 01/20] clk: divider: Correct parent clk round rate if no bestdiv is normally found
` [PATCH RFC v9 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format

[GIT PULL] NBD fixes
 2015-02-12 13:37 UTC  (2+ messages)
` [PATCH] nbd: fix possible memory leak

[PATCH V3] x86 spinlock: Fix memory corruption on completing completions
 2015-02-12 13:37 UTC  (2+ messages)

[PATCH 0/2] clk: Some fixes for the per-user clk API changes
 2015-02-12 13:35 UTC  (7+ messages)
` [PATCH 1/2] clk: Don't dereference parent clock if is NULL
` [PATCH 2/2] clk: composite: Set clk_core to composite rate and mux components

[RFC PATCH 0/9] livepatch: consistency model
 2015-02-12 13:35 UTC  (19+ messages)
` [RFC PATCH 6/9] livepatch: create per-task "

randconfig build error with next-20150209, in fs/nfs/client.c
 2015-02-12 13:35 UTC  (3+ messages)

scsi: Implement per-cpu logging buffer
 2015-02-12 13:29 UTC  (2+ messages)

[PATCH 0/6] PM / sleep: Support for quiescing timers during suspend-to-idle
 2015-02-12 13:26 UTC  (7+ messages)
` [PATCH 1/6] PM / sleep: Re-implement suspend-to-idle handling
` [PATCH 4/6] PM / sleep: Make it possible to quiesce timers during suspend-to-idle
` [PATCH 5/6] intel_idle: Add ->enter_freeze callbacks

[PATCH 0/4] perf: add support for profiling jitted code
 2015-02-12 13:25 UTC  (10+ messages)
` [PATCH 1/4] perf tools: add Java demangling support
` [PATCH 3/4] perf inject: add jitdump mmap injection support
` [PATCH 4/4] perf tools: add JVMTI agent library

[RFC PATCH v1] usb: dwc2: reduce dwc2 driver probe time
 2015-02-12 13:21 UTC  (6+ messages)

a barr
 2015-02-12 13:19 UTC 

[PATCH 4/5] ARM: dts: zynq: Split off Parallella Microserver device tree
 2015-02-12 13:12 UTC  (2+ messages)

[PATCH 0/4] add openpandora device support
 2015-02-12 13:03 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: omap3-pandora: add common device tree
` [PATCH 2/4] ARM: dts: omap3-pandora: add OMAP3530 600 MHz version
` [PATCH 3/4] ARM: dts: omap3-pandora: add DM3730 1 GHz version
` [PATCH 4/4] ARM: dts: omap3-pandora: include in dts Makefile

[PATCH 1/4] serial: imx: checkpatch cleanup
 2015-02-12 13:03 UTC  (6+ messages)
` [PATCH 2/4] spi: "
` [PATCH 3/4] spi: imx: Chose DMA bits per word transfered
` [PATCH 4/4] dt: fsl-imx-cspi.txt: Add fsl,spi-dma-bits-per-word

[PATCH] mutex: remove unused field "name" in debug mode
 2015-02-12 13:01 UTC 

[PATCH] fix spacing in ext4/super.c
 2015-02-12 12:51 UTC 

[PATCH 0/2] Scorpion PMU support
 2015-02-12 12:49 UTC  (3+ messages)
` [PATCH 2/2] ARM: perf: Add support for Scorpion PMUs

[RFC PATCH] gpio: support for GPIO forwarding
 2015-02-12 12:46 UTC  (12+ messages)

[PATCH v2] usb: dwc2: Register interrupt handler only once gadget is correctly initialized
 2015-02-12 12:42 UTC  (2+ messages)

[PATCH] ARM: OMAP1: PM: fix some build warnings on 1510-only Kconfigs
 2015-02-12 12:34 UTC  (8+ messages)

[RFC PATCH v2 00/26] Early kprobe: enable kprobes at very early booting stage
 2015-02-12 12:21 UTC  (27+ messages)
` [RFC PATCH v2 01/26] kprobes: set kprobes_all_disarmed earlier to enable re-optimization
` [RFC PATCH v2 02/26] kprobes: makes kprobes/enabled works correctly for optimized kprobes
` [RFC PATCH v2 03/26] kprobes: x86: mark 2 bytes NOP as boostable
` [RFC PATCH v2 04/26] ftrace: don't update record flags if code modification fail
` [RFC PATCH v2 05/26] ftrace/x86: Ensure rec->flags no change when failure occures
` [RFC PATCH v2 06/26] ftrace: sort ftrace entries earlier
` [RFC PATCH v2 07/26] ftrace: allow search ftrace addr before ftrace fully inited
` [RFC PATCH v2 08/26] ftrace: enable other subsystems make ftrace nop before ftrace_init()
` [RFC PATCH v2 10/26] ftrace: x86: try to fix ftrace when ftrace_replace_code
` [RFC PATCH v2 11/26] early kprobes: introduce kprobe_is_early for futher early kprobe use
` [RFC PATCH v2 12/26] early kprobes: Add an KPROBE_FLAG_EARLY for early kprobe
` [RFC PATCH v2 13/26] early kprobes: ARM: directly modify code
` [RFC PATCH v2 14/26] early kprobes: ARM: introduce early kprobes related code area
` [RFC PATCH v2 15/26] early kprobes: x86: directly modify code
` [RFC PATCH v2 16/26] early kprobes: x86: introduce early kprobes related code area
` [RFC PATCH v2 17/26] early kprobes: introduces macros for allocing early kprobe resources
` [RFC PATCH v2 18/26] early kprobes: allows __alloc_insn_slot() from early kprobes slots
` [RFC PATCH v2 19/26] early kprobes: perhibit probing at early kprobe reserved area
` [RFC PATCH v2 20/26] early kprobes: core logic of eraly kprobes
` [RFC PATCH v2 21/26] early kprobes: add CONFIG_EARLY_KPROBES option
` [RFC PATCH v2 22/26] early kprobes: introduce arch_fix_ftrace_early_kprobe()
` [RFC PATCH v2 23/26] early kprobes: x86: arch_restore_optimized_kprobe()
` [RFC PATCH v2 24/26] early kprobes: core logic to support early kprobe on ftrace
` [RFC PATCH v2 25/26] early kprobes: introduce kconfig option "
` [RFC PATCH v2 26/26] kprobes: enable 'ekprobe=' cmdline option for early kprobes
` [RFC PATCH v2 09/26] ftrace: callchain and ftrace_bug_tryfix

[PATCH] net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send,recv}msg
 2015-02-12 12:28 UTC 

[PATCH] staging: unisys: remove unneeded functions
 2015-02-12 12:23 UTC 

[PATCH 1/1] staging: unisys: Remove allocation from declaration line
 2015-02-12 12:22 UTC  (4+ messages)

[PATCH] spi: spidev: only use up TX/RX bounce buffer space when needed
 2015-02-12 12:13 UTC 

[PATCH 0/8] usb: ulpi bus
 2015-02-12 12:12 UTC  (4+ messages)
` [PATCH 6/8] usb: dwc3: add ULPI interface support

bride: IPv6 multicast snooping enhancements
 2015-02-12 12:01 UTC  (6+ messages)

3.19 + xen-devel: kernel BUG at fs/ext4/page-io.c:85!
 2015-02-12 11:58 UTC  (3+ messages)
` [Xen-devel] "

[PATCH] Intel Quark X1000 DTS thermal driver
 2015-02-12 11:37 UTC  (4+ messages)
` [PATCH] thermal: intel Quark SoC "

[PATCH net-next 0/3] Adjust the settings about USB_RX_EARLY_AGG
 2015-02-12 11:37 UTC  (5+ messages)
` [PATCH net-next 1/3] r8152: separate USB_RX_EARLY_AGG

3.19-rc1 refuse connection from bluetooth headset
 2015-02-12 11:34 UTC  (5+ messages)

[PATCH v4 0/5] ARM: at91: fix irq_pm_install_action WARNING
 2015-02-12 11:23 UTC  (9+ messages)
` [PATCH v4 3/5] irqchip: Add DT binding doc for the virtual irq demuxer chip

xt_recent broken in kernel 3.19.0
 2015-02-12 11:11 UTC  (7+ messages)
` xt_recent broken in kernel 3.19.0 + PATCH

[PATCH] mmc: dw_mmc: fix bug that cause 'Timeout sending command'
 2015-02-12 11:13 UTC  (10+ messages)
` [PATCH v2 0/2] about data busy
  ` [PATCH v2 1/2] mmc: dw_mmc: fix bug that cause 'Timeout sending command'

[tip:core/types] bitops: Add sign_extend8(), 16 and 64 functions
 2015-02-12 11:11 UTC  (3+ messages)
` Example use of sign_extend64()
  ` [RFC][PATCH] arch: sh: use sign_extend64() for sign extension

The kernel's ctype
 2015-02-12 11:10 UTC  (2+ messages)

frequent lockups in 3.18rc4
 2015-02-12 11:09 UTC 

[PATCH 0/4] Cleanup mm_populate() codepath
 2015-02-12 11:03 UTC  (4+ messages)
` [PATCH 2/4] mm: rename __mlock_vma_pages_range() to populate_vma_page_range()

[PATCH v3 0/8] arm64: Add the support for new Exynos5433 SoC
 2015-02-12 11:03 UTC  (4+ messages)
` [PATCH v3 1/8] arm64: exynos5433: Enable ARMv8 based Exynos5433 (SoC) support

[PATCH v2] ARM: dts: zynq: Add OCM node
 2015-02-12 11:01 UTC  (3+ messages)

[V3 PATCH 1/2] ACPI / scan: Add support for ACPI _CLS device matching
 2015-02-12 10:51 UTC  (3+ messages)

[PATCH] ARM: dts: zynq: Add OCM node
 2015-02-12 10:40 UTC  (3+ messages)

[PATCH v4 1/3] perf: Use monotonic clock as a source for timestamps
 2015-02-12 10:28 UTC  (7+ messages)
` [PATCH v5] "

[PATCH RESEND 0/3] memory_hotplug: hyperv: fix deadlock between memory adding and onlining
 2015-02-12 10:23 UTC  (4+ messages)
` [PATCH RESEND 1/3] driver core: export lock_device_hotplug/unlock_device_hotplug
` [PATCH RESEND 2/3] memory_hotplug: add note about holding device_hotplug_lock and add_memory()
` [PATCH RESEND 3/3] Drivers: hv: balloon: fix deadlock between memory adding and onlining

[PATCH] iwl4965: Enable checking of format strings
 2015-02-12 10:20 UTC  (3+ messages)

[PATCH v2] ARM: dts: zynq: Fix stdout-path and bootargs
 2015-02-12 10:17 UTC  (2+ messages)

[PATCH 0/3] memory_hotplug: hyperv: fix deadlock between memory adding and onlining
 2015-02-12 10:16 UTC  (7+ messages)
` [PATCH 1/3] driver core: export lock_device_hotplug/unlock_device_hotplug

[PATCH v2] userns: Disallow setgroups unless the gid_map writer is privileged
 2015-02-12 10:11 UTC  (15+ messages)
` [CFT][PATCH 6/7] userns: Add a knob to disable setgroups on a per user namespace basis
          ` [CFT][PATCH 1/8] userns: Document what the invariant required for safe unprivileged mappings
            ` [CFT][PATCH 7/8] userns: Add a knob to disable setgroups on a per user namespace basis
                            ` [PATCH 2/2] user_namespaces.7: Update the documention to reflect the fixes for negative groups

[PATCH v8 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-02-12 10:02 UTC  (2+ messages)

[PATCH v3 1/3] lib: find_*_bit reimplementation
 2015-02-12  9:58 UTC  (3+ messages)

[PATCH 1/2] ARM: dts: zynq: Add missing alias node for zybo and parallella
 2015-02-12  9:38 UTC  (7+ messages)
` [PATCH 2/2] ARM: dts: zynq: Add linux,stdout-path and stdout-path
      ` [PATCH 2/2] ARM: dts: zynq: Add linux, stdout-path "

[PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture
 2015-02-12  9:49 UTC  (4+ messages)

[PATCH 0/3] Silence "OPAL called with invalid token" errors
 2015-02-12  9:47 UTC  (7+ messages)
` [PATCH 1/3] powerpc/powernv: only register log if OPAL supports doing so
` [PATCH 2/3] powerpc/powernv: only call OPAL_ELOG_RESEND if firmware supports it
` [PATCH 3/3] powerpc/powernv: only call OPAL_RESEND_DUMP "

[PATCH] spi: xilinx: Use standard num-cs binding
 2015-02-12  9:45 UTC  (2+ messages)

[PATCH] fix spacing in btrfs/inode.c
 2015-02-12  9:43 UTC  (2+ messages)

[PATCH RFC v4 1/3] PM / Runtime: Add an API pm_runtime_set_slave
 2015-02-12  9:42 UTC  (3+ messages)

[PATCH 00/16 v9] omap 8250 based uart + DMA
 2015-02-12  9:40 UTC  (11+ messages)
` [PATCH 03/16] tty: serial: 8250_core: read only RX if there is something in the FIFO

[PATCH] Added Pids for Actisense Usb Devices
 2015-02-12  9:42 UTC  (4+ messages)

[PATCH 1/2] quota: reorder flags in quota state
 2015-02-12  9:36 UTC  (2+ messages)
` [PATCH 2/2] quota: merge sb->s_quota_types into sb->s_dquot.flags

[PATCH] quota: paranoia: check quota tree root
 2015-02-12  9:36 UTC 

[PATCH v4] dma: Add Xilinx AXI Direct Memory Access Engine driver support
 2015-02-12  9:34 UTC  (6+ messages)

[PATCH] quota: optimize i_dquot access
 2015-02-12  9:36 UTC 

[PATCH] dma/edma.c: fix sparse warnings
 2015-02-12  9:33 UTC  (2+ messages)

[PATCH] ASoC: omap-hdmi-audio: Add missing error check for devm_kzalloc
 2015-02-12  9:22 UTC  (2+ messages)

[PATCH] x86/smpboot: check if CLFLUSH is actually necessary
 2015-02-12  9:16 UTC  (4+ messages)

[PATCH v3 0/2] couple of generic remoteproc enhancements
 2015-02-12  9:09 UTC  (5+ messages)
` [PATCH v3 2/2] remoteproc: add support to handle internal memories

[PATCHv2 1/2] pci: spear: Use platform_driver_probe instead of platform_driver_register
 2015-02-12  9:07 UTC  (5+ messages)

[PATCH 1/5] fs: efs: fix trailing and leading space
 2015-02-12  9:02 UTC  (5+ messages)
` [PATCH 2/5] fs: efs: fix forward declarations
` [PATCH 3/5] fs: efs: remove nonexistant site
` [PATCH 4/5] fs: efs: fix possible memory leak
` [PATCH 5/5] MAINTAINERS: remove website

[PATCH] perf: fix building error in x86_64
 2015-02-12  8:56 UTC  (3+ messages)

[aa:userfault 17/19] mm/userfaultfd.c:48:6: sparse: symbol 'double_down_read' was not declared. Should it be static?
 2015-02-12  8:54 UTC  (2+ messages)
` [PATCH aa] userfaultfd: double_down_read() can be static

[PATCH v5 00/11] Improvements to Tegra-based Chromebook support
 2015-02-12  8:51 UTC  (12+ messages)
` [PATCH v5 01/11] ARM: tegra: Change model of sound card in Nyan Big
` [PATCH v5 02/11] ARM: tegra: Move out nyan-generic parts out from the nyan-big DT
` [PATCH v5 03/11] drm/panel: add support for Samsung LTN140AT29 panel
` [PATCH v5 04/11] ARM: tegra: Add DTS for the nyan-blaze board
` [PATCH v5 05/11] ARM: tegra: Add node for trackpad in Nyan boards
` [PATCH v5 06/11] ARM: tegra: Use pwrseq-simple for the wifi in Nyan
` [PATCH v5 07/11] ARM: tegra: Use the generated pinmux data
` [PATCH v5 08/11] ARM: tegra: Set spi-max-frequency property to flash node
` [PATCH v5 09/11] drm/tegra: Reset the SOR on probe
` [PATCH v5 10/11] soc/tegra: pmc: move to using a restart handler
` [PATCH v5 11/11] ARM: tegra: Add gpio-restart node

[PATCH v2 0/3] Expose more controls from tegra-max98090
 2015-02-12  8:41 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: tegra: Expose Headphones pin to userspace
` [PATCH v2 2/3] ASoC: tegra: Add sink for the internal mic to tegra_max98090
` [PATCH v2 3/3] ASoC: tegra: Add control for the Mic Jack pin

[PATCH v2 0/3] powerpc: Enable seccomp filter support
 2015-02-12  8:38 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc: Don't force ENOSYS as error on syscall fail

[PATCH] of: Add vendor prefix for Arasan
 2015-02-12  8:38 UTC 

[PATCH] ASoC: wm8731: let codec to manage clock by itself
 2015-02-12  8:23 UTC  (2+ messages)

[PATCH] clockevents: Introduce mode specific callbacks
 2015-02-12  8:23 UTC  (6+ messages)

[PATCH net] r8152: restore hw settings
 2015-02-12  8:20 UTC 

[PATCH v2 0/2] Add ACPI support for NXP PN544
 2015-02-12  8:14 UTC  (3+ messages)
` [PATCH v2 2/2] NFC: "

[PATCHv3 00/24] ILP32 support in ARM64
 2015-02-12  8:12 UTC  (5+ messages)
    ` [musl] "

davinci-mcasp: extension to use AHCLKX pin as external clock source
 2015-02-12  8:09 UTC  (4+ messages)

[PATCH 2/6] staging: rtl8188eu: hal: removed code indent error
 2015-02-12  8:03 UTC  (11+ messages)
    ` checkpatch induced patches

[RFT/PATCH] Input: bfin_rotary - introduce open and close methods
 2015-02-12  7:54 UTC  (3+ messages)

[RFC][PATCH] procfs: Add /proc/<pid>/mapped_files
 2015-02-12  7:45 UTC  (9+ messages)
        ` [RFC][PATCH] procfs: Always expose /proc/<pid>/map_files/ and make it readable
          ` [RFC][PATCH v2] "
            ` [RFC][PATCH v3] "

[PATCH] Input: sun4i-ts: add thermal driver dependency
 2015-02-12  7:42 UTC  (4+ 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).