All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-24 01:26:20 to 2014-10-24 04:07:35 UTC [more...]

Mounting(multiply)? Options(stored)? Options(barriers)?
 2014-10-24  4:07 UTC  (3+ messages)

[GIT PULL] SOCFPGA fixes for 3.18
 2014-10-24  4:06 UTC  (2+ messages)

[GIT PULL] at91: fixes for 3.18 #1
 2014-10-24  4:03 UTC  (3+ messages)

netfilter: NAT: do the optimization for getting curr_tuple in function nf_nat_setup_info
 2014-10-24  4:01 UTC 

[GIT PULL] Xilinx Zynq dt fixes for v3.18
 2014-10-24  4:01 UTC  (2+ messages)

[RFC][PATCH 0/6] Another go at speculative page faults
 2014-10-24  3:33 UTC  (6+ messages)
` [RFC][PATCH 4/6] SRCU free VMAs

[PATCH 00/14] net: dsa: Fixes and enhancements
 2014-10-24  3:59 UTC  (7+ messages)
` [PATCH 10/14] net: dsa/mv88e6352: Implement EEPROM access functions
      ` [PATCH 10/14] net: dsa/mv88e6352: Implement EEPROM accessfunctions

[U-Boot] Please pull u-boot-dm.git
 2014-10-24  3:56 UTC 

[PATCH V2 1/2] mm: Update generic gup implementation to handle hugepage directory
 2014-10-24  3:55 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/8] dm-serial: bug fix and refactoring and conversion of Uniphier serial
 2014-10-24  3:55 UTC  (22+ messages)
` [U-Boot] [PATCH v2 1/8] serial: add static directive to local functions
` [U-Boot] [PATCH v2 2/8] dm: serial: fix console putc
` [U-Boot] [PATCH v2 3/8] dm: serial: remove unnecessary casting
` [U-Boot] [PATCH v2 4/8] dm: serial: consolidate common code more
` [U-Boot] [PATCH v2 5/8] dm: add entries to Kconfig
` [U-Boot] [PATCH v2 6/8] dm: serial: use Driver Model for UniPhier serial driver
` [U-Boot] [PATCH v2 7/8] serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
` [U-Boot] [PATCH v2 8/8] serial: remove uniphier_serial_initialize() call

[U-Boot] [PATCH v2] dm: move platform data headers to include/dm/platform_data
 2014-10-24  3:54 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] x86: Convert serial and GPIO to driver model
 2014-10-24  3:54 UTC  (17+ messages)
` [U-Boot] [PATCH 1/8] dm: serial: ns16550: Add a cast to the I/O operations
` [U-Boot] [PATCH 2/8] dm: x86: Remove ebp assembler warning in zimage.c
` [U-Boot] [PATCH 3/8] dm: x86: Zero global data before board_init_f()
` [U-Boot] [PATCH 4/8] dm: x86: Support pre-reloc malloc()
` [U-Boot] [PATCH 5/8] dm: x86: Add a gpio header for coreboot
` [U-Boot] [PATCH 6/8] dm: x86: Convert Intel ICH6 GPIO driver to use driver model
` [U-Boot] [PATCH 7/8] dm: x86: dts: Add additional info to the serial port node
` [U-Boot] [PATCH 8/8] dm: x86: Convert coreboot serial to use driver model

[U-Boot] [PATCH 0/23] dm: Introduce driver model for sunxi
 2014-10-24  3:53 UTC  (33+ messages)
` [U-Boot] [PATCH 08/23] dm: gpio: Implement GPIO reservation in the uclass
` [U-Boot] [PATCH 09/23] dm: gpio: Add gpio_get_function() and friends
` [U-Boot] [PATCH 10/23] dm: Move the function for getting GPIO status into the uclass
` [U-Boot] [PATCH 11/23] dm: gpio: sandbox: Implement the get_function() method
` [U-Boot] [PATCH 12/23] dm: gpio: sandbox: Implement the remove() method
` [U-Boot] [PATCH 13/23] dm: gpio: sandbox: Drop request()/free() in the driver
` [U-Boot] [PATCH 14/23] test: dm: Update GPIO tests for new gpio_request() method
` [U-Boot] [PATCH 15/23] dm: gpio: Add gpio_requestf() helper for printf() strings
` [U-Boot] [PATCH 16/23] test: dm: Support memory leak checking as a core feature
` [U-Boot] [PATCH 17/23] test: dm: Add additional GPIO tests
` [U-Boot] [PATCH 18/23] dm: gpio: tegra: Drop request()/free() in the driver
` [U-Boot] [PATCH 19/23] dm: gpio: omap3: "
` [U-Boot] [PATCH 20/23] dm: gpio: rpi_b: "
` [U-Boot] [PATCH 21/23] dm: gpio: exynos: "
` [U-Boot] [PATCH 22/23] dm: gpio: imx: "
` [U-Boot] [PATCH 23/23] dm: gpio: Remove unused get_state() uclass method

[U-Boot] [PATCH v2 0/15] dm: omap: Provide access to driver model for am335x, and move boards
 2014-10-24  3:52 UTC  (32+ messages)
` [U-Boot] [PATCH v2 01/15] dm: gpio: Support numbered GPIOs
` [U-Boot] [PATCH v2 02/15] dm: serial: Reset the watchdog while waiting in getc()
` [U-Boot] [PATCH v2 03/15] dm: serial: ns16550: Correct logic for checking for character
` [U-Boot] [PATCH v2 04/15] dm: ns16550: Use an address instead of a pointer for the uart base
` [U-Boot] [PATCH v2 05/15] dm: ns16550: Correct the probe logic for platform data
` [U-Boot] [PATCH v2 06/15] dm: serial: Support CONFIG_CONS_INDEX if available
` [U-Boot] [PATCH v2 07/15] dm: dts: omap: Select correct console for beaglebone
` [U-Boot] [PATCH v2 08/15] dm: omap: gpio: Put _get_gpio_value() logic into its own function
` [U-Boot] [PATCH v2 09/15] dm: omap: gpio: Support driver model
` [U-Boot] [PATCH v2 10/15] dm: am33xx: Provide platform data for GPIOs
` [U-Boot] [PATCH v2 11/15] dm: am33xx: Provide platform data for serial
` [U-Boot] [PATCH v2 12/15] dm: omap: serial: Add driver model support
` [U-Boot] [PATCH v2 13/15] dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS
` [U-Boot] [PATCH v2 14/15] dm: am33xx: Move to driver model for GPIO and serial
` [U-Boot] [PATCH v2 15/15] dm: omap3: "

[PATCH 0/2] integrity fixes
 2014-10-24  3:48 UTC  (4+ messages)
` [PATCH 1/2] ima: check xattr value length in ima_inode_setxattr()

[PATCH 0/3] PCI: code clean up on pci configuration space
 2014-10-24  3:49 UTC  (7+ messages)
` [PATCH 1/3] PCI: move PCI_FIND_CAP_TTL to pci.h and use it in quirks
` [PATCH 2/3] PCI: use u8 instead of int for pci configuration space pos and cap

[RFC] tcp md5 use of alloc_percpu
 2014-10-24  3:45 UTC  (10+ messages)
            ` [PATCH net] tcp: md5: percpu tcp_md5sig_pool must not span pages
              ` [PATCH v2 net] tcp: md5: do not use alloc_percpu()

[PATCH V5] mtd: ubi: Extend UBI layer debug/messaging capabilities
 2014-10-24  3:39 UTC  (7+ messages)

sendmmsg() Expected Behavior?
 2014-10-24  3:41 UTC  (2+ messages)

[PATCH] futex: Ensure get_futex_key_refs() always implies a barrier
 2014-10-24  3:27 UTC  (2+ messages)
` [PATCH] futex: Mention key referencing differences between shared and private futexes

[PATCH net] bpf: split eBPF out of NET
 2014-10-24  3:23 UTC  (2+ messages)

[GIT PULL] overlay filesystem v25
 2014-10-24  3:24 UTC  (3+ messages)

[PATCH 0/6] link bonding
 2014-10-24  3:22 UTC  (4+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 5/8] test app: adding support for generating variable sized packet bursts

EAL : Input/output error on DPDK 1.7.1
 2014-10-24  3:22 UTC  (2+ messages)

[PATCH v13 0/5] Rockchip soc thermal driver
 2014-10-24  3:21 UTC  (14+ messages)
` [PATCH v13 3/5] ARM: dts: add RK3288 Thermal data
` [PATCH v13 4/5] ARM: dts: add main Thermal info to rk3288

[BISECT] v3.18-rc1 doesn't boot on nitrogen6x i.MX6 board
 2014-10-24  3:21 UTC  (3+ messages)

Warning
 2014-10-24  3:10 UTC 

[meta-oe][PATCH V2] tree: Add a new package
 2014-10-24  3:19 UTC 

[PATCH] dtc: test: make the test output more friendly
 2014-10-24  3:19 UTC 

[linux-3.10 test] 30887: regressions - trouble: blocked/broken/fail/pass
 2014-10-24  3:16 UTC 

[PATCH v2] ASoC: atmel_ssc_dai: Match the CMR divider only in full duplex
 2014-10-24  3:15 UTC  (3+ messages)

[PATCH V2]PCI: imx6: Wait the clocks to stabilize after ref_en
 2014-10-24  2:36 UTC  (2+ messages)
` [PATCH V2] PCI: "

[PATCH 0/5] app/test: unit test to measure cycles per packet
 2014-10-24  3:06 UTC  (11+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] app/test: unit test for rx and tx cycles/packet

[bug] btrfs check --subvol-extents segfault
 2014-10-24  3:03 UTC  (4+ messages)

[net-next] net: phy: Adding SGMII support for Marvell 88ee1145 driver
 2014-10-24  2:47 UTC 

[PATCH 1/2] mwait_idle: Disable Baytrail Core and Module C6 auto-demotion
 2014-10-24  3:02 UTC  (7+ messages)
` [PATCH 2/2] mwait_idle: Broadwell support

[PATCH V1]PCI: imx6: Wait the clocks to stabilize after ref_en
 2014-10-24  2:30 UTC  (2+ messages)
` [PATCH V1] PCI: "

+ mm-compaction-avoid-premature-range-skip-in-isolate_migratepages_range.patch added to -mm tree
 2014-10-24  3:00 UTC  (4+ messages)

[PATCH] i386/audit: stop scribbling on the stack frame
 2014-10-24  2:55 UTC  (7+ messages)

[PATCH 5/5] hwclock: version prints out of order
 2014-10-24  2:55 UTC 

[PATCH 4/5] hwclock: Fix --date debug messages
 2014-10-24  2:53 UTC 

[PATCH 0/4] Low/high memory CMA reservation fixes
 2014-10-24  2:53 UTC  (15+ messages)
` [PATCH 1/4] mm: cma: Don't crash on allocation if CMA area can't be activated
` [PATCH 3/4] mm: cma: Ensure that reservations never cross the low/high mem boundary

[PATCH 3/5] hwclock: add message line breaks
 2014-10-24  2:52 UTC 

[PATCH] xen/vtd: cleanup some comments
 2014-10-24  2:50 UTC 

jpalacios@atlassian.com
 2014-10-24  2:50 UTC 

[PATCH 2/5] hwclock: clean up message periods/full stops
 2014-10-24  2:49 UTC 

fio rbd hang for block sizes > 1M
 2014-10-24  2:38 UTC 

Bug Report: Submodule conflict error message
 2014-10-24  2:46 UTC 

Failing Build
 2014-10-24  2:46 UTC 

[PATCH 1/5] hwclock: Remove newline from 'date' debug output
 2014-10-24  2:45 UTC 

[PATCH 0/5] hwclock: clean up messages
 2014-10-24  2:44 UTC 

cron job: media_tree daily build: ERRORS
 2014-10-24  2:40 UTC 

[PATCH 0/3] ARM: shmobile: r8a7740/armadillo800eva dts: Enable TMU0
 2014-10-24  2:39 UTC  (10+ messages)
` [PATCH 1/3] clocksource: sh_tmu: Document R-Mobile r8a7740 binding
` [PATCH 3/3] ARM: shmobile: armadillo800eva dts: Enable TMU0

[PATCHSET 0/5] perf tools: Speed up dwarf callchain post-unwinding for libunwind (v4)
 2014-10-24  2:37 UTC  (9+ messages)

EFI Xen unstable crashes on Dell E6410 when calling efi_get_time
 2014-10-24  2:37 UTC  (7+ messages)

[Buildroot] [PATCH] tftpd: Install TFTP client as well
 2014-10-24  2:36 UTC  (3+ messages)

device balance times
 2014-10-24  2:35 UTC  (8+ messages)

[meta-oe][PATCH] tree: Add a new package
 2014-10-24  2:33 UTC  (3+ messages)

[RFC PATCH 0/3] Expose gpu counters via perf pmu driver
 2014-10-24  2:33 UTC  (4+ messages)
` [RFC PATCH 3/3] i915: Expose PMU for Observation Architecture

[Beignet] Beignet crashes on vanilla 3.17.1 with IVB hardware
 2014-10-24  2:27 UTC 

[PATCH v4 0/4] fix freepage count problems in memory isolation
 2014-10-24  2:27 UTC  (3+ messages)

[PATCH V3 0/1] gconf: fix multilib conflict - org.gnome.GConf.service
 2014-10-24  2:26 UTC  (4+ messages)
` [PATCH V3 1/1] "

[PATCH] scsi: Remove unnecesary label
 2014-10-24  2:23 UTC 

[PATCH net-next v2 0/6] cleanup on resource check
 2014-10-24  2:15 UTC  (4+ messages)
` [PATCH net-next v2 5/6] ethernet: renesas: remove unnecessary check

[PATCH net-next v3 0/5] cleanup on resource check
 2014-10-24  2:12 UTC  (6+ messages)
` [PATCH net-next v3 1/5] ethernet: wiznet: remove unnecessary check
` [PATCH net-next v3 2/5] ethernet: apm: xgene: "
` [PATCH net-next v3 3/5] ethernet: marvell: "
` [PATCH net-next v3 4/5] ethernet: renesas: "
` [PATCH net-next v3 5/5] ethernet: samsung: sxgbe: "

[PATCH] clocksource: sh_mtu2: Correct SoC family name
 2014-10-24  2:15 UTC  (4+ messages)

[PATCH v4 0/3] staging: skein: Adds CryptoAPI and Module Support
 2014-10-24  2:12 UTC  (4+ messages)
` [PATCH v4 1/3] staging: skein: Adds CryptoAPI Support
` [PATCH v4 2/3] staging: skein: Adds Loadable Module Support
` [PATCH v4 3/3] staging: skein: Inlines rotl_64

[PATCH] virtio_blk: fix race at module removal
 2014-10-24  2:13 UTC  (3+ messages)

[PATCH v1 1/5] mfd: tps65910: Convert ti,system-power-controller DT property to poweroff-source
 2014-10-24  2:11 UTC  (5+ messages)
    ` [PATCH v1 1/5] mfd: tps65910: Convert ti, system-power-controller "

TCP LAST ACK incorrectly treated as invalid
 2014-10-24  2:11 UTC  (12+ messages)

[PATCH V3.18] rtlwifi: Add check for get_btc_status callback
 2014-10-24  2:09 UTC  (4+ messages)

[PATCH 2/2] ARM: shmobile: sh73a0: remove "0x" prefix from DT node names
 2014-10-24  2:09 UTC  (2+ messages)
` [PATCH 2/2] ARM: shmobile: sh73a0: Remove wrapper sh73a0_init_delay()

[PATCH 1/2] ARM: shmobile: r8a7778: Remove wrapper r8a7778_init_delay()
 2014-10-24  2:08 UTC  (2+ messages)

[PATCH] ARM: shmobile: sh7372: Add shmobile_init_late()
 2014-10-24  2:06 UTC  (2+ messages)

Check tree block failed, want=17716610236416, have=0
 2014-10-24  2:05 UTC  (4+ messages)

[PATCH v2] ata: sata_rcar: Disable DIPM mode for r8a7790 ES1
 2014-10-24  2:05 UTC  (2+ messages)

[ath9k-devel] [RFCv2 00/10] add support for ack timeout estimation in ath9k driver
 2014-10-24  2:00 UTC  (3+ messages)
` [ath9k-devel] [RFCv2 07/10] ath9k: enable control frame reception
  `  "

[PATCH for 4.5 v2] vmx, apicv: fix save/restore issue with apicv
 2014-10-24  2:00 UTC  (3+ messages)

Write path analysis
 2014-10-24  1:59 UTC 

[PATCH v8 for-xen-4.5] Fix interrupt latency of HVM PCI passthrough devices
 2014-10-24  1:58 UTC  (7+ messages)
` [PATCH v8 for-xen-4.5 1/2] dpci: Move from an hvm_irq_dpci (and struct domain) to an hvm_dirq_dpci model
` [PATCH v8 for-xen-4.5 2/2] dpci: Replace tasklet with an softirq (v8)

[PATCH v2 RESEND] perf tools: makes CPUINFO_PROC to array for different kernel version
 2014-10-24  1:56 UTC  (4+ messages)

[PATCH v3] perf tools: makes CPUINFO_PROC to array for different kernel version
 2014-10-24  1:57 UTC  (2+ messages)

[Bug 84944] New: tearing on radeonsi vdpau deinterlacer
 2014-10-24  1:54 UTC  (2+ messages)
` [Bug 84944] "

[PATCH v2]PCI: imx6: enable pcie on imx6sx sdb and imx6qdl sabreauto
 2014-10-24  1:51 UTC  (3+ messages)
` [PATCH v2 2/5] PCI: imx6: wait the clocks to stabilize after ref_en

xfsdump not work in 3.17
 2014-10-24  1:43 UTC  (6+ messages)

Userspace RCU: workqueue with batching, cheap wakeup, and work stealing
 2014-10-24  1:45 UTC 

[U-Boot] [PATCH 0/10] dm: x86: Minor fixes and configuration tidy-up for link
 2014-10-24  1:36 UTC  (21+ messages)
` [U-Boot] [PATCH 01/10] x86: config: Enable dhcp on link
` [U-Boot] [PATCH 02/10] x86: Add device tree information for Chrome OS EC
` [U-Boot] [PATCH 03/10] x86: dts: Add device tree compatible string for Intel IPC
` [U-Boot] [PATCH 04/10] x86: cros_ec: Update LPC driver for new cros_ec header
` [U-Boot] [PATCH 05/10] x86: cros_ec: Enable cros_ec for link
` [U-Boot] [PATCH 06/10] doc: Remove note about auto-complete not working with hush
` [U-Boot] [PATCH 07/10] x86: link: Tidy up the command lines options
` [U-Boot] [PATCH 08/10] x86: config: link: Display the board model on the screen
` [U-Boot] [PATCH 09/10] x86: Enable FIT, ELF on coreboot
` [U-Boot] [PATCH 10/10] net: Display the size when tftpboot finishes

Poll: time to switch skinny-metadata on by default?
 2014-10-24  1:33 UTC  (7+ messages)

[nightly] Distroless meta-ti/master minimal build 2014-10-23_21-01-10
 2014-10-24  1:11 UTC 

[PATCH] target-i386: add Intel AVX-512 support
 2014-10-24  1:27 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 0/7] APM X-Gene SoC platform device tree cleanup
 2014-10-24  1:26 UTC  (4+ messages)
` [PATCH 1/7] arm64: dts: Add APM X-Gene USB 2.0 DTS node


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.