All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-12 21:58:00 to 2015-01-12 23:13:41 UTC [more...]

[PATCH 3.12 01/78] ipv6: gre: fix wrong skb->protocol in WCCP
 2015-01-12 23:13 UTC  (6+ messages)
` [PATCH 3.12 78/78] mm: let mm_find_pmd fix buggy race with THP fault

[PATCH char-misc-next v2 00/13] misc: mic: SCIF driver
 2015-01-12 23:10 UTC  (9+ messages)
` [PATCH char-misc-next v2 01/13] misc: mic: SCIF header file and IOCTL interface
` [PATCH char-misc-next v2 02/13] misc: mic: SCIF ring buffer infrastructure
` [PATCH char-misc-next v2 04/13] misc: mic: SCIF Peer Bus
` [PATCH char-misc-next v2 09/13] misc: mic: SCIF connections APIs i.e. accept and connect
` [PATCH char-misc-next v2 10/13] misc: mic: SCIF messaging and node enumeration APIs
` [PATCH char-misc-next v2 11/13] misc: mic: MIC host driver specific changes to enable SCIF
` [PATCH char-misc-next v2 12/13] misc: mic: MIC card "
` [PATCH char-misc-next v2 13/13] misc: mic: add support for loading/unloading SCIF driver

[PATCH 0/2] xfs: make xfs allocation workqueue per-mount, and high priority
 2015-01-12 23:12 UTC  (8+ messages)
` [PATCH 2/2] xfs: mark the xfs-alloc workqueue as "

[PATCH] blame.c: fix garbled error message
 2015-01-12 23:12 UTC  (4+ messages)

[PATCH] ARM: brcmstb: update CPU power management sequence
 2015-01-12 23:11 UTC  (4+ messages)

[GIT PULL] Broadcom MAINTAINERS file updates for 3.20
 2015-01-12 23:11 UTC 

+ brd-rename-xip-to-dax.patch added to -mm tree
 2015-01-12 23:11 UTC 

+ ext4-add-dax-functionality.patch added to -mm tree
 2015-01-12 23:11 UTC 

+ dax-add-dax_zero_page_range-fix.patch added to -mm tree
 2015-01-12 23:11 UTC 

+ dax-add-dax_zero_page_range.patch added to -mm tree
 2015-01-12 23:11 UTC 

[PATCH 0/5] kstrdup optimization
 2015-01-12 23:11 UTC  (3+ messages)
` [PATCH 3/5] clk: convert clock name allocations to kstrdup_const

+ ext2-get-rid-of-most-mentions-of-xip-in-ext2.patch added to -mm tree
 2015-01-12 23:11 UTC 

+ ext2-remove-ext2_aops_xip.patch added to -mm tree
 2015-01-12 23:11 UTC 

[RFC v2 0/4] Crystal Cove PMIC based Panel and Backlight Control
 2015-01-12 23:11 UTC  (8+ messages)
` [RFC v2 1/4] drm: Add support to find drm_panel by name
    ` [Intel-gfx] "
` [RFC v2 4/4] drm/i915: Enable DSI panel enable/disable based on PMIC

+ vfsext2-remove-config_ext2_fs_xip-and-rename-config_fs_xip-to-config_fs_dax.patch added to -mm tree
 2015-01-12 23:11 UTC 

+ ext2-remove-xipc-and-xiph.patch added to -mm tree
 2015-01-12 23:11 UTC 

+ ext2-remove-ext2_use_xip.patch added to -mm tree
 2015-01-12 23:11 UTC 

+ ext2-remove-ext2_xip_verify_sb.patch added to -mm tree
 2015-01-12 23:11 UTC 

+ vfs-remove-get_xip_mem.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ dax-replace-xip-documentation-with-dax-documentation.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ daxext2-replace-xip_truncate_page-with-dax_truncate_page.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler-fix.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ daxext2-replace-the-xip-page-fault-handler-with-the-dax-page-fault-handler.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ daxext2-replace-ext2_clear_xip_target-with-dax_clear_blocks.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ daxext2-replace-xip-read-and-write-with-dax-i-o.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ vfsext2-introduce-is_daxinode.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ mm-allow-page-fault-handlers-to-perform-the-cow-fix.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ mm-allow-page-fault-handlers-to-perform-the-cow.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ mm-fix-xip-fault-vs-truncate-race-fix.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ mm-fix-xip-fault-vs-truncate-race.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ block-change-direct_access-calling-convention.patch added to -mm tree
 2015-01-12 23:10 UTC 

+ axonram-fix-bug-in-direct_access.patch added to -mm tree
 2015-01-12 23:10 UTC 

[PATCH v12 00/20] DAX: Page cache bypass for filesystems on memory storage
 2015-01-12 23:10 UTC  (27+ messages)
` [PATCH v12 03/20] mm: Fix XIP fault vs truncate race
` [PATCH v12 04/20] mm: Allow page fault handlers to perform the COW
` [PATCH v12 06/20] dax,ext2: Replace XIP read and write with DAX I/O
` [PATCH v12 07/20] dax,ext2: Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v12 08/20] dax,ext2: Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v12 09/20] dax,ext2: Replace xip_truncate_page with dax_truncate_page
` [PATCH v12 10/20] dax: Replace XIP documentation with DAX documentation
` [PATCH v12 18/20] dax: Add dax_zero_page_range

[GIT PULL] ARM: brcmstb: SMP updates for v3.20
 2015-01-12 23:09 UTC 

[PATCH v3 0/3] Amlogic Meson pinctrl driver
 2015-01-12 23:07 UTC  (8+ messages)
` [PATCH v3 2/3] pinctrl: add driver for Amlogic Meson SoCs

[PATCH 1/1] be2iscsi: add block valid bit to iBFT flag
 2015-01-12 23:05 UTC 

SATA link power management issues
 2015-01-12 23:05 UTC  (2+ messages)

[PATCH 0/6 net-next v3] VXLAN Group Policy Extension
 2015-01-12 23:04 UTC  (12+ messages)
` [PATCH 2/6] vxlan: Group Policy extension
` [PATCH 4/6] openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()
` [PATCH 5/6] openvswitch: Allow for any level of nesting in flow attributes

[PATCH 3.19 v2 0/3] x86, mpx: Instruction decoder fixes and hardening
 2015-01-12 23:04 UTC  (4+ messages)
` [PATCH 3.19 v2 1/3] x86: Fix off-by-one in the instruction decoder length checks
` [PATCH 3.19 v2 2/3] x86, mpx: Short-circuit the instruction decoder for unexpected opcodes
` [PATCH 3.19 v2 3/3] x86: Enforce MAX_INSN_SIZE in the instruction decoder

[PATCH v2 00/17] locks: internal lease API overhaul
 2015-01-12 23:03 UTC  (4+ messages)
` [PATCH v2 05/17] locks: generic_delete_lease doesn't need a file_lock at all

[Buildroot] [PATCH 1/2] package/libftdi: rename patches to the new naming convention
 2015-01-12 23:03 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/libftdi: fix libftdi.pc

[PATCH] nfs: correct typo in nfs Kconfig
 2015-01-12 23:03 UTC  (2+ messages)

[Qemu-devel] [Bug 1362755] [NEW] QEmu +2 does not route VLAN tagged packets, that are originated within the Hypervisor itself
 2015-01-12 22:53 UTC  (2+ messages)
` [Qemu-devel] [Bug 1362755] "

Building sh4 without CONFIG_EXPERT
 2015-01-12 23:00 UTC  (5+ messages)
    ` [PATCH] Build superh "

[PATCH] drm/i915: Add the predicate source registers to the register whitelist
 2015-01-12 23:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH BlueZ v2 00/14] Implmenet doc/gatt-api.txt for client
 2015-01-12 22:58 UTC  (5+ messages)
` [PATCH BlueZ v2 09/14] core: device: Fix GATT profile probing

REPORT: FIO random read performance degradation without "norandommap" option
 2015-01-12 22:56 UTC  (6+ messages)

[PATCH 0/6] AT91 cleanup for 3.20 #2
 2015-01-12 22:57 UTC  (4+ messages)
` [PATCH 6/6] ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c

[Buildroot] Reminder about the FOSDEM Buildroot meeting
 2015-01-12 22:57 UTC  (2+ messages)

[ath9k-devel] Any chance for support for bluetooth on Atheros QCNFA wifi/bluetooth combos?
 2015-01-12 22:56 UTC 

[Buildroot] Fwd: Fwd: Fwd: Fwd: [PATCH v3] linux: add fbtft kernel extension
 2015-01-12 22:56 UTC 

[Buildroot] [PATCH] dtc: update source url
 2015-01-12 22:54 UTC  (2+ messages)

meta-java: Problems creating image inside VM? openjdk-6 build gets killed by host OOM killer
 2015-01-12 22:54 UTC  (3+ messages)

nft_hash rhashtable question
 2015-01-12 22:53 UTC  (3+ messages)

[PATCH] Staging: unisys: virtpci: fixed coding style errors
 2015-01-12 22:53 UTC  (3+ messages)

[PATCH 00/11] usb: gadget: at91_udc: Rework for multi-platform support
 2015-01-12 22:53 UTC  (6+ messages)
` [PATCH 05/11] usb: gadget: at91_udc: Remove non-DT handling code

[GIT PULL v2] Renesas ARM Based SoC DT PM Updates for v3.20
 2015-01-12 22:48 UTC  (3+ messages)

[PATCH 3.19 0/3] Possible MPX improvements for 3.19
 2015-01-12 22:48 UTC  (4+ messages)
` [PATCH 3.19 1/3] x86, mpx: Check user mode bitness correctly when decoding instructions

[PATCH v2 1/2] drm: Drop superfluous "select VT_HW_CONSOLE_BINDING"
 2015-01-12 22:47 UTC  (4+ messages)

[PULL] topic/i915-hda-componentized
 2015-01-12 22:47 UTC 

[Buildroot] [PATCHv2 0/4] Generate package size statistics
 2015-01-12 22:47 UTC  (3+ messages)
` [Buildroot] [PATCHv2 4/4] Makefile: implement a size-stats target

[PATCH V2] ARM: dts: Only build dtb if associated Arch and/or SoC is enabled
 2015-01-12 22:42 UTC  (2+ messages)

[U-Boot] [PATCH V2] add README.distro file
 2015-01-12 22:41 UTC  (9+ messages)

[Buildroot] [PATCH v2 1/4] dtc: fix project and download url
 2015-01-12 22:39 UTC  (12+ messages)
` [Buildroot] [PATCH v2 2/4] dtc: bump version to 1.4.1
` [Buildroot] [PATCH v2 3/4] dtc: add host build
` [Buildroot] [PATCH v2 4/4] dtc: add patches for raspberry pi overlay support

[PATCH 2/2] t1020-subdirectory.sh: check hook pwd, $GIT_PREFIX
 2015-01-12 22:38 UTC  (4+ messages)
` [PATCH v2 0/2] Documentation/githooks: mention "
  ` [PATCH v2 2/2] t1020-subdirectory.sh: check hook "

fix '[[: not found' error message using dash
 2015-01-12 22:10 UTC 

[GIT PULL] Xilinx Zynq dt fixes for v3.18
 2015-01-12 22:37 UTC  (4+ messages)
` [GIT PULL] Xilinx Zynq dt fixes for v3.19

[GIT PULL] Renesas ARM Based SoC Updates for v3.20
 2015-01-12 22:37 UTC  (3+ messages)

[PATCHv2 0/2] mm: infrastructure for correctly handling foreign pages on Xen
 2015-01-12 22:35 UTC  (4+ messages)
` [PATCH 1/2] mm: provide a find_page vma operation

[PATCH] mm: wrap BUG() branches with unlikely()
 2015-01-12 22:35 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC sh73a0 CCF Updates for v3.20
 2015-01-12 22:34 UTC  (3+ messages)

[Qemu-devel] should active block commit ever be allowed to show 0 total progress?
 2015-01-12 22:31 UTC 

[PATCH 00/10] PCI: clip firmware assigned resources
 2015-01-12 22:31 UTC  (4+ messages)
` [PATCH 10/10] PCI, sparc: clip firmware assigned resource under parent bridge's

[PATCH] ARM: shmobile: r8a7791: fix MSTP8 input clocks
 2015-01-12 22:31 UTC  (3+ messages)

[PATCH net-next] openvswitch: Introduce vport_route_lookup
 2015-01-12 22:31 UTC  (2+ messages)

[LSF/MM ATTEND] Richacls
 2015-01-12 22:30 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Lager Board Removal for v3.20
 2015-01-12 22:29 UTC  (3+ messages)

Nouveau for FreeBSD
 2015-01-12 22:28 UTC 

[PATCH -mm 1/2] mm: vmscan: account slab pages on memcg reclaim
 2015-01-12 22:26 UTC  (6+ messages)
` [PATCH -mm 2/2] mm: vmscan: init reclaim_state in do_try_to_free_pages

[3.18 regression]: machine hangs on s2ram
 2015-01-12 22:25 UTC  (2+ messages)

[RFC PATCH v2 1/4] tty: serial_mctrl_gpio: Add irqs helpers for input lines
 2015-01-12 22:25 UTC  (3+ messages)

Architecture for dom0 integrity measurements
 2015-01-12 22:25 UTC  (3+ messages)

[PATCH 1/2] udev: fix missing dependency on glib-2.0-native
 2015-01-12 22:25 UTC  (2+ messages)
` [PATCH 2/2] udev: remove obsolete dependency on acl

[GIT PULL] Renesas ARM Based SoC DT Cleanups for v3.20
 2015-01-12 22:24 UTC  (3+ messages)

[GIT PULL] Renesas ARM Based SoC DT Updates for v3.20
 2015-01-12 22:24 UTC  (3+ messages)

Card name size?
 2015-01-12 22:25 UTC  (2+ messages)

[Buildroot] [PATCH] libcurl: drop curl* aliases
 2015-01-12 22:22 UTC  (2+ messages)

[GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20
 2015-01-12 22:22 UTC  (3+ messages)

[Bug 76490] New: No output after radeon module is loaded (R9 270X)
 2015-01-12 22:19 UTC  (2+ messages)
` [Bug 76490] Hang during boot when DPM is on "

Edited kexec_load(2) [kexec_file_load()] man page for review
 2015-01-12 22:16 UTC  (6+ messages)

[Qemu-devel] [Bug 1409246] [NEW] ARM GIC / PL061 error on uni-processor system
 2015-01-12 22:15 UTC  (3+ messages)
` [Qemu-devel] [Bug 1409246] "

[PATCH] Bluetooth: btusb: Add firmware loading for Intel Snowfield Peak devices
 2015-01-12 22:15 UTC 

[PATCH lttng-tools] Fix: add missing UST perf counter support check
 2015-01-12 22:14 UTC 

[PATCH RESEND] reset: sunxi: fix spinlock initialization
 2015-01-12 22:13 UTC  (3+ messages)

[PATCH] memcg: add BUILD_BUG_ON() for string tables
 2015-01-12 22:13 UTC  (3+ messages)

[GIT PULL] platform-drivers-x86 for 3.19
 2015-01-12 22:12 UTC  (8+ messages)

[PATCH tip/core/rcu 0/14] Preemptible-RCU updates for 3.20
 2015-01-12 22:12 UTC  (10+ messages)
` [PATCH tip/core/rcu 01/14] rcu: Protect rcu_boost() lockless accesses with ACCESS_ONCE()

[PATCH] RFC XSM/evtchn: Never pretend to have successfully created a Xen event channel
 2015-01-12 22:12 UTC  (2+ messages)

[GIT PULL] at91: fixes for 3.19 #1 (ter)
 2015-01-12 22:12 UTC  (3+ messages)

Adding support for Fujitsu SPARC64 machines?
 2015-01-12 22:11 UTC  (3+ messages)

[GIT PULL] Samsung fixes for v3.19
 2015-01-12 22:11 UTC  (3+ messages)

Tegra baseline test results for v3.19-rc4
 2015-01-12 22:09 UTC  (2+ messages)

[PATCH] ARM: rockchip: disable jtag/sdmmc autoswitching on rk3288
 2015-01-12 22:08 UTC  (2+ messages)

[Buildroot] [PATCH] system: run getty on boot console by default
 2015-01-12 22:07 UTC  (2+ messages)

[PATCH 00/25] line6usb cleanup
 2015-01-12 22:07 UTC  (3+ messages)

[PATCH 1/1 v2] mtd: spi-nor: fsl-qspi: support deep sleep mode for imx6 sx chip
 2015-01-12 20:56 UTC 

Stateless NAT with iptables
 2015-01-12 22:06 UTC  (3+ messages)

[PATCH v5 net-net 0/2] Increase the limit of tuntap queues
 2015-01-12 22:05 UTC  (2+ messages)

[Buildroot] [PATCHv4 0/4] SystemV init without busybox series
 2015-01-12 22:05 UTC  (7+ messages)
` [Buildroot] [PATCHv4 2/4] skeleton/S40network: tweak for debian ifupdown
` [Buildroot] [PATCHv4 3/4] ifupdown: new package
` [Buildroot] [PATCHv4 4/4] start-stop-daemon: "

[PATCH] team: Remove dead code
 2015-01-12 22:02 UTC  (2+ messages)

[Buildroot] [git commit] start-stop-daemon: new package
 2015-01-12 22:02 UTC 

[PATCH net-next v1] net: bnx2x: avoid macro redefinition
 2015-01-12 22:02 UTC  (2+ messages)

[PATCH] net: sched: sch_teql: Remove unused function
 2015-01-12 22:02 UTC  (2+ messages)

[PATCH] net: xfrm: xfrm_algo: Remove unused function
 2015-01-12 22:02 UTC  (2+ messages)

PROBLEM: Mounting multiple lowerdirs with "lowerdir=/tmp/a0,/tmp/a" returns 32
 2015-01-12 21:59 UTC 

[3.16.y-ckt stable] Linux 3.16.7-ckt4 stable review
 2015-01-12 21:59 UTC  (4+ messages)

[PATCH net-next 0/8] net: dsa: modular build fixes and improvements
 2015-01-12 21:57 UTC  (4+ messages)
` [PATCH net-next 6/8] net: dsa: bcm_sf2: factor interrupt disabling in a function
` [PATCH net-next 7/8] net: dsa: bcm_sf2: cleanup resources in remove callback
` [PATCH net-next 8/8] net: dsa: free distributed switch tree pointer in dsa_remove


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.