All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-13 13:30:34 to 2014-04-13 19:19:20 UTC [more...]

pull request: iwlwifi 2014-04-13
 2014-04-13 19:19 UTC 

[Buildroot] Patchwork cleanup: proposal
 2014-04-13 19:15 UTC  (8+ messages)

[PATCH] Fix coding style in drivers/staging/crystalhd/crystalhd_lnx.c
 2014-04-13 19:13 UTC  (5+ messages)
  ` [PATCH v2 1/3] Fix alignement problems "
  ` [PATCH v2 2/3] Fix coding style problem (cast with space) "
  ` [PATCH v2 3/3] Fix coding style problem (sizeof with type) "

[PATCH] ARM: ux500: configure in sensors
 2014-04-13 19:11 UTC 

[PATCH] ARM: ux500: update defconfig
 2014-04-13 19:11 UTC 

[PATCH 1/3] ext4: Fix error handling in ext4_ext_shift_extents
 2014-04-13 19:10 UTC  (4+ messages)
` [PATCH 2/3] ext4: always check ext4_ext_find_extent result
` [PATCH 3/3] ext4: remove obsoleted check

[PATCH 0/6] iio: enable ST Sensors on Ux500
 2014-04-13 19:09 UTC  (8+ messages)
` [PATCH 1/6] iio: st_sensors: announce registered sensors
` [PATCH 2/6] iio: st_sensors: move regulator retrieveal to core
` [PATCH 3/6] iio: st_sensors: get platform data from device tree
  ` [PATCH 4/6] iio: st_sensors: add device tree bindings
` [PATCH 5/6] iio: st_sensors: add devicetree probing support
` [PATCH 6/6] ARM: ux500: add misc sensors to the device trees

[PATCH v7 00/22] Support ext4 on NV-DIMMs
 2014-04-13 19:07 UTC  (19+ messages)
` [PATCH v7 06/22] Replace XIP read and write with DAX I/O
` [PATCH v7 07/22] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v7 08/22] Replace xip_truncate_page with dax_truncate_page

X86: Impossible select Enhanced Real Time Clock Support (legacy PC RTC driver)
 2014-04-13 19:05 UTC 

Writing one file, observing two writes
 2014-04-13 19:03 UTC  (2+ messages)

audit regression on x86 32-bit
 2014-04-13 19:00 UTC 

[PATCH 0/5] core: Convert thread iteration to use for_each[_process]_thread APIs, 1st pile
 2014-04-13 18:59 UTC  (14+ messages)
` [PATCH 2/5] tracepoint: Convert process iteration to use for_each_process_thread()
      ` [PATCH 0/2] Was: "
        ` [PATCH RESEND 1/2] tracing: syscall_*regfunc() can race with copy_process()
                  ` [PATCH v2 0/3] tracing: syscall_*regfunc() fixes
                    ` [PATCH v2 1/3] tracing: fix syscall_*regfunc() vs copy_process() race
                    ` [PATCH v2 2/3] tracing: change syscall_*regfunc() to check PF_KTHREAD and use for_each_process_thread()
                    ` [PATCH v2 3/3] tracing: syscall_regfunc() should not skip kernel threads

[PATCH] bcm: Fixing a few checkpatch issues in InterfaceMisc.h
 2014-04-13 18:56 UTC 

[git pull] vfs.git
 2014-04-13 18:53 UTC  (2+ messages)

EHCI hotplug kernel crash in kernel 3.14 and 3.13
 2014-04-13 18:51 UTC 

[Patch v2 0/1] Enhance Skeleton Linux Yocto Kernel Recipe
 2014-04-13 18:51 UTC  (5+ messages)
` [Patch v2 1/1] meta-skeleton: linux-yocto-custom.bb: use machine overrides

[PATCH 1/2] cifs: Use min_t() when comparing "size_t" and "unsigned long"
 2014-04-13 18:46 UTC  (6+ messages)
` [PATCH 2/2] mm: Initialize error in shmem_file_aio_read()

Sun V210 Cheetah error trap (kernel problem?)
 2014-04-13 18:33 UTC 

Get all tips quickly
 2014-04-13 18:29 UTC  (2+ messages)

[PATCH] rte_pmd_init_all: initialize non-PCI PMDs provided by EAL
 2014-04-13 18:22 UTC  (3+ messages)

[libnftnl PATCH] target: Fix an invalid read
 2014-04-13 18:21 UTC  (3+ messages)
` [libnftnl PATCH] tests: Fix a memory leak

[PATCH net] netlink: preserve netlink pkt_type on dev_queue_xmit_nit
 2014-04-13 18:12 UTC  (3+ messages)

[PATCH 1/2] perf, tools, stat: Initialize statistics correctly
 2014-04-13 18:08 UTC  (3+ messages)
` [PATCH 2/2] perf, tools: Support spark lines in perf stat

[PATCH] ipc,shm: increase default size for shmmax
 2014-04-13 18:05 UTC  (18+ messages)

[Buildroot] Version 3.2.0 of the Buildroot Eclipse plugin
 2014-04-13 18:05 UTC 

[PATCH] ARM: vexpress: Add CPU clock frequencies to TC1 device tree
 2014-04-13 18:03 UTC  (3+ messages)

[PATCH] ASoC: Intel: Fix incorrect sizeof() in sst_hsw_stream_get_volume()
 2014-04-13 17:56 UTC  (2+ messages)

[PATCH v3 00/15] uprobes/x86: fix the handling of relative jmp's/call's
 2014-04-13 17:46 UTC  (16+ messages)
` [PATCH v3 01/15] uprobes: Kill UPROBE_SKIP_SSTEP and can_skip_sstep()
` [PATCH v3 02/15] uprobes/x86: Fold prepare_fixups() into arch_uprobe_analyze_insn()
` [PATCH v3 03/15] uprobes/x86: Kill the "ia32_compat" check in handle_riprel_insn(), remove "mm" arg
` [PATCH v3 04/15] uprobes/x86: Gather "riprel" functions together
` [PATCH v3 05/15] uprobes/x86: move the UPROBE_FIX_{RIP,IP,CALL} code at the end of pre/post hooks
` [PATCH v3 06/15] uprobes/x86: Introduce uprobe_xol_ops and arch_uprobe->ops
` [PATCH v3 07/15] uprobes/x86: Conditionalize the usage of handle_riprel_insn()
` [PATCH v3 08/15] uprobes/x86: Send SIGILL if arch_uprobe_post_xol() fails
` [PATCH v3 09/15] uprobes/x86: Teach arch_uprobe_post_xol() to restart if possible
` [PATCH v3 10/15] uprobes/x86: Introduce sizeof_long(), cleanup adjust_ret_addr() and arch_uretprobe_hijack_return_addr()
` [PATCH v3 11/15] uprobes/x86: Emulate unconditional relative jmp's
` [PATCH v3 12/15] uprobes/x86: Emulate nop's using ops->emulate()
` [PATCH v3 13/15] uprobes/x86: Emulate relative call's
` [PATCH v3 14/15] uprobes/x86: Emulate relative conditional "short" jmp's
` [PATCH v3 15/15] uprobes/x86: Emulate relative conditional "near" jmp's

[PATCH 00/29] ARM: orion5x: big step towards DT conversion
 2014-04-13 17:50 UTC  (43+ messages)
` [PATCH 01/29] ARM: orion5x: fix target ID for crypto SRAM window
` [PATCH 02/29] pinctrl: mvebu: new driver for Orion platforms
` [PATCH 03/29] clk: mvebu: add Orion5x clock driver
` [PATCH 04/29] memory: mvebu-devbus: fix the conversion of the bus width
` [PATCH 05/29] memory: mvebu-devbus: use ARMADA_ prefix in defines
` [PATCH 06/29] memory: mvebu-devbus: split functions
` [PATCH 07/29] memory: mvebu-devbus: add Orion5x support
` [PATCH 08/29] ARM: orion5x: move interrupt controller node into ocp
` [PATCH 09/29] ARM: orion5x: switch to preprocessor includes in DT
` [PATCH 10/29] ARM: orion5x: use existing dt-bindings include for Device Tree files
` [PATCH 11/29] ARM: orion5x: convert DT to use the mvebu-mbus driver
` [PATCH 12/29] ARM: orion5x: add interrupt for Ethernet in Device Tree
` [PATCH 13/29] ARM: orion5x: switch to use the clock driver for DT platforms
` [PATCH 14/29] ARM: orion: switch to a per-platform handle_irq() function
` [PATCH 15/29] ARM: orion5x: switch to DT interrupts and timer
` [PATCH 16/29] ARM: orion5x: enable pinctrl driver at SoC level
` [PATCH 17/29] ARM: orion5x: update I2C description "
` [PATCH 18/29] ARM: orion5x: add Device Bus "
` [PATCH 19/29] ARM: orion5x: add standard pinctrl configs for sata0 and sata1
` [PATCH 20/29] ARM: orion5x: convert edmini_v2 to DT pinctrl
` [PATCH 21/29] ARM: orion5x: use DT to describe I2C devices on edmini_v2
` [PATCH 22/29] ARM: orion5x: use DT to describe EHCI "
` [PATCH 23/29] ARM: orion5x: use DT to describe NOR "
` [PATCH 24/29] ARM: orion5x: keep TODO list in edmini_v2 DT
` [PATCH 25/29] ARM: orion5x: remove unneeded code for edmini_v2
` [PATCH 26/29] ARM: orion5x: convert RD-88F5182 to Device Tree
` [PATCH 27/29] ARM: orion5x: convert d2net "
` [PATCH 28/29] ARM: orion: remove no longer needed DT IRQ code
` [PATCH 29/29] ARM: orion: remove no longer needed gpio DT code

Package sambaserver_3.0.37-r9_mips32el
 2014-04-13 17:48 UTC 

[PATCH RFC 0/5] NVMe: Hotplug support
 2014-04-13 17:42 UTC  (6+ messages)
` [PATCH RFC 3/5] NVMe: Asynchronous device scan support

[Buildroot] [PATCH v4 1/2] flite: new package
 2014-04-13 17:41 UTC  (2+ messages)
` [Buildroot] [PATCH v4 2/2] canfestival: "

[PATCH 1/1] arm/mach-vexpress: array accessed out of bounds
 2014-04-13 17:39 UTC  (4+ messages)

Marvell Orion5x boards with PCIe, and DT conversion
 2014-04-13 17:36 UTC  (6+ messages)

[PATCH net] filter: prevent nla extensions to peek beyond the end of the message
 2014-04-13 17:34 UTC  (2+ messages)

[PATCH v2 0/2] change ARM linux memory layout to support 32 CPUs
 2014-04-13 17:34 UTC  (13+ messages)
` [PATCH v2 1/2] ARM : DMA : remove useless information about DMA
` [PATCH v2 2/2] ARM : change fixmap mapping region to support 32 CPUs

new module to check constant memory for corruption
 2014-04-13 17:20 UTC  (8+ messages)
  ` Aw: "
    `  "
      ` Aw: "

[PATCH v3] drm/i915: New drm crtc property for varying the size of borders
 2014-04-13 17:12 UTC  (9+ messages)
` [PATCH v4 3/3] "

[PATCH] NVMe: Change how aborts are handled
 2014-04-13 17:12 UTC 

[PATCH] staging/rtl8187se fix sparse complaints
 2014-04-13 17:10 UTC 

[PATCH] lib/kmstest: Fix up tiled buffer creation
 2014-04-13 17:09 UTC 

btrfs on 3.14rc5 stuck on "btrfs_tree_read_lock sync"
 2014-04-13 16:59 UTC  (10+ messages)
          ` How to debug very very slow file delete?
            ` very slow btrfs filesystem: any data needed before I wipe it?
                ` what does your btrfsck look like?

[U-Boot] [PATCH v3 0/5] Android Fastboot support
 2014-04-13 16:55 UTC  (4+ messages)
` [U-Boot] [PATCH v3 3/5] image: add support for Android's boot image format

Nvidia Raid5 Failure
 2014-04-13 16:42 UTC  (3+ messages)

[PATCH] staging: wlan-ng: Fix sparse warnings
 2014-04-13 16:39 UTC 

Kernel warning when mode setting with no connectors connected
 2014-04-13 16:29 UTC  (7+ messages)

[PATCH 1/1] fanotify: create FAN_ACCESS event for readdir
 2014-04-13 16:10 UTC 

[PATCH 1/3] x86: microcode: report if CPU has up-to-date microcode
 2014-04-13 16:09 UTC  (4+ messages)

[meta-oe][PATCH 0/3] liblockfile updates for SOBBW
 2014-04-13 15:54 UTC  (4+ messages)
` [meta-oe][PATCH 1/3] liblockfile: remove configure warning

WAS: linux-rt fails to boot on > 3.12.5.-rt7 ... NOW IS: linux-rt-3.14 boots by reverting patches + nvidia uses __rt_mutex_init [which in 3.14 has been changed to EXPORT_SYMBOL_GPL]
 2014-04-13 15:50 UTC 

[lm-sensors] [PATCH 1/4] hwmon: (lm77) Rearrange code to no longer require forward declarations
 2014-04-13 15:38 UTC  (2+ messages)

[PATCH 00/71] drm/i915/chv: Add Cherryview support
 2014-04-13 15:33 UTC  (10+ messages)
` [PATCH 27/71] drm/i915/chv: Enable Render Standby (RC6) for Cheeryview
` [PATCH 30/71] drm/i915/chv: Enable PM interrupts when we in CHV turbo initialize sequence

[PATCH] NFS: add FATTR4_WORD1_MODE flags for cache_consistency_bitmask
 2014-04-13 15:24 UTC  (4+ messages)

[PATCH net] net/mlx4_core: Defer VF initialization till PF is fully initialized
 2014-04-13 15:17 UTC 

[PATCH] NFSD: Checking whether kill_suid by should_remove_suid()
 2014-04-13 15:11 UTC 

[PATCH RFC] x86:Improve memset with general 64bit instruction
 2014-04-13 15:11 UTC  (4+ messages)

[PATCH] pinctrl: pinctrl-imx: Print the mux_mode field in hex format
 2014-04-13 15:09 UTC 

[PATCH net] ipv4: return valid RTA_IIF on ip route get
 2014-04-13 15:08 UTC 

[PATCH] android/pts: Bump PTS version for GATT
 2014-04-13 15:08 UTC 

[ath9k-devel] Wifi client Bluetooth coexistence; non smooth video streams
 2014-04-13 15:05 UTC  (3+ messages)

[Patch net] ipv4: fib: check forwarding before checking send_redirects
 2014-04-13 14:57 UTC  (10+ messages)

[PATCH v4 1/3] ARM: dts: imx27-pdk: Keep the dt nodes sorted
 2014-04-13 14:48 UTC  (3+ messages)
` [PATCH v4 2/3] ARM: dts: imx27-pdk: Pass the UART1 pin configuration
` [PATCH v4 3/3] ARM: dts: imx27-pdk: Pass the FEC "

[PATCH 0/2] Experimental Amiga Zorro ESP driver
 2014-04-13 14:47 UTC  (8+ messages)
  ` esp_scsi QTAG in FAS216 (was Re: [PATCH 0/2] Experimental Amiga Zorro ESP driver)
    ` esp_scsi QTAG in FAS216

[PATCH] rtc: add support for maxim dallas rtc ds1343 and ds1344
 2014-04-13 14:42 UTC 

[Bug 75005] New: "Upvoid" segfault in radeonsi/llvm
 2014-04-13 14:42 UTC  (4+ messages)
` [Bug 75005] "

[PATCH v3 1/3] ARM: dts: imx27-pdk: Keep the dt nodes sorted
 2014-04-13 14:35 UTC  (3+ messages)
` [PATCH v3 2/3] ARM: dts: imx27-pdk: Pass the UART1 pin configuration
` [PATCH v3 3/3] ARM: dts: imx27-pdk: Pass the FEC "

[Buildroot] [PATCH v2 1/1] host-libxml2: Prefer python2 when python3 is also installed
 2014-04-13 14:31 UTC  (2+ messages)

[PATCH 1/1] Avoid having to provide a fake/invalid fd and path
 2014-04-13 14:28 UTC  (4+ messages)
    ` [PATCH 1/1] Avoid having to provide a fake/invalid fd and path (fanotify)

meta-qt5 + gstreamer1.x
 2014-04-13 14:22 UTC  (3+ messages)

nftables data type names
 2014-04-13 14:21 UTC  (6+ messages)

[PATCH] tuntap: add flow control to support back pressure
 2014-04-13 14:17 UTC  (5+ messages)

Rebalance makes BTRFS 10x slower
 2014-04-13 14:16 UTC  (3+ messages)

[PATCH v5] fs: FAT: Add support for DOS 1.x formatted volumes
 2014-04-13 14:10 UTC 

[PATCH 1/1] Man pages for the fanotify API
 2014-04-13 14:05 UTC  (4+ messages)
` [PATCH 0/1] Manpages "
      ` fanotify API: FMODE_NONOTIFY, FMODE_EXEC, FMODE_NOCMTIME

Strange build error
 2014-04-13 13:59 UTC 

pull request: iwlwifi 2014-04-13
 2014-04-13 13:53 UTC  (2+ messages)

[PATCH] sched/cpupri: fix cpupri_find() for high priority tasks
 2014-04-13 13:48 UTC  (3+ messages)

[PATCH] wl18xx: align event mailbox with current fw
 2014-04-13 13:33 UTC 

[PATCH 00/18] Tegra 3 support
 2014-04-13 13:27 UTC  (3+ messages)
` [PATCH 15/18] ARM: tegra: add basic Tegra3 DT
` [PATCH 17/18] ARM: dts: tegra: add full Beaver pinmux


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.