All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-02 14:02:01 to 2015-03-02 14:40:37 UTC [more...]

[PATCH 0/2] drivers: cpuidle: minor suspend-to-idle fixes
 2015-03-02 14:53 UTC  (5+ messages)
  ` [PATCH 0/2] cpuidle / sleep: fix timer stopping regression (was: drivers: cpuidle: minor suspend-to-idle fixes)
    ` [PATCH 1/2] cpuidle: Clean up fallback handling in cpuidle_idle_call()
    ` [PATCH 2/2] cpuidle / sleep: Use broadcast timer for states that stop local timer

[RFC PATCH] arm64: use fixmap region for permanent FDT mapping
 2015-03-02 14:40 UTC  (2+ messages)

[PATCH 0/4] libbxl: add support for pvscsi, iteration 2
 2015-03-02 14:40 UTC  (9+ messages)
` [PATCH 1/4] vscsiif.h: remove reference to WWN
` [PATCH 4/4] libxl: add support for vscsi

[PATCH] eal: prevent dereferencing NULL pointer in rte_eal_devargs_add()
 2015-03-02 14:40 UTC  (3+ messages)

[PATCH v3 0/3] pinctrl: Qualcomm msm8916 pinctrl driver
 2015-03-02 14:40 UTC  (5+ messages)
` [PATCH v3 3/3] pinctrl: qcom: Add "

[PATCH 0/3] Add Write Characteristic Value server TC
 2015-03-02 14:39 UTC  (3+ messages)
` [PATCH 1/3] unit/test-gatt: Add TP/GAW/SR/BV-03-C test

Ceph Hammer OSD Shard Tuning Test Results
 2015-03-02 14:39 UTC  (4+ messages)

Regression due to d9581c7dcac15c02ad4d47c60c60f4d8f197db55 en/fb: allow xenfb initialization for hvm guest
 2015-03-02 14:38 UTC  (4+ messages)

[PATCH 0/2] crypto: talitos: Add AES-XTS mode
 2015-03-02 14:37 UTC  (3+ messages)

[PATCH] Staging: rtl8192u: ieee80211: changed C99 // comments
 2015-03-02 14:37 UTC 

[PATCH nf-next] netfilter: x_tables: add context to know if extension runs from nft_compat
 2015-03-02 14:36 UTC  (6+ messages)

[PATCH net-next v4 0/2] net: Introducing socket mark receive socket option
 2015-03-02 14:36 UTC  (4+ messages)

Riad scrub generated errors, should I worry?
 2015-03-02 14:36 UTC 

[PATCH RFT] gpio: mb86s70: Return error if requesting an already assigned gpio
 2015-03-02 14:36 UTC  (2+ messages)

[PATCH -v2 0/2] cpusets,isolcpus: resolve conflict between cpusets and isolcpus
 2015-03-02 14:35 UTC  (8+ messages)
` [PATCH 2/2] cpusets,isolcpus: add file to show isolated cpus in cpuset
    ` [PATCH v4 "

[PATCH net-next v2 0/4] switchdev: add IPv4 routing offload
 2015-03-02 14:36 UTC  (5+ messages)
` [PATCH net-next v2 2/4] net: add IPv4 routing FIB support for switchdev
` [PATCH net-next v2 4/4] switchdev: don't support custom ip rules, for now

[PATCH 0/2] Two patches for OVMF build system
 2015-03-02 14:35 UTC  (7+ messages)
` [PATCH 1/2] tools: OVMF parallel build
` [PATCH 2/2] tools: provide distclean target for OVMF

[PATCH] Staging: fbtft: remove unnecessary line continuations
 2015-03-02 14:35 UTC 

[RFC PATCH v4 00/34] Early kprobe: enable kprobes at very early booting stage
 2015-03-02 14:25 UTC  (70+ messages)
` [RFC PATCH v4 01/34] x86, traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BP
` [RFC PATCH v4 02/34] x86, traps: separate set_intr_gate() and cleanup early_trap_init()
` [RFC PATCH v4 03/34] x86, traps: install gates using IST after cpu_init()
` [RFC PATCH v4 04/34] early kprobes: within_kprobe_blacklist_early() early
` [RFC PATCH v4 05/34] early kprobes: introduce kprobe_is_early for futher early kprobe use
` [RFC PATCH v4 06/34] early kprobes: enable kprobe smoke test for early kprobes
` [RFC PATCH v4 07/34] early kprobes: init kprobes at very early stage
` [RFC PATCH v4 08/34] early kprobes: ARM: add definition for vmlinux.lds use
` [RFC PATCH v4 09/34] early kprobes: x86: "
` [RFC PATCH v4 10/34] early kprobes: introduce early kprobes related code area
` [RFC PATCH v4 11/34] early kprobes: introduces macros for allocing early kprobe resources
` [RFC PATCH v4 12/34] early kprobes: allows __alloc_insn_slot() from early kprobes slots
` [RFC PATCH v4 13/34] early kprobes: alloc optimized kprobe before memory system is ready
` [RFC PATCH v4 14/34] early kprobes: use stop_machine() based x86 optimizer
` [RFC PATCH v4 15/34] early kprobes: use stop_machine() based optimization method for early kprobes
` [RFC PATCH v4 16/34] early kprobes: perhibit probing at early kprobe reserved area
` [RFC PATCH v4 17/34] early kprobes: run kprobes smoke test for early kprobes
` [RFC PATCH v4 18/34] early kprobes: add CONFIG_EARLY_KPROBES option
` [RFC PATCH v4 19/34] ftrace: don't update record flags if code modification fail
` [RFC PATCH v4 20/34] ftrace/x86: Ensure rec->flags no change when failure occures
` [RFC PATCH v4 21/34] ftrace: sort ftrace entries earlier
` [RFC PATCH v4 22/34] ftrace: allow search ftrace addr before ftrace fully inited
` [RFC PATCH v4 23/34] ftrace: notify kprobe when ftrace is initialized
` [RFC PATCH v4 24/34] early kprobes on ftrace: introduce x86 arch_fix_ftrace_early_kprobe()
` [RFC PATCH v4 25/34] ftrace: don't fire ftrace_bug if the instruction is taken by early kprobes
` [RFC PATCH v4 26/34] early kprobes on ftrace: x86: arch code for retrieving kprobed instruction
` [RFC PATCH v4 27/34] early kprobes on ftrace: kprobe_on_ftrace_get_old_insn()
` [RFC PATCH v4 28/34] ftrace: x86: get old instruction from early kprobes when make call
` [RFC PATCH v4 29/34] ftrace: x86: call kprobe_int3_handler() in ftrace int3 handler
` [RFC PATCH v4 30/34] early kprobes: convert early kprobes on ftrace to ftrace
` [RFC PATCH v4 31/34] early kprobes: enable early kprobes for x86
` [RFC PATCH v4 32/34] early kprobes: enable 'ekprobe=' cmdline option for early kprobes
` [RFC PATCH v4 33/34] ftrace: enable make ftrace nop before ftrace_init()
` [RFC PATCH v4 34/34] early kprobes: enable optimization of kprobes on ftrace before ftrace is ready

[PATCH v6] libxl_set_memory_target: retain the same maxmem offset on top of the current target
 2015-03-02 14:34 UTC  (4+ messages)

[PATCH] stubdom: fix make clean and distclean on a freshly cloned tree
 2015-03-02 14:34 UTC  (5+ messages)

[PATCH 1/2] [media] dvbdev: use adapter arg for dvb_create_media_graph()
 2015-03-02 14:34 UTC  (4+ messages)
` [PATCH 2/2] [media] dvb: Avoid warnings when compiled without the media controller

[PATCH v2 1/2] x86: mce: kexec: turn off MCE in kexec
 2015-03-02 14:33 UTC  (7+ messages)

[PATCH] power/smb347-charger.c: set IRQF_ONESHOT flag to ensure IRQ request
 2015-03-02 14:32 UTC 

[Qemu-devel] [PULL v3 00/26] pci, pc, virtio fixes and cleanups
 2015-03-02 14:32 UTC  (2+ messages)

[Qemu-devel] QEMU website (wiki) improvements
 2015-03-02 14:31 UTC  (4+ messages)

[PATCH] [media] use a function for DVB media controller register
 2015-03-02 14:31 UTC 

[PATCH v5] tools/xenconsoled: Increase file descriptor limit
 2015-03-02 14:31 UTC  (5+ messages)

[PATCH 1/2] mm/page_alloc.c: Add '(' and ')' in comment
 2015-03-02 14:26 UTC  (4+ messages)
` [PATCH 2/2] mm/page_alloc.c: fix a grammar "

gadgetfs broken since 7f7f25e8
 2015-03-02 14:31 UTC  (6+ messages)

ADMIN TEAM‏
 2015-03-02 14:24 UTC 

[PATCH BlueZ v2 00/16] Implement GATT server D-Bus API
 2015-03-02 14:30 UTC  (3+ messages)

[U-Boot] [u-boot 00/40] dra7xx: am43xx: add dwc3 gadget driver support and enable dfu
 2015-03-02 14:30 UTC  (4+ messages)
` [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

[PATCH] ARM: at91: remove NEED_MACH_IO_H
 2015-03-02 14:29 UTC  (2+ messages)

[PATCH bluetooth-next 0/3] ieee802154: UAPI changes
 2015-03-02 14:29 UTC  (6+ messages)
` [PATCH bluetooth-next 1/3] ieee802154: 6lowpan: fix ARPHRD to ARPHRD_6LOWPAN
` [PATCH bluetooth-next 2/3] ieee802154: change wpan-phy name to phy
` [PATCH bluetooth-next 3/3] ieee802154: remove deprecated sysfs entries

[PATCH] arm64: Documentation: clarify Image placement in physical RAM
 2015-03-02 14:27 UTC  (3+ messages)

i915 when using vaapi, screen only refreshes on mouse movement
 2015-03-02 14:27 UTC  (4+ messages)

Discuss: ruby-1.9.x EOL -- someone to add ruby-2.2?
 2015-03-02 14:26 UTC  (2+ messages)

[RFC v2 0/4] fs/locks: Use plain percpu spinlocks instead of lglock to protect file_lock
 2015-03-02 14:25 UTC  (5+ messages)
` [RFC v2 1/4] locks: Remove unnecessary IS_POSIX test
` [RFC v2 2/4] locks: Add lockdep assertion for blocked_lock_lock
` [RFC v2 3/4] locks: Split insert/delete block functions into flock/posix parts
` [RFC v2 4/4] locks: Use blocked_lock_lock only to protect blocked_hash

[U-Boot] [PATCH] arm64: Add Xilinx ZynqMP support
 2015-03-02 14:23 UTC  (4+ messages)

[PATCH 1/1] Revert "perf: Remove the extra validity check on nr_pages"
 2015-03-02  7:14 UTC 

[PATCH] xen,apic: Setup our own APIC driver and validator for APIC IDs
 2015-03-02 14:22 UTC  (4+ messages)
` [Xen-devel] [PATCH] xen, apic: "
  `  "

[PATCH net-next] ebpf: move CONFIG_BPF_SYSCALL-only function declarations
 2015-03-02 14:21 UTC 

[Qemu-devel] [PULL 00/10] QOM devices patch queue 2015-02-24
 2015-03-02 14:21 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm64: Add Xilinx ZynqMP support
 2015-03-02 14:21 UTC 

[PATCH] Staging: fbtft: fix space errors
 2015-03-02 14:20 UTC  (4+ messages)

Blocking ops when !TASK_RUNNING in bnep
 2015-03-02 14:20 UTC 

[PATCH 0/4] KVM ARM64 Migration Fixes
 2015-03-02 14:20 UTC  (8+ messages)
` [PATCH 3/4] arm/arm64: KVM: Fix migration race in the arch timer

[PATCH] ASoC: sam9g20_wm8731: drop machine_is_xxx
 2015-03-02 14:19 UTC  (8+ messages)
  ` [alsa-devel] "

old (but unfixed in our clones) qemu security issues?
 2015-03-02 14:18 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH 0/8] introduce dynamic device creation/removal
 2015-03-02 14:18 UTC  (3+ messages)

[PATCH v2 0/7] The power allocator thermal governor
 2015-03-02 14:17 UTC  (7+ messages)
` [PATCH v2 7/7] thermal: export thermal_zone_parameters to sysfs

[PATCH 0/3] Fix backward compatibility of newer firmware with older kernel
 2015-03-02 14:17 UTC  (6+ messages)
` [PATCH 1/3] Documentation: dts: Update compatible field description for APM X-Gene

[RFC PATCH 00/19] xen/arm: Add ITS support
 2015-03-02 14:17 UTC  (3+ messages)
` [RFC PATCH 09/19] xen/arm: Update irq descriptor for LPIs support

[PATCH V4 0/6] RCU get_user_pages_fast and __get_user_pages_fast
 2015-03-02 14:16 UTC  (6+ messages)

Flows! Offload them
 2015-03-02 14:16 UTC  (12+ messages)

[PATCH 2/2] cosa.c : Array index 'i' is used before limits check
 2015-03-02 14:16 UTC  (4+ messages)

[PATCH 0/2] simple-card: Add samplerate and samplewidth constraints
 2015-03-02 14:14 UTC  (3+ messages)
  ` [PATCH 1/2] ASoC: simple-card: Remove trailing whitespace
  ` [PATCH 2/2] ASoC: simple-card: Add support for samplerate and samplewidth constraints

[PATCH] kdb: Fix handling of kallsyms_symbol_next() return value
 2015-03-02 14:13 UTC 

[Bug 89156] r300g: GL_COMPRESSED_RED_RGTC1 / ATI1N support broken
 2015-03-02 14:12 UTC  (2+ messages)

[PATCH] MAINTAINERS: add Freescale Vybrid SoC
 2015-03-02 14:12 UTC  (3+ messages)

Question on MSI support in PCI and PCI-E devices
 2015-03-02 14:02 UTC  (3+ messages)

[PATCH] ftrace: Fix comments about trace/ftrace.h
 2015-03-02 14:28 UTC  (2+ messages)

[PATCH v2 0/6] ARM: at91: fix irq_pm_install_action WARNING
 2015-03-02 14:10 UTC  (4+ messages)
` [PATCH v2 5/6] watchdog: at91sam9: request the irq with IRQF_NO_SUSPEND

[PATCH] x86: svm: make wbinvd faster
 2015-03-02 14:09 UTC  (2+ messages)

[PATCH] iio: accel: mma9551: Check gpiod_to_irq return value
 2015-03-02 14:09 UTC  (2+ messages)

[PATCH v1 0/5] IB/core: extended query device caps cleanup for v3.19
 2015-03-02 14:08 UTC  (8+ messages)
` [PATCH v1 1/5] IB/uverbs: ex_query_device: answer must not depend on request's comp_mask

[PATCH] Revert "target-ppc: Create versionless CPU class per family if KVM"
 2015-03-02 14:07 UTC  (5+ messages)
      ` [Qemu-devel] "

[PATCH] xsm/flask: Handle policy load failures properly
 2015-03-02 14:06 UTC  (11+ messages)

[PATCH nf-next v2] netfilter: x_tables: add context to know if extension runs from nft_compat
 2015-03-02 14:10 UTC 

[PATCH] dvb: fix compilation errors/warnings ifndef CONFIG_MEDIA_CONTROLLER_DVB
 2015-03-02 14:05 UTC  (3+ messages)

[U-Boot] DWC2 driver issues
 2015-03-02 14:04 UTC  (5+ messages)

[PATCH 0/2] xen: arm: warn for gic and arch timer misconfiguration
 2015-03-02 14:02 UTC  (9+ messages)
` [PATCH 1/2] xen: arm: log warning for interrupt configuration mismatch


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.