public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-09-26 10:33:30 to 2014-09-26 14:12:37 UTC [more...]

[PATCH v4 0/2] perf tool: improves DSO long names search speed with rbtree
 2014-09-26 14:12 UTC  (4+ messages)
` [PATCH v4 1/2] perf tool: encapsulate dsos list head into struct dsos

page allocator bug in 3.16?
 2014-09-26 14:10 UTC  (11+ messages)

[PATCH] next: openrisc: Fix build
 2014-09-26 14:10 UTC  (2+ messages)

[RFT Part2 v2 00/24] Enable hierarchy irqdomian on x86 platforms
 2014-09-26 14:02 UTC  (25+ messages)
` [RFT v2 01/24] irqdomain: Introduce new interfaces to support hierarchy irqdomains
` [RFT v2 02/24] genirq: Introduce helper functions to support stacked irq_chip
` [RFT v2 03/24] x86, irq: Save destination CPU ID in irq_cfg
` [RFT v2 04/24] x86, irq: Use hierarchy irqdomain to manage CPU interrupt vectors
` [RFT v2 05/24] x86, hpet: Use new irqdomain interfaces to allocate/free IRQ
` [RFT v2 06/24] x86, MSI: "
` [RFT v2 07/24] x86, uv: "
` [RFT v2 08/24] x86, htirq: "
` [RFT v2 09/24] x86, dmar: "
` [RFT v2 10/24] x86: irq_remapping: Introduce new interfaces to support hierarchy irqdomain
` [RFT v2 11/24] iommu/vt-d: Change prototypes to prepare for enabling "
` [RFT v2 12/24] iommu/vt-d: Enhance Intel IR driver to suppport "
` [RFT v2 13/24] iommu/amd: Enhance AMD "
` [RFT v2 14/24] x86, hpet: Enhance HPET IRQ to support "
` [RFT v2 15/24] x86, MSI: Use hierarchy irqdomain to manage MSI interrupts
` [RFT v2 16/24] x86, irq: Directly call native_compose_msi_msg() for DMAR IRQ
` [RFT v2 17/24] iommu/vt-d: Clean up unused MSI related code
` [RFT v2 18/24] iommu/amd: "
` [RFT v2 19/24] x86: irq_remapping: "
` [RFT v2 20/24] x86, irq: Clean up unused MSI related code and interfaces
` [RFT v2 21/24] iommu/vt-d: Refine the interfaces to create IRQ for DMAR unit
` [RFT v2 22/24] x86, irq: Use hierarchy irqdomain to manage DMAR interrupts
` [RFT v2 23/24] x86, htirq: Use hierarchy irqdomain to manage Hypertransport interrupts
` [RFT v2 24/24] x86, uv: Use hierarchy irqdomain to manage UV interrupts

[RFC][PATCH] ftracetest: Add a couple of ftrace test cases
 2014-09-26 14:07 UTC  (13+ messages)
                `  "

[PATCH 1/2] soc/fsl: add freescale dir for SOC specific drivers
 2014-09-26 14:04 UTC  (3+ messages)
` [PATCH 2/2] soc/fsl: add ftm alarm driver for ls1021a platform

[PATCH v6 0/6] sched: consolidation of cpu_capacity
 2014-09-26 14:00 UTC  (10+ messages)
` [PATCH v6 4/6] sched: get CPU's usage statistic
` [PATCH v6 5/6] sched: replace capacity_factor by usage

linux-next: manual merge of the arm-soc tree with the arm tree
 2014-09-26 13:52 UTC  (4+ messages)

[PATCH] Drivers: hv: util: Implement Time Synchronization using host time sample
 2014-09-26 13:52 UTC  (5+ messages)

[PATCH 00/11] nested sleeps, fixes and debug infrastructure
 2014-09-26 14:10 UTC  (4+ messages)
` BUG: sleeping function called from invalid context at drivers/cpufreq/cpufreq.c:370

[PATCH] ACPI / platform / LPSS: disable async suspend/resume of LPSS devices
 2014-09-26 14:06 UTC  (4+ messages)

[PATCH v3 00/17] Cross-architecture definitions of relaxed MMIO accessors
 2014-09-26 13:46 UTC  (5+ messages)

[PATCH v2] net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selected
 2014-09-26 13:42 UTC 

[RFC PATCH net-next v2 0/5] netns: allow to identify peer netns
 2014-09-26 13:40 UTC  (15+ messages)

[patch] mm: memcontrol: do not iterate uninitialized memcgs
 2014-09-26 13:39 UTC  (4+ messages)

[PATCH v2 0/3] Convert twl4030_madc_battery to IIO consumer and add DT aupport
 2014-09-26 13:39 UTC  (5+ messages)
` [PATCH v2] Documentation: DT: Document twl4030-madc-battery bindings

[PATCH v2] clocksource: Add BE APIs support for clocksource counter reading
 2014-09-26 13:34 UTC  (2+ messages)

[PATCH v3 00/29] nios2 Linux kernel port
 2014-09-26 13:33 UTC  (6+ messages)
` [PATCH v3 01/29] asm-generic: add generic futex for !CONFIG_SMP

[Patch Part1 v2 00/18] Prepare for enabling hierarchy irqdomain on x86
 2014-09-26 13:29 UTC  (19+ messages)
` [Patch v2 01/18] x86, irq, ACPI: Fix building warning of unused code
` [Patch v2 02/18] x86, irq: Kill fourth parameter of IO_APIC_get_PCI_irq_vector()
` [Patch v2 03/18] x86, irq: Convert irq_2_pin list to generic list
` [Patch v2 04/18] x86, irq: Refine hw_irq.h to prepare for irqdomain support
` [Patch v2 05/18] x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx()
` [Patch v2 06/18] x86, irq: Protect __clear_irq_vector() with vector_lock
` [Patch v2 07/18] x86, irq: Introduce helpers to access struct irq_cfg
` [Patch v2 08/18] x86, irq: Move local APIC related code from io_apic.c into vector.c
` [Patch v2 09/18] x86, irq: Replace printk(KERN_LVL) with pr_lvl() utilities
` [Patch v2 10/18] x86, irq: Move PCI MSI related code from io_apic.c into msi.c
` [Patch v2 11/18] x86, irq: Move HT IRQ related code from io_apic.c into htirq.c
` [Patch v2 12/18] x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h
` [Patch v2 13/18] x86, irq: Move IRQ initialization routines from io_apic.c into vector.c
` [Patch v2 14/18] x86, irq: Make MSI and HT_IRQ indepenent of X86_IO_APIC
` [Patch v2 15/18] x86, irq: Use helpers to access irq_cfg data structure associated with IRQ
` [Patch v2 16/18] x86: irq_remapping: "
` [Patch v2 17/18] iommu/vt-d: "
` [Patch v2 18/18] iommu/amd: "

linux-next: New build failures in Sep 25 tree
 2014-09-26 13:32 UTC  (4+ messages)

FIXMEs in rt2800lib.c
 2014-09-26 13:32 UTC  (3+ messages)

[RFC PATCH] ACPI: Add _DEP(Operation Region Dependencies) support to fix battery issue on the Asus T100TA
 2014-09-26 13:48 UTC  (4+ messages)

[PATCH 0/15] POWER8 Coherent Accelerator device driver
 2014-09-26 13:24 UTC  (8+ messages)
` [PATCH 02/15] powerpc/cell: Move data segment faulting code out of cell platform
` [PATCH 10/15] powerpc/mm: Add hooks for cxl

[PATCH 1/2] sched: deferred set priority (dprio) -- rebased for the tip
 2014-09-26 13:23 UTC  (2+ messages)

[PATCH 0/3] arm: ls1: add deep sleep support
 2014-09-26 13:20 UTC  (10+ messages)
` [PATCH 1/3] arm: ls1: add CPU hotplug platform support
` [PATCH 2/3] pm: add FSM configuration for deep sleep
` [PATCH 3/3] arm: pm: add deep sleep support for LS1

[PATCH] phy: omap-usb2: Enable runtime PM of omap-usb2 phy properly
 2014-09-26 13:17 UTC  (2+ messages)

[PATCH 0/3] Add SNVS clock gating and clock support to rtc-snvs driver
 2014-09-26 13:14 UTC  (4+ messages)
` [PATCH 1/3] ARM: imx: clk-vf610: Add SNVS clock
` [PATCH 2/3] ARM: dts: vf610: Add SNVS node
` [PATCH 3/3] drivers/rtc/rtc-snvs: Add clock support

[GIT PULL] Immutable branch with restart handler patches for v3.18
 2014-09-26 13:07 UTC 

[GIT PULL] at91: soc for 3.18 #2
 2014-09-26 13:02 UTC  (3+ messages)

[PATCH] clk: Add floor and ceiling rate constraints for clocks
 2014-09-26 12:55 UTC 

[GIT PULL] EFI urgent fixes
 2014-09-26 12:55 UTC  (9+ messages)

[PATCH 1/1] perf: Fixed perf trace, 32bit return values to 64bit
 2014-09-26 12:54 UTC 

linux-next: build failure after merge of the scsi tree
 2014-09-26 12:43 UTC  (4+ messages)

Payment
 2014-09-26 12:35 UTC 

[PATCH v3] ARM: dts: vf610-colibri: Add ADC support
 2014-09-26 12:37 UTC 

[PATCHv2 0/3] x86, ptdump: a EFI related fix + enhancements
 2014-09-26 12:35 UTC  (10+ messages)
` [PATCHv2 2/3] x86, ptdump: Simplify page flag evaluation code

[git pull] Devicetree changes for v3.15
 2014-09-26 12:30 UTC  (2+ messages)

ARM: meson: MESON6_TIMER?
 2014-09-26 12:30 UTC  (4+ messages)

[PATCH] net: stmmac: fix stmmac_pci_probe failed when CONFIG_HAVE_CLK is selected
 2014-09-26 12:12 UTC  (9+ messages)

[PATCH v6 0/4] Tegra124 soctherm driver
 2014-09-26 12:09 UTC  (9+ messages)
` [PATCH v6 4/4] thermal: Add Tegra SOCTHERM thermal management driver

[PATCH v4 0/4] vf610: Add GPIO support
 2014-09-26 11:57 UTC  (5+ messages)
` [PATCH v4 1/4] pinctrl: imx: add gpio pinmux support for vf610
` [PATCH v4 2/4] gpio: vf610: add gpiolib/IRQ chip driver for Vybrid
` [PATCH v4 3/4] ARM: dts: vf610: use new GPIO support
` [PATCH v4 4/4] Documentation: dts: add bindings for Vybrid GPIO/PORT module

[PATCH 00/18] usbip: Crypto and ACLs
 2014-09-26 11:56 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: Add Support for QCOM SDHCI Controller
 2014-09-26 11:59 UTC 

[RFC v2] arm64: kgdb: fix single stepping
 2014-09-26 11:54 UTC 

[RFC PATCH] extcon: Fix sleeping in atomic context
 2014-09-26 11:50 UTC  (2+ messages)
` [RFC PATCH] extcon: Fix sleeping in atomic context after connecting USB cable

[PATCHv3 0/7] Initial support for the Atmel SMART sama5d4
 2014-09-26 11:47 UTC  (3+ messages)
` [PATCHv3 2/7] ARM: at91: introduce basic SAMA5D4 support

=?y?q?=5BPATCH=20v2=5D=20coccinelle=3A=20misc=3A=20semantic=20patch=20to=20delete=20overly=20complex=20return=20code=20processing?=
 2014-09-26 11:43 UTC  (2+ messages)
` [PATCH v2] coccinelle: misc: semantic patch to delete overly complex return code processing

[PATCH v6 0/8] arm: support CONFIG_RODATA
 2014-09-26 11:42 UTC  (5+ messages)
` [PATCH v6 7/8] ARM: mm: allow non-text sections to be non-executable

[PATCH resend] MAINTAINERS: Add maintainers entry for Mediatek SoCs
 2014-09-26 11:38 UTC  (2+ messages)

[PATCH v2 0/3] arm_arch_timer: VDSO preparation, code consolidation
 2014-09-26 11:34 UTC  (5+ messages)
` [PATCH v2 1/3] clocksource: arm_arch_timer: change clocksource name if CP15 unavailable

[GIT PULL] scheduler fixes
 2014-09-26 11:32 UTC 

[PATCH 0/2] perf: User/kernel time correlation and event generation
 2014-09-26 11:31 UTC  (10+ messages)
` [PATCH 2/2] perf: Userspace software event and ioctl

[PATCH] power: charger-manager: Fix NULL pointer exception with missing cm-fuel-gauge
 2014-09-26 11:27 UTC 

[patch 0/3] mm: memcontrol: lockless page counters v2
 2014-09-26 11:27 UTC  (5+ messages)
` [patch 2/3] mm: hugetlb_controller: convert to lockless page counters
` [patch 3/3] kernel: res_counter: remove the unused API

[PATCH 0/6] mfd: fix platform-device id collisions
 2014-09-26 11:25 UTC  (8+ messages)
` [PATCH 1/6] mfd: viperboard: fix platform-device id collision
` [PATCH 2/6] mfd: rtsx_usb: fix platform device-id collision
` [PATCH 3/6] mfd: core: add helper function to register hotplug devices
` [PATCH 4/6] mfd: use mfd_add_hotplug_devices helper
` [PATCH 5/6] HID: hid-sensor-hub: "
` [PATCH 6/6] mfd: core: fix platform-device id generation

[PATCH v2 0/2] perf: User/kernel time correlation and event generation
 2014-09-26 11:24 UTC  (12+ messages)
` [PATCH v2 1/2] perf: Add sampling of the raw monotonic clock
` [PATCH v2 2/2] perf: Userspace event

[PATCH v2] thermal: Add QPNP PMIC temperature alarm driver
 2014-09-26 11:21 UTC  (2+ messages)

linux-next: build failure after merge of the asm-generic tree
 2014-09-26 11:14 UTC  (3+ messages)

linux-next: Tree for Sep 26
 2014-09-26 11:10 UTC 

[PATCH 0/5] HID: wacom: introduce generic HID handling
 2014-09-26 11:03 UTC  (2+ messages)

[PATCH] drivers: staging: wlan-ng: fix sparse warnings
 2014-09-26 11:02 UTC  (2+ messages)

[PATCH v3 00/23] AMDKFD Kernel Driver
 2014-09-26 11:02 UTC  (4+ messages)

[RESENT PATCH v7 0/3] Add drm driver for Rockchip Socs
 2014-09-26 10:58 UTC  (4+ messages)
` [RESENT PATCH v7 1/3] drm: rockchip: Add basic drm driver
` [RESENT PATCH v7 2/3] dt-bindings: video: Add for rockchip display subsytem
` [RESENT PATCH v7 3/3] dt-bindings: video: Add documentation for rockchip vop

[PATCH v2 0/5] vf610: Add GPIO support
 2014-09-26 10:50 UTC  (8+ messages)
` [PATCH v2 2/5] pinctrl: imx: add gpio pinmux support for vf610

[PATCH 1/3] UBI: ubi_eba_read_leb: Remove in vain variable assignment
 2014-09-26 10:46 UTC  (4+ messages)
` [PATCH 3/3] UBI: Fix possible deadlock in erase_worker()

linux-next: build warning after merge of the akpm-current tree
 2014-09-26 10:42 UTC 

[PATCH v2 00/22] Use MSI chip framework to configure MSI/MSI-X in all platforms
 2014-09-26 10:38 UTC  (5+ messages)
` [PATCH v2 06/22] PCI/MSI: Introduce weak arch_find_msi_chip() to find MSI chip

[PATCH 3.12 000/142] 3.12.29-stable review
 2014-09-26  9:45 UTC  (17+ messages)
` [PATCH 3.12 001/142] openrisc: Rework signal handling
` [PATCH 3.12 006/142] futex: Unlock hb->lock in futex_wait_requeue_pi() error path
` [PATCH 3.12 007/142] dcache.c: get rid of pointless macros
` [PATCH 3.12 009/142] Btrfs: Fix memory corruption by ulist_add_merge() on 32bit arch
` [PATCH 3.12 010/142] Btrfs: fix csum tree corruption, duplicate and outdated checksums
` [PATCH 3.12 012/142] Btrfs: fix compressed write corruption on enospc
` [PATCH 3.12 013/142] Btrfs: fix crash on endio of reading corrupted block
` [PATCH 3.12 015/142] ext4: update i_disksize coherently with block allocation on error path
` [PATCH 3.12 016/142] jbd2: fix infinite loop when recovering corrupt journal blocks
` [PATCH 3.12 017/142] jbd2: fix descriptor block size handling errors with journal_csum
` [PATCH 3.12 022/142] USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PID
` [PATCH 3.12 023/142] USB: ftdi_sio: Added PID for new ekey device
` [PATCH 3.12 024/142] USB: whiteheat: Added bounds checking for bulk command response
` [PATCH 3.12 026/142] usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1
` [PATCH 3.12 027/142] NFSD: Decrease nfsd_users in nfsd_startup_generic fail
` [PATCH 3.12 028/142] svcrdma: Select NFSv4.1 backchannel transport based on forward channel

[PATCH] perf, tools: Fix perf stat --per-core on multi socket systems
 2014-09-26 10:33 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