All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-20 17:12:22 to 2015-04-20 18:29:50 UTC [more...]

git-p4 Question
 2015-04-20 18:23 UTC  (2+ messages)

[RFC PATCH 00/10] ipv6: Only create RTF_CACHE route after encountering pmtu exception
 2015-04-20 18:29 UTC  (7+ messages)
` [RFC PATCH 04/10] ipv6: Only create RTF_CACHE routes "
` [RFC PATCH 06/10] ipv6: Avoid deleting RTF_CACHE route from ip6_route_del()

qxl deadlock splat
 2015-04-20 18:28 UTC 

[PATCH v3 0/2] cpufreq: add cpufreq driver for Mediatek MT8173 SoC
 2015-04-20 18:28 UTC  (4+ messages)
` [PATCH 1/2] cpufreq: mediatek: Add MT8173 cpufreq driver

[GIT RFC PULL rcu/urgent] Prevent Kconfig from asking pointless questions
 2015-04-20 18:28 UTC  (13+ messages)

[PATCH v2 0/9] Add Freescale i.mx7d support
 2015-04-20 18:28 UTC  (5+ messages)
` [PATCH v2 5/9] ARM: imx: add msl support for imx7d

[PATCH 0/3] ARM: ux500: Fix SD-card regression by using GPIO regulator
 2015-04-20 18:27 UTC  (9+ messages)
` [PATCH 1/3] ARM: ux500: Move GPIO regulator for SD-card into board DTSs
` [PATCH 2/3] ARM: ux500: Enable GPIO regulator for SD-card for HREF boards

[PATCH] nfs-utils: Allow users to disable mount option rewriting via norewriteopts mount option
 2015-04-20 18:18 UTC 

[PATCH] tests: Add KMS blob-property test
 2015-04-20 18:24 UTC 

at86rf233 on BeagleBone Black
 2015-04-20 18:24 UTC  (8+ messages)

[PATCH 1/2] sched: lockless wake-queues
 2015-04-20 18:24 UTC 

[PATCH 0/2] User-created blob properties
 2015-04-20 18:24 UTC  (3+ messages)
` [PATCH 1/2] Resync header files with kernel
` [PATCH 2/2] ioctl: Add new blob-property-creation ioctl

[PATCH] leds: gpio: Fix device teardown on probe deferral
 2015-04-20 18:23 UTC  (3+ messages)

[PATCH v3 1/5] mbuf: fix clone support when application uses private mbuf data
 2015-04-20 18:24 UTC  (6+ messages)
` [PATCH v4 00/12] mbuf: enhancements of mbuf clones

[PATCH 1/2 V2] memory-hotplug: fix BUG_ON in move_freepages()
 2015-04-20 18:23 UTC  (8+ messages)

[PATCH 0/7] User-created blob properties
 2015-04-20 18:22 UTC  (8+ messages)
` [PATCH 1/7] drm/atomic: Don't open-code CRTC state destroy
` [PATCH 2/7] drm/atomic: Early-exit from CRTC dup state
` [PATCH 3/7] drm: Don't leak path blob property when updating
` [PATCH 4/7] drm: Introduce helper for replacing blob properties
` [PATCH 5/7] drm: Introduce blob_lock
` [PATCH 6/7] drm: Add reference counting to blob properties
` [PATCH 7/7] drm/mode: Add user blob-creation ioctl

[PATCH 3.10 00/34] 3.10.75-stable review
 2015-04-20 18:22 UTC  (6+ messages)
` [PATCH 3.10 31/34] kernel.h: define u8, s8, u32, etc. limits

[PATCHSET 1/3 v3 block/for-4.1/core] writeback: cgroup writeback support
 2015-04-20 18:21 UTC  (18+ messages)
` [PATCH 12/49] writeback: move backing_dev_info->bdi_stat[] into bdi_writeback
` [PATCH 13/49] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 15/49] writeback: move backing_dev_info->wb_lock and ->worklist "
` [PATCH 18/49] bdi: make inode_to_bdi() inline

[master-next][PATCH] wic: Add plugin for single partition disk
 2015-04-20 18:21 UTC  (2+ messages)

[RFC PATCH 0/2] generic TEE subsystem
 2015-04-20 18:20 UTC  (13+ messages)
` [RFC PATCH 1/2] tee: "
  ` [tpmdd-devel] "

[PATCH] etherdevice: Add ether_addr_copy_unaligned
 2015-04-20 18:19 UTC  (2+ messages)

Need some guidance on i2c-ocores driver
 2015-04-20 18:16 UTC  (5+ messages)

[PATCH] tools/lib/api/Makefile: Add feature check for _FORTIFY_SOURCE
 2015-04-20 18:16 UTC  (2+ messages)

[PATCH net-next 0/2] net: Fix "hw csum failure" message flood for ppp tunnel
 2015-04-20 18:15 UTC 

Problems enabling systemd
 2015-04-20 18:13 UTC  (5+ messages)

[RFC][PATCHSET] non-recursive link_path_walk() and reducing stack footprint
 2015-04-20 18:13 UTC  (25+ messages)
` [PATCH 01/24] lustre: rip the private symlink nesting limit out
` [PATCH 02/24] VFS: replace {, total_}link_count in task_struct with pointer to nameidata
` [PATCH 03/24] ovl: rearrange ovl_follow_link to it doesn't need to call ->put_link
` [PATCH 04/24] VFS: replace nameidata arg to ->put_link with a char*
` [PATCH 05/24] SECURITY: remove nameidata arg from inode_follow_link
` [PATCH 06/24] VFS: remove nameidata args from ->follow_link
` [PATCH 07/24] namei: expand nested_symlink() in its only caller
` [PATCH 08/24] namei.c: separate the parts of follow_link() that find the link body
` [PATCH 09/24] namei: fold follow_link() into link_path_walk()
` [PATCH 10/24] link_path_walk: handle get_link() returning ERR_PTR() immediately
` [PATCH 11/24] link_path_walk: don't bother with walk_component() after jumping link
` [PATCH 12/24] link_path_walk: turn inner loop into explicit goto
` [PATCH 13/24] link_path_walk: massage a bit more
` [PATCH 14/24] link_path_walk: get rid of duplication
` [PATCH 15/24] link_path_walk: final preparations to killing recursion
` [PATCH 16/24] link_path_walk: kill the recursion
` [PATCH 17/24] link_path_walk: split "return from recursive call" path
` [PATCH 18/24] link_path_walk: cleanup - turn goto start; into continue;
` [PATCH 19/24] namei: fold may_follow_link() into follow_link()
` [PATCH 20/24] namei: introduce nameidata->stack
` [PATCH 21/24] namei: regularize use of put_link() and follow_link(), trim arguments
` [PATCH 22/24] namei: trim the arguments of get_link()
` [PATCH 23/24] new ->follow_link() and ->put_link() calling conventions
` [PATCH 24/24] uninline walk_component()

git stash merge
 2015-04-20 18:12 UTC  (2+ messages)

x2apic issues with Solaris and Xen guests
 2015-04-20 18:05 UTC  (3+ messages)

[PATCH v2] pppoe: Lacks DST MAC address check
 2015-04-20 18:11 UTC  (2+ messages)

[PATCH 0/2] iommu-common build warning fixes
 2015-04-20 18:10 UTC  (3+ messages)

[U-Boot] [PATCH 0/1] fdt: Fix handling of paths with options in them
 2015-04-20 18:10 UTC  (4+ messages)
` [U-Boot] [PATCH] "

[PATCH] mm, hwpoison: Remove obsolete "Notebook" todo list
 2015-04-20 18:09 UTC 

[PATCH v2] ip_forward: Drop frames with attached skb->sk
 2015-04-20 18:08 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/17] Power(full) framework based on Driver Model
 2015-04-20 18:07 UTC  (18+ messages)
` [U-Boot] [PATCH v4 00/16] "
  ` [U-Boot] [PATCH v4 01/16] exynos5: fix build break by adding CONFIG_POWER
  ` [U-Boot] [PATCH v4 02/16] exynos4-common: remove the unsued CONFIG_CMD_PMIC
  ` [U-Boot] [PATCH v4 03/16] lib: Kconfig: add entry for errno_str() function
  ` [U-Boot] [PATCH v4 04/16] dm: pmic: add implementation of driver model pmic uclass
  ` [U-Boot] [PATCH v4 05/16] dm: regulator: add implementation of driver model regulator uclass
  ` [U-Boot] [PATCH v4 06/16] dm: pmic: add pmic command
  ` [U-Boot] [PATCH v4 07/16] dm: regulator: add regulator command
  ` [U-Boot] [PATCH v4 08/16] pmic: max77686 set the same compatible as in the kernel
  ` [U-Boot] [PATCH v4 09/16] dm: pmic: add max77686 pmic driver
  ` [U-Boot] [PATCH v4 10/16] dm: regulator: add max77686 regulator driver
  ` [U-Boot] [PATCH v4 11/16] dm: regulator: add fixed voltage "
  ` [U-Boot] [PATCH v4 12/16] doc: driver-model: pmic and regulator uclass documentation
  ` [U-Boot] [PATCH v4 13/16] dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC
  ` [U-Boot] [PATCH v4 14/16] odroid: board: add support to dm pmic api
  ` [U-Boot] [PATCH v4 15/16] odroid: dts: add 'voltage-regulators' description to max77686 node
  ` [U-Boot] [PATCH v4 16/16] odroid: config: enable dm pmic, dm regulator and max77686 driver

[PATCH, RFC] scsi: use host wide tags by default
 2015-04-20 18:07 UTC  (10+ messages)

[PATCH v3] git-p4: Use -m when running p4 changes
 2015-04-20 18:04 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v2] perf tools: Document --children option in more detail
 2015-04-20 18:04 UTC  (2+ messages)

Debug info
 2015-04-20 18:04 UTC  (2+ messages)

[PATCH] arm64: kill flush_cache_all()
 2015-04-20 18:02 UTC  (3+ messages)

[PATCH] doc: Add command for limited discoverable procedure
 2015-04-20 18:02 UTC 

[GIT PULL] kdbus for 4.1-rc1
 2015-04-20 18:01 UTC  (16+ messages)

[PATCH] e2fsprogs: use $DUMPE2FS in resize_test script
 2015-04-20 17:59 UTC 

[PATCH v4 0/2] Enable capsule loader interface for efi firmware updating
 2015-04-20 17:59 UTC  (8+ messages)
` [PATCH v4 2/2] efi: an sysfs interface for user to update efi firmware

[U-Boot] [PATCH v3] mx6: Add initial SPL support for HummingBoard-i2eX
 2015-04-20 17:58 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-video/master
 2015-04-20 17:58 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86.git branch sandbox (take 2a)
 2015-04-20 17:58 UTC  (2+ messages)

[PATCH v4 0/5] libbxl: add support for pvscsi, iteration 4
 2015-04-20 17:56 UTC  (3+ messages)
` [PATCH v4 5/5] Scripts to create and delete xen-scsiback nodes in Linux target framework

[PATCH] xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages
 2015-04-20 17:54 UTC  (7+ messages)
  ` [Xen-devel] "

[Qemu-devel] [PATCH 00/18] virtio-blk: Support "VIRTIO_CONFIG_S_NEEDS_RESET"
 2015-04-20 17:36 UTC  (3+ messages)
`  "

[PATCH 0/4] rte_ethdev: cleanups
 2015-04-20 17:52 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/tor: new package
 2015-04-20 17:51 UTC 

[Buildroot] [git commit] package/b43-firmware: add hash
 2015-04-20 17:51 UTC 

[Buildroot] [git commit] package/dmalloc: add hash
 2015-04-20 17:51 UTC 

[Buildroot] [git commit] package/pkgconf: add hash
 2015-04-20 17:50 UTC 

[Buildroot] [PATCH 1/1] pppd: fix url
 2015-04-20 17:50 UTC  (2+ messages)

[PATCH] int340x_thermal/processor_thermal_device: add support to Skylake processors
 2015-04-20 17:48 UTC  (2+ messages)

KVM: How does is PAT emulation supposed to work?
 2015-04-20 17:45 UTC  (11+ messages)
` [RFC][PATCH] KVM: SVM: Sync g_pat with guest-written PAT value
    ` [PATCH v2] "

[PATCH RESEND v6 0/2] Driver for TI tlc591xx 8/16 Channel i2c LED driver
 2015-04-20 17:49 UTC  (9+ messages)
` [PATCH RESEND v6 1/2] leds: tlc591xx: Document binding for the TI "
` [PATCH RESEND v6 2/2] leds: tlc591xx: Driver "

[PATCH v6 1/3] lib/plist: Provide plist_add_head() for nodes with the same prio
 2015-04-20 17:48 UTC  (5+ messages)
` [PATCH v6 2/3] sched/rt: Fix wrong SMP scheduler behavior for equal prio cases

[Buildroot] [git commit] pppd: fix url
 2015-04-20 17:47 UTC 

[Xenomai] X86 rebbot when i use latency
 2015-04-20 17:46 UTC  (2+ messages)

[PATCH 0/1] speeding up cpu_up()
 2015-04-20 17:45 UTC  (5+ messages)
` [PATCH 1/1] x86: replace cpu_up hard-coded mdelay with variable

[Buildroot] [PATCH 1/2] package/libseccomp: bump version to 2.2.0
 2015-04-20 17:45 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/tor: new package

[PATCH] drm/i915/skl: Support Y tiling in MMIO flips
 2015-04-20 17:44 UTC  (5+ messages)

[Bug 90601] New: panic on write to 3ware raid array
 2015-04-20 17:43 UTC  (2+ messages)
` [Bug 90601] "

bluetooth-next HCI user channel issue
 2015-04-20 17:43 UTC  (2+ messages)

Why does "git log -G<regex>" works with "regexp-ignore-case" but not with other regexp-related options?
 2015-04-20 17:41 UTC  (5+ messages)

default value of power/wakeup
 2015-04-20 17:41 UTC  (2+ messages)

[PATCH v4 00/24] ILP32 for ARM64
 2015-04-20 17:40 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/perl-libwww: Fix legal-info
 2015-04-20 17:40 UTC 

[PATCH 2/9][v2]usb:fsl:otg: Add support to add/remove usb host driver
 2015-04-20 17:38 UTC  (2+ messages)

[PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively
 2015-04-20 17:36 UTC  (3+ messages)

[RFC] i2c-tools: i2ctransfer: add new tool
 2015-04-20 17:36 UTC  (4+ messages)

[PATCH] dmaengine: imx-sdma: Add DMA event remapping for imx6sx-sdma
 2015-04-20 17:34 UTC  (3+ messages)

[PATCH] blk-mq: rationalize plug
 2015-04-20 17:34 UTC  (2+ messages)

[Buildroot] [PATCH 0/3] expect: bump to version 5.45.3
 2015-04-20 17:32 UTC  (5+ messages)
` [Buildroot] [PATCH 2/3] manual: cvs: document that a date can be used instead of a tag

[PATCH 0/2] lockless wake-queues
 2015-04-20 17:31 UTC  (6+ messages)
` [PATCH 2/2] futex: lockless wakeups

[PATCH] ARM: mvebu: Fix the main PLL frequency on Armada 375, 38x and 39x SoCs
 2015-04-20 17:29 UTC  (2+ messages)

Question about DMA on 1:1 mapping dom0 of arm64
 2015-04-20 17:28 UTC  (11+ messages)

[PATCH] platform:x86: add Intel Broxton PMC IPC driver
 2015-04-20 23:04 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH-next 0/6] Patches for batman-adv 2015.0 release
 2015-04-20 17:25 UTC  (3+ messages)

Is it ok to routing periperal irq to any Domain0's vCPU on Xen ARM 4.5.x?
 2015-04-20 17:25 UTC  (6+ messages)

[PATCH 1/7] ARM: mach-imx: devices: platform-sdhci-esdhc-imx: fix broken email address
 2015-04-20 17:24 UTC  (3+ messages)
` [PATCH 4/7] input: keyboard: lm8333: "

Fscking OMAP
 2015-04-20 17:20 UTC  (6+ messages)

[U-Boot] [PATCH] mx6: Add initial SPL support for HummingBoard-i2eX
 2015-04-20 17:23 UTC  (2+ messages)

master - tests: update to renamed envvars
 2015-04-20 17:22 UTC 

master - tests: add extra keyword for timing control
 2015-04-20 17:22 UTC 

master - debug: change envvar
 2015-04-20 17:21 UTC 

[PATCH v2 net-next] ip: Add color output option
 2015-04-20 17:16 UTC  (2+ messages)

[RFC PATCH] fs: use a sequence counter instead of file_lock in fd_install
 2015-04-20 17:15 UTC  (8+ messages)

[patch] Bluetooth: btusb: off by one in rtl8723b_parse_firmware()
 2015-04-20 17:14 UTC  (3+ messages)

[PATCH 00/10] brcmfmac: device support and fixes
 2015-04-20 17:12 UTC  (7+ messages)
` [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram


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.