public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-02-18 18:23:36 to 2014-02-18 21:47:58 UTC [more...]

[RFC][PATCH 0/5] arch: atomic rework
 2014-02-18 21:47 UTC  (44+ messages)

[PATCH V2] mm: add a new command-line kmemcheck value
 2014-02-18 21:47 UTC  (2+ messages)

[PATCH] mtip32xx: Reduce the number of unaligned writes to 2
 2014-02-18 21:46 UTC 

[PATCH 0/3] drivers/mcb: Bus support for MEN Chameleon Bus
 2014-02-18 21:48 UTC  (5+ messages)
` [PATCH 1/3] drivers: Introduce "
` [PATCH 3/3] iio: adc: Add MEN 16z188 ADC driver

[RFC v2 0/4] net: bridge / ip optimizations for virtual net backends
 2014-02-18 21:42 UTC  (17+ messages)
` [RFC v2 1/4] bridge: enable interfaces to opt out from becoming the root bridge
` [RFC v2 2/4] net: enables interface option to skip IP
` [RFC v2 3/4] xen-netback: use a random MAC address
  ` [Xen-devel] "
` [RFC v2 4/4] xen-netback: skip IPv4 and IPv6 interfaces
  ` [Xen-devel] "
` [Xen-devel] [RFC v2 0/4] net: bridge / ip optimizations for virtual net backends

[PATCH net-next 00/14] r8152: improvement and new features
 2014-02-18 21:41 UTC  (2+ messages)

[PATCH] regulator: core bugfix: Use normal enable for always_on regulators
 2014-02-18 21:40 UTC  (3+ messages)

[PATCH v4 0/3] qspinlock: Introducing a 4-byte queue spinlock
 2014-02-18 21:37 UTC  (15+ messages)
` [PATCH v4 1/3] qspinlock: Introducing a 4-byte queue spinlock implementation

[PATCH] workqueue: ensure @task is valid across kthread_stop()
 2014-02-18 21:37 UTC  (2+ messages)
` [PATCH wq/for-3.14-fixes] "

[PATCH tip/core/rcu 0/55] Torture-test changes for 3.15
 2014-02-18 21:36 UTC  (16+ messages)
` [PATCH tip/core/rcu 01/55] rcutorture: Print grace-period performance statistics
  ` [PATCH tip/core/rcu 15/55] rcutorture: Abstract rcu_torture_random()
  ` [PATCH tip/core/rcu 17/55] rcutorture: Abstract torture_param()
  ` [PATCH tip/core/rcu 35/55] rcutorture: Fix rcutorture shutdown races
  ` [PATCH tip/core/rcu 37/55] rcutorture: Abstract torture_create_kthread()

[PATCH] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-02-18 21:32 UTC  (2+ messages)

[PATCH 01/11] Input: synaptics-rmi4 - do not kfree() managed memory in F01
 2014-02-18 21:32 UTC  (7+ messages)
` [PATCH 03/11] Input: synaptics-rmi4 - do not update configuration in rmi_f01_probe()

[PATCHv3] Generic Mailbox API
 2014-02-18 21:32 UTC  (8+ messages)
` [PATCHv3 2/6] mailbox: Introduce a new common API

[PATCH v2 0/3] usb: chipidea: msm: Clean and fix glue layer driver
 2014-02-18 21:34 UTC  (11+ messages)
` [PATCH v2 1/3] usb: chipidea: msm: Add device tree binding information
` [PATCH v2 2/3] usb: chipidea: msm: Add device tree support

Lenovo X240 (haswell) suspend-to-ram hangs on 3-14.0-rc2
 2014-02-18 21:32 UTC  (12+ messages)

[RFC][PATCH 0/5] arch: atomic rework
 2014-02-18 21:29 UTC  (8+ messages)

DoS with unprivileged mounts
 2014-02-18 21:28 UTC  (10+ messages)
        ` [RFC][PATCH 0/3] vfs: Detach mounts on unlink
          ` [PATCH 0/11] Detaching "
            ` [PATCH 03/11] vfs: Don't allow overwriting mounts in the current mount namespace

[PATCH 01/32] perf report: Use al->cpumode where applicable
 2014-02-18 21:08 UTC  (32+ messages)
` [PATCH 02/32] perf tools: Shorten sample symbol resolving function signature
` [PATCH 03/32] "
` [PATCH 04/32] perf report: Remove some needless container_of usage
` [PATCH 05/32] perf tools: Put proper period for for samples without PERIOD sample_type
` [PATCH 06/32] perf tools: Add call-graph option support into .perfconfig
` [PATCH 07/32] perf record: Add readable output for callchain debug
` [PATCH 08/32] perf tools: Fix memory leak in event_format__print function
` [PATCH 09/32] perf tests x86: Introduce perf_regs_load function
` [PATCH 10/32] perf tests x86: Add dwarf unwind test
` [PATCH 11/32] perf tools: Fix dwarf unwind max_stack processing
` [PATCH 12/32] perf callchain: Do not report zero address in unwind
` [PATCH 13/32] perf callchain: Add mask into struct regs_dump
` [PATCH 14/32] perf callchain: Separate libunwind code to special object
` [PATCH 15/32] perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id
` [PATCH 16/32] perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macro
` [PATCH 17/32] perf callchain: Separate perf_reg_value function in perf_regs object
` [PATCH 18/32] perf tools: Move fs.* to lib/api/fs/
` [PATCH 19/32] perf tools: Move hash.h header
` [PATCH 20/32] perf tools: Drop prefetch.h
` [PATCH 21/32] perf symbols: No need to export dso__first_symbol
` [PATCH 22/32] perf probe: Fix to do exit call for symbol maps
` [PATCH 23/32] perf probe: Remove incorrect symbol check for --list
` [PATCH 24/32] perf probe: Replace line_list with intlist
` [PATCH 25/32] perf probe: Unify show_available_functions for uprobes/kprobes
` [PATCH 26/32] perf probe: Show in what binaries/modules probes are set
` [PATCH 27/32] perf probe: Use ref_reloc_sym based address instead of the symbol name
` [PATCH 28/32] perf probe: Find given address from offline dwarf
` [PATCH 29/32] perf probe: Show appropriate symbol for ref_reloc_sym based kprobes
` [PATCH 30/32] perf probe: Show source-level or symbol-level info for uprobes
` [PATCH 31/32] perf probe: Allow to add events on the local functions
` [PATCH 32/32] perf probe: Support distro-style debuginfo for uprobe

[PATCH] audit: add arch field to seccomp event log
 2014-02-18 21:01 UTC  (8+ messages)

[PATCH v2 0/4] Remove dead code
 2014-02-18 21:00 UTC  (5+ messages)
` [PATCH v2 1/4] misc: mic: Add include of <linux/irqreturn.h>
` [PATCH v2 2/4] mei: "
` [PATCH v2 3/4] iommu/amd: "
` [PATCH v2 4/4] PCI: Remove unused SR-IOV VF Migration support

[PATCH v2 0/6] ARM: firmware: improvements to Trusted Foundations support
 2014-02-18 20:56 UTC  (2+ messages)

[PATCH net-next 00/35] net: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-02-18 20:56 UTC  (9+ messages)
` [PATCH net-next 17/35] ixgbevf: "
  `  "
` [PATCH net-next 29/35] qlge: Get rid of an redundant assignment
` [PATCH net-next 30/35] qlge: Use pci_enable_msix_range() instead of pci_enable_msix()

[PATCH 1/2] i2c: Add message transfer tracepoints for I2C
 2014-02-18 20:54 UTC  (4+ messages)
` [PATCH 2/2] i2c: Add message transfer tracepoints for SMBUS

[PATCH] Generic sched_clock locking fix for tip/timers/urgent
 2014-02-18 20:53 UTC  (5+ messages)
` [PATCH] sched_clock: Prevent callers from seeing half-updated data

AW: AW: [PATCH] x86: HPET force enable for Soekris net6501
 2014-02-18 20:51 UTC  (10+ messages)
` ACPI: Also allow ACPI table adding via initrd not only overriding
  ` [PATCH 1/4] ACPI: Provide support for ACPI table adding via OS
  ` [PATCH 3/4] ACPICA: Add BGRT signature to known signatures
  ` [Devel] ACPI: Also allow ACPI table adding via initrd not only overriding

[GIT PULL] irqchip: dove: drivers for v3.14
 2014-02-18 20:51 UTC  (7+ messages)

[PATCH v2 0/2] generic CPU feature based udev module autoprobing
 2014-02-18 20:49 UTC  (5+ messages)

[PATCH] NFSD, lost nfserrno() call in nfsd_setattr()
 2014-02-18 20:44 UTC  (2+ messages)

[RFC PATCH 0/6] PM: introduce voltage domain abstraction
 2014-02-18 20:32 UTC  (7+ messages)
` [RFC PATCH 1/6] PM / Voltagedomain: Add generic clk notifier handler for regulator based dynamic voltage scaling
` [RFC PATCH 2/6] cpufreq: cpufreq-cpu0: use clk rate-change notifiers
` [RFC PATCH 3/6] PM / Voltagedomain: introduce voltage domain driver support
` [RFC PATCH 4/6] devicetree: bindings: add documentation for voltagedomain
` [RFC PATCH 5/6] PM / Voltagedomain: introduce basic voltage domain support for OMAP
` [RFC PATCH 6/6] devicetree: bindings: voltagedomain: add bindings for OMAP compatible SoCs

[PATCH net-next v5 0/9] xen-netback: TX grant mapping with SKBTX_DEV_ZEROCOPY instead of copy
 2014-02-18 20:36 UTC  (7+ messages)
` [PATCH net-next v5 1/9] xen-netback: Introduce TX grant map definitions
` [PATCH net-next v5 2/9] xen-netback: Change TX path from grant copy to mapping
    ` [Xen-devel] "

[PATCH v4 0/2] Introduce AEMIF driver for Davinci/Keystone archs
 2014-02-18 20:34 UTC  (6+ messages)
` [PATCH v4 1/2] memory: ti-aemif: introduce AEMIF driver

[PATCH 1/2] staging: iio: hmc5843: Add all available models to device tree id table
 2014-02-18 20:35 UTC  (3+ messages)

[PATCH V5 0/7] cpufreq: suspend early/resume late: dpm_{suspend|resume}()
 2014-02-18 20:31 UTC  (9+ messages)

[PATCH 00/14][RFC] Android updates for staging-next
 2014-02-18 20:32 UTC  (15+ messages)
` [PATCH 01/14] staging: binder: Fix death notifications
` [PATCH 12/14] staging: binder: Fix ABI for 64bit Android
` [PATCH 13/14] staging: binder: Support concurrent 32 bit and 64 bit processes

[PATCH V6 0/7] cpufreq: suspend early/resume late: dpm_{suspend|resume}()
 2014-02-18 20:30 UTC  (2+ messages)

[PATCH 0/5] intel_pstate updates for v3.14-rcX
 2014-02-18 20:29 UTC  (2+ messages)

Crash by update of shared libraries
 2014-02-18 20:27 UTC  (2+ messages)

[PATCH 1/1] block: Use macros from compiler.h instead of __attribute__((...))
 2014-02-18 20:20 UTC 

[GIT PULL] irqchip: mvebu fixes for v3.14
 2014-02-18 20:23 UTC  (2+ messages)

[PATCH tip/core/rcu 0/12] Miscellaneous fixes for 3.15
 2014-02-18 20:21 UTC  (4+ messages)
` [PATCH tip/core/rcu 01/12] rcu: Add ACCESS_ONCE() to ->n_force_qs_lh accesses
  ` [PATCH tip/core/rcu 10/12] block: Substitute rcu_access_pointer() for rcu_dereference_raw()

[PATCH 0/2] Re-sending two patches for hyperv_fb
 2014-02-18 21:11 UTC  (3+ messages)
` [PATCH 1/2] hyperv_fb: Add screen refresh after pause/resume operation
` [PATCH 2/2] hyperv_fb: Add support for Gen2 VM

[GIT pull] DRBD code reorganization
 2014-02-18 20:20 UTC  (2+ messages)

[PATCH] dt: platform driver: Fill the resources before probe and defer if needed
 2014-02-18 20:22 UTC  (2+ messages)

[PATCH] bio: don't write "bio: create slab" messages to syslog
 2014-02-18 20:18 UTC  (2+ messages)

[PATCH v3] audit: Turn off TIF_SYSCALL_AUDIT when there are no rules
 2014-02-18 20:17 UTC  (2+ messages)

Does it need to implement irq_set_type method in the ioapic_chip?
 2014-02-18 20:13 UTC 

[GIT PULL 0/8] PHY subsystem fixes for 3.14-rc4
 2014-02-18 20:11 UTC  (8+ messages)
` [PATCH 1/8] usb: phy: twl4030-usb: Silence checkpatch warnings
` [PATCH 2/8] usb: phy: twl4030-usb: Remove redundant semicolon
` [PATCH 3/8] usb: phy: bcm-kona-usb2: Use PTR_ERR_OR_ZERO

[PATCH] cpufreq: remove sysfs link when a cpu != policy->cpu, is removed
 2014-02-18 20:05 UTC  (2+ messages)

[PATCH 0/4] x86: Add Cache QoS Monitoring (CQM) support
 2014-02-18 19:54 UTC  (12+ messages)

[PATCH v2 0/3] Deferrable timers support for timerfd API
 2014-02-18 19:48 UTC  (15+ messages)

[PATCHv5 0/4] add compressing abstraction and multi stream support
 2014-02-18 19:38 UTC  (3+ messages)

[ARCH question] Do syscall_get_nr and syscall_get_arguments always work?
 2014-02-18 19:39 UTC  (4+ messages)

[PATCH v2] spi: core: Validate lenght of the transfers in message
 2014-02-18 19:37 UTC  (4+ messages)

[PATCH net-next] hyperv: Add latest NetVSP versions to auto negotiation
 2014-02-18 20:28 UTC 

[dma-debug.c - DMA-API] exceeded overlapping … & sym53c8xx … tries to free DMA …
 2014-02-18 19:36 UTC  (5+ messages)
      ` [dma-debug.c - DMA-API] exceeded overlapping ... & sym53c8xx ... tries to free DMA

[RFC][PATCH 0/6] x86: rework tlb range flushing code
 2014-02-18 19:30 UTC  (7+ messages)
` [RFC][PATCH 1/6] x86: mm: clean up tlb "
` [RFC][PATCH 2/6] x86: mm: rip out complicated, out-of-date, buggy TLB flushing
` [RFC][PATCH 3/6] x86: mm: fix missed global TLB flush stat
` [RFC][PATCH 4/6] x86: mm: trace tlb flushes
` [RFC][PATCH 5/6] x86: mm: new tunable for single vs full TLB flush
` [RFC][PATCH 6/6] x86: mm: set TLB flush tunable to sane value

[PATCH v2] of_mdio: fix phy interrupt passing
 2014-02-18 20:29 UTC  (2+ messages)

[PATCH v4] ACPI / video: Add systems that should favour native backlight interface
 2014-02-18 19:28 UTC  (5+ messages)

[PATCH net-next] openvswitch: Use ether_addr_copy
 2014-02-18 19:15 UTC 

Unkillable R-state process stuck in sendfile
 2014-02-18 19:13 UTC  (2+ messages)

[RFC, PATCHv2 0/2] mm: map few pages around fault address if they are in page cache
 2014-02-18 19:07 UTC  (10+ messages)

[PATCH v3 0/3] Add Xilinx AXI Video DMA Engine driver
 2014-02-18 19:03 UTC  (7+ messages)
` [PATCH v3 1/3] dma: Support multiple interleaved frames with non-contiguous memory

[PATCH v5 0/6] Add support for the System Power Management Interface (SPMI)
 2014-02-18 18:56 UTC  (4+ messages)
` [PATCH v5 1/6] spmi: Linux driver framework for SPMI

[PATCH] usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PM
 2014-02-18 19:04 UTC  (5+ messages)
` [PATCH v2] "

xhci: Switch Intel Lynx Point ports to EHCI on shutdown
 2014-02-18 18:54 UTC  (4+ messages)
` [PATCH] "
  ` [RESEND] "

pci-3.14 resource alloc
 2014-02-18 18:52 UTC  (4+ messages)

Link Time Optimization patchkit v3
 2014-02-18 18:52 UTC  (4+ messages)
` [PATCH 19/20] lto, module: Warn about modules that are not fully LTOed

[PATCH 0/2] Fix missing misc nodes
 2014-02-18 18:53 UTC  (4+ messages)
` [PATCH 2/2] misc: add missing minor nodes

Single pass kallsyms v3
 2014-02-18 18:50 UTC  (4+ messages)
` [PATCH 1/6] kbuild: Remove relocations from kallsyms table

[PATCH v3 0/7] Modernize pm8921 with irqdomains, regmap, DT
 2014-02-18 18:44 UTC  (6+ messages)
` [PATCH v3 7/7] devicetree: bindings: Document PM8921/8058 PMICs

[PATCH] vt: detect and ignore OSC codes
 2014-02-18 18:44 UTC  (4+ messages)

[GIT Pull] timer fixes for 3.14
 2014-02-18 18:40 UTC  (3+ messages)

[PATCH net-next] hsr: Use ether_addr_copy
 2014-02-18 18:37 UTC 

x86_pmu_start WARN_ON
 2014-02-18 18:30 UTC  (9+ messages)

[PATCH v6 1/3] clocksource: timer-keystone: introduce clocksource driver for Keystone
 2014-02-18 18:29 UTC  (2+ messages)
` [PATCH] clocksource: timer-keystone: Delete unnecessary variable

[PATCH] EDAC, MCE, AMD: Fix code to prevent NULL dereference
 2014-02-18 18:27 UTC  (8+ messages)

[PATCH] Makefile: fix extra parenthesis typo when CC_STACKPROTECTOR_REGULAR is enabled
 2014-02-18 18:26 UTC 


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