All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-09 06:22:21 to 2014-07-09 07:51:53 UTC [more...]

[PATCH 0/7] Enable RP1/RPn/RP0 sysfs and enable CHV PM interrupt
 2014-07-10  7:46 UTC  (6+ messages)
` [PATCH 1/7] drm/i915: Read guaranteed freq for valleyview
` [PATCH 2/7] drm/i915: Add RP0/RP1/RPn render P state thresholds in VLV sysfs
` [PATCH 3/7] drm/i915: keep freq/opcode conversion function more generic
` [PATCH 4/7] drm/i915: populate mem_freq/cz_clock for chv
` [PATCH 5/7] drm/i915: CHV GPU frequency to opcode functions

a case for a common efuse API?
 2014-07-09  7:50 UTC  (6+ messages)

[PATCH v3 00/12] sched: consolidation of cpu_power
 2014-07-09  7:50 UTC  (7+ messages)
` [PATCH v3 05/12] ARM: topology: use new cpu_power interface
` [PATCH v3 06/12] sched: add per rq cpu_power_orig

[PATCH v2] drivers/gpio/gpio-sch311x: check return value of gpiochip_remove()
 2014-07-09  7:50 UTC  (4+ messages)

[Qemu-devel] [Bug 1324112] [NEW] qemu parallel building error on libcacard.la
 2014-07-09  7:49 UTC  (5+ messages)

[PATCH] Bluetooth: Fix enabling Authenticated Payload Timeout Expired event
 2014-07-09  7:49 UTC 

[PATCH] gpiolib: of: Update debug messages for of_get_named_gpiod_flags
 2014-07-09  7:48 UTC  (2+ messages)

[RFC PATCH 0/3] Remus: add remus support for migration v2
 2014-07-09  7:47 UTC  (4+ messages)
` [RFC PATCH 1/3] remus: add a bool var to indicate checkpointed stream
` [RFC PATCH 2/3] remus: implement remus checkpoint in v2 save
` [RFC PATCH 3/3] remus: adjust x86 pv restore to support remus

[Qemu-devel] [PATCH] spapr: Enable use of huge pages
 2014-07-09  7:46 UTC  (3+ messages)

[Xenomai] FreeRTOS skin #2
 2014-07-09  7:46 UTC  (8+ messages)

[PATCH 1/2] gpio: removes all usage of gpiochip_remove retval
 2014-07-09  7:45 UTC  (3+ messages)
` [PATCH] "

[Buildroot] [PATCH 0/5] Cleanups in download helpers (branch yem/check-downloads)
 2014-07-09  7:45 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] support/download: properly use temp files

[PATCH] modesetting: Support native primary plane rotation
 2014-07-09  7:44 UTC  (2+ messages)

[U-Boot] [Question] Any plan to refactor Generic Board Framework?
 2014-07-09  7:43 UTC  (3+ messages)

[PATCH v2 1/2] ASoC: dt-bindings: add rockchip i2s bindings
 2014-07-09  7:40 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] Provide additional sample information to Python scripts
 2014-07-09  7:40 UTC  (9+ messages)
      ` [PATCH 2/3] Add callchain to generic and tracepoint events
          ` [PATCH 1/3] perf script: Add missing calls to Py_DECREF for return values
          ` [PATCH 2/3] perf script: Add callchain to generic and tracepoint events
          ` [PATCH 3/3] perf script: Provide additional sample information on generic events

[Qemu-devel] [PATCH v5 00/11] trace: [tcg] Allow tracing guest events in TCG-generated code
 2014-07-09  7:40 UTC 

[U-Boot] [PATCH 2/2] i2c: ST33ZP24 I2C TPM driver
 2014-07-09  7:40 UTC 

A-MSDU reception not working?
 2014-07-09  7:39 UTC  (13+ messages)

"Unexpected end of command stream" message looks irrelevant when I try to pull a non-existing branch
 2014-07-09  7:37 UTC 

[Qemu-devel] live migration + licensing issue
 2014-07-09  7:36 UTC  (4+ messages)

[PATCH v2 0/5] Command parser batch buffer copy
 2014-07-09  7:37 UTC  (6+ messages)
` [PATCH v2 1/5] drm/i915: Implement a framework for batch buffer pools
` [PATCH v2 3/5] drm/i915: Add a batch pool debugfs file

[PATCH v6 00/32] Support multiple checkouts
 2014-07-09  7:33 UTC  (33+ messages)
` [PATCH v6 01/32] path.c: make get_pathname() return strbuf instead of static buffer
` [PATCH v6 02/32] path.c: make get_pathname() call sites return const char *
` [PATCH v6 03/32] git_snpath(): retire and replace with strbuf_git_path()
` [PATCH v6 04/32] path.c: rename vsnpath() to do_git_path()
` [PATCH v6 05/32] path.c: group git_path(), git_pathdup() and strbuf_git_path() together
` [PATCH v6 06/32] setup_git_env: use git_pathdup instead of xmalloc + sprintf
` [PATCH v6 07/32] setup_git_env(): introduce git_path_from_env() helper
` [PATCH v6 08/32] git_path(): be aware of file relocation in $GIT_DIR
` [PATCH v6 09/32] *.sh: respect $GIT_INDEX_FILE
` [PATCH v6 10/32] reflog: avoid constructing .lock path with git_path
` [PATCH v6 11/32] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
` [PATCH v6 12/32] commit: use SEQ_DIR instead of hardcoding "sequencer"
` [PATCH v6 13/32] $GIT_COMMON_DIR: a new environment variable
` [PATCH v6 14/32] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
` [PATCH v6 15/32] *.sh: avoid hardcoding $GIT_DIR/hooks/
` [PATCH v6 16/32] git-stash: avoid hardcoding $GIT_DIR/logs/
` [PATCH v6 17/32] setup.c: convert is_git_directory() to use strbuf
` [PATCH v6 18/32] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH v6 19/32] setup.c: convert check_repository_format_gently to use strbuf
` [PATCH v6 20/32] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
` [PATCH v6 21/32] setup.c: support multi-checkout repo setup
` [PATCH v6 22/32] wrapper.c: wrapper to open a file, fprintf then close
` [PATCH v6 23/32] use new wrapper write_file() for simple file writing
` [PATCH v6 24/32] checkout: support checking out into a new working directory
` [PATCH v6 25/32] checkout: clean up half-prepared directories in --to mode
` [PATCH v6 26/32] checkout: detach if the branch is already checked out elsewhere
` [PATCH v6 27/32] prune: strategies for linked checkouts
` [PATCH v6 28/32] gc: style change -- no SP before closing bracket
` [PATCH v6 29/32] gc: support prune --repos
` [PATCH v6 30/32] count-objects: report unused files in $GIT_DIR/repos/
` [PATCH v6 31/32] git_path(): keep "info/sparse-checkout" per work-tree
` [PATCH v6 32/32] checkout: don't require a work tree when checking out into a new one

calling vif hotplug scripts more than once
 2014-07-09  7:36 UTC  (5+ messages)

[PATCH 0/6] Various improvements for samsung-pinctrl driver
 2014-07-09  7:35 UTC  (7+ messages)
` [PATCH 5/6] pinctrl: samsung: Allow grouping multiple pinmux/pinconf nodes
` [PATCH 6/6] pinctrl: samsung: Allow pin value to be initialized using pinfunc

[Buildroot] Is it possible to override a package from git?
 2014-07-09  7:33 UTC  (2+ messages)

[PATCH 2/2] staging: dgap: remove redundant NULL check in dgap_tty_init()
 2014-07-09  7:29 UTC 

[PATCH 1/2] staging: dgap: use kzalloc instead of kmalloc/memset
 2014-07-09  7:29 UTC 

[PATCH v2] sched/deadline: overrun could happen in start_hrtick_dl
 2014-07-09  7:11 UTC 

[PATCHv5 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean
 2014-07-09  7:27 UTC  (5+ messages)

[PATCH 1/2] usb: ci_hdrc_imx: Return -EINVAL for missing USB PHY
 2014-07-09  7:26 UTC  (4+ messages)
` [PATCH 2/2] usb: ci_hdrc_imx doc: fsl,usbphy is required

[PATCH -mm 0/8] memcg: reparent kmem on css offline
 2014-07-09  7:25 UTC  (6+ messages)

[PATCH] Removes FIXME message in usb.c
 2014-07-09  7:25 UTC  (4+ messages)

[PATCHSET cgroup/for-3.17] cgroup: remove sane_behavior support on non-default hierarchies
 2014-07-09  7:25 UTC  (3+ messages)

[PATCH 0/3] Qualcomm pm8xxx gpio driver
 2014-07-09  7:24 UTC  (6+ messages)
` [PATCH 1/3] mfd: pm8921: Expose pm8xxx_read_irq_status

ubifs error at boot "bad node type"
 2014-07-09  7:23 UTC  (3+ messages)

[PATCH v9 0/7] ARM: berlin: add AHCI support
 2014-07-09  7:22 UTC  (5+ messages)
` [PATCH v9 3/7] ata: libahci: allow to use multiple PHYs

`git log --graph` with multiple roots is confusing
 2014-07-09  7:16 UTC  (5+ messages)

[net-next PATCH v2 0/3] Broadcast/Multicast rate limit via Ethtool Coalesce
 2014-07-09  7:14 UTC  (9+ messages)
` [net-next PATCH v2 1/3] net: ethtool: Add Multicast and broadcast rate limit coalescing feature
` [net-next PATCH v2 2/3] drivers: net: cpsw: remove redundancy check
` [net-next PATCH v2 3/3] drivers: net: cpsw: Add support for multicast/broadcast rate limit

[RESEND PATCH v3 00/11] drm: add support for Atmel HLCDC Display Controller
 2014-07-09  7:14 UTC  (11+ messages)
` [RESEND PATCH v3 05/11] drm: add Atmel HLCDC Display Controller support

linux-next: manual merge of the rd-docs tree with the trivial tree
 2014-07-09  7:14 UTC 

[PATCH] scripts/mod/modpost.c: Fix bug in number_prefix
 2014-07-09  7:13 UTC  (5+ messages)

[PATCH 0/3] mtd: hisilicon: add a new driver for NAND controller of hisilicon hip04 Soc
 2014-07-09  7:08 UTC  (6+ messages)
` [PATCH 1/3] mtd: hisilicon: add device tree node for nand controller

[Buildroot] [PATCH] ARC: disable packages that require atomic builtins
 2014-07-09  7:12 UTC  (4+ messages)

Error running 'git status' with Git version of current 'next' branch
 2014-07-09  7:10 UTC 

[PATCH] bonding: Do not try to send packets over dead link in TLB mode
 2014-07-09  7:10 UTC  (2+ messages)

Anybody working on tidspbridge?
 2014-07-09  7:07 UTC  (5+ messages)

uas - kernel panic on drive connection
 2014-07-09  7:06 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] trace: add simpletrace-stap format to generate binary trace
 2014-07-09  7:06 UTC  (2+ messages)

[Bug 80419] New: XCOM: Enemy Known Causes lockup
 2014-07-09  6:58 UTC  (2+ messages)
` [Bug 80419] XCOM: Enemy Unknown "

[U-Boot] Please pull u-boot-sunxi.git/next
 2014-07-09  6:58 UTC  (3+ messages)

[PATCH v2] btrfs-progs: Add mount point output for 'btrfs fi df' command
 2014-07-09  6:56 UTC 

[RFC 0/7] hrtimer: drop active hrtimer checks after adding it
 2014-07-09  6:55 UTC  (8+ messages)
` [RFC 1/7] hrtimer: Warn if hrtimer_start*() failed to enqueue hrtimer
` [RFC 2/7] hrtimer: don't check for active hrtimer after adding it
` [RFC 3/7] tick: "
` [RFC 4/7] sched: "
` [RFC 5/7] futex: "
` [RFC 6/7] rtmutex: "
` [RFC 7/7] net: "

[PATCH v2 0/5] kbuild: Clean-up and bug fixes of scripts/Makefile.host
 2014-07-09  6:54 UTC  (3+ messages)

[PATCH net] r8169: disable L23
 2014-07-09  6:52 UTC  (4+ messages)
` [PATCH net v2] "

[PATCH] agp: remove read/write stubs
 2014-07-09  6:52 UTC  (4+ messages)

[PATCH v2 0/7] Serial ATA support for NVIDIA Tegra124
 2014-07-09  6:49 UTC  (5+ messages)
` [PATCH v2 6/7] ata: Add support for the Tegra124 SATA controller

[PATCH v8 0/9] Support for creating generic PCI host bridges from DT
 2014-07-09  6:47 UTC  (12+ messages)
` [PATCH v8 3/9] pci: Introduce pci_register_io_range() helper function
` [PATCH v8 8/9] pci: Add support for creating a generic host_bridge from device tree

[PATCH] x86,cpu-hotplug: clear llc_shared_mask at CPU hotplug
 2014-07-09  6:46 UTC  (7+ messages)

Problems with pyhBoard-Wega-AM335x
 2014-07-09  6:47 UTC  (8+ messages)

move detection doesnt take filename into account
 2014-07-09  6:45 UTC  (6+ messages)

[PATCH 00/14] Add submodule test harness
 2014-07-09  6:39 UTC  (10+ messages)
                ` No fchmod() under msygit - Was: "

[Qemu-devel] [Bug 955379] [NEW] cmake hangs with qemu-arm-static
 2014-07-09  6:30 UTC  (2+ messages)
` [Qemu-devel] [Bug 955379] "

[PATCH] x86/efi: autoload efivars
 2014-07-09  6:40 UTC  (4+ messages)

[PATCH] fcoe: Reduce max_sectors to 1024
 2014-07-09  6:40 UTC  (3+ messages)

scsi-mq V2
 2014-07-09  6:40 UTC  (4+ messages)
` [PATCH 03/14] scsi: centralize command re-queueing in scsi_dispatch_fn

+ shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch added to -mm tree
 2014-07-09  6:35 UTC  (4+ messages)

[PATCH 0/5] iommu/arm-smmu: Updates for 3.17
 2014-07-09  6:36 UTC  (3+ messages)
` [PATCH 5/5] iommu/arm-smmu: prefer stage-1 mappings where we have a choice

Error trying to get libQt5SerialPort build in yocto project
 2014-07-09  6:35 UTC  (2+ messages)

[PATCH 3/3] ext4: Add support IOC_MOV_DATA ioctl
 2014-07-09  6:35 UTC  (4+ messages)

[PATCH NET-NEXT V2] netxen: fix ethtool rx_dropped information in ethtool get_ethtool_stats()
 2014-07-09  6:35 UTC  (5+ messages)

Issue found in Armada 370: "No buffer space available" error during continuous ping
 2014-07-09  6:35 UTC  (4+ messages)

[PATCH 2/3] xfs: Add support IOC_MOV_DATA ioctl
 2014-07-09  6:33 UTC  (4+ messages)

[PATCH 6/9] ARM: tegra: Export tegra_powergate_power_on
 2014-07-09  6:31 UTC  (12+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2014-07-08
 2014-07-09  6:30 UTC 

[PATCH] kbuild: Use symbolic link to the source tree for out-of-tree build
 2014-07-09  6:27 UTC 

[PATCH v12 0/8] MADV_FREE support
 2014-07-09  6:22 UTC  (24+ messages)
` [PATCH v12 1/8] mm: support madvise(MADV_FREE)
` [PATCH v12 2/8] x86: add pmd_[dirty|mkclean] for THP
` [PATCH v12 3/8] sparc: "
` [PATCH v12 4/8] powerpc: "
` [PATCH v12 5/8] s390: "
` [PATCH v12 6/8] arm: "
` [PATCH v12 7/8] arm64: "
` [PATCH v12 8/8] mm: Don't split THP page when syscall is called


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.