All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-01 21:06:18 to 2016-11-01 22:36:34 UTC [more...]

[PATCH 0/21 v4] dax: Clear dirty bits after flushing caches
 2016-11-01 22:36 UTC  (21+ messages)
` [PATCH 01/20] mm: Change type of vmf->virtual_address
` [PATCH 01/21] mm: Join struct fault_env and vm_fault
` [PATCH 02/20] "
` [PATCH 02/21] mm: Use vmf->address instead of of vmf->virtual_address
` [PATCH 03/21] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 04/21] mm: Use passed vm_fault structure in __do_fault()
` [PATCH 07/21] mm: Add orig_pte field into vm_fault
` [PATCH 08/21] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 09/21] mm: Factor out functionality to finish page faults
` [PATCH 10/21] mm: Move handling of COW faults into DAX code
` [PATCH 11/21] mm: Remove unnecessary vma->vm_ops check
` [PATCH 13/21] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 15/21] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 17/20] mm: Export follow_pte()
` [PATCH 18/21] "
` [PATCH 19/21] dax: Make cache flushing protected by entry lock
` [PATCH 20/20] dax: Clear dirty entry tags on cache flush
` [PATCH 21/21] "

[PATCH net-next] i40evf: Move some i40evf_reset_task code to separate function
 2016-11-01 22:35 UTC  (2+ messages)
` [Intel-wired-lan] "

nvmet_rdma crash - DISCONNECT event with NULL queue
 2016-11-01 22:34 UTC  (10+ messages)

[PATCH] pci-hyperv: move hypercall buffer from stack to heap
 2016-11-02  0:26 UTC 

[PATCH] [TRIVIAL] Remove last traces of ikconfig.h
 2016-11-01 22:31 UTC 

[Qemu-devel] [PATCH v2] PCMachineState: introduce acpi_build_enabled field
 2016-11-01 22:30 UTC  (5+ messages)
`  "

[PATCH v6 00/16] ACPI IORT ARM SMMU support
 2016-11-01 22:30 UTC  (5+ messages)
` [PATCH v6 09/16] drivers: acpi: iort: add support for ARM SMMU platform devices creation

[PATCH 1/4] Staging: vme: Remove excessive blank lines
 2016-11-01 22:27 UTC  (4+ messages)
` [PATCH 2/4] Staging: vme: Use BIT macro for bit field definitions
` [PATCH 3/4] Staging: vme: Add required identifier names
` [PATCH 4/4] Staging: vme: Fix parenthesis alignment

[PATCHSET] block: IO polling improvements
 2016-11-01 22:25 UTC  (4+ messages)
` [PATCH 1/4] block: add scalable completion tracking of requests

[PATCHv2] ARM: dts: socfpga: add specific compatible strings for boards
 2016-11-01 22:23 UTC  (3+ messages)

[PATCH] ubifs: Fix regression in ubifs_readdir()
 2016-11-01 22:22 UTC  (5+ messages)
      ` [Buildroot] "

Reminder: Toaster Weekly Meeting: 1-800-730-2996x7494529#
 2016-11-01 22:21 UTC 

Yocto 2.2 Morty supported Linux Distros
 2016-11-01 22:20 UTC  (6+ messages)

[U-Boot] [PATCH v4 00/11] binman: A tool for creating firmware images
 2016-11-01 22:19 UTC  (2+ messages)

pci bar 0 assignment issue when device hotplugged
 2016-11-01 22:18 UTC 

[PATCH net-next 0/3] tools lib bpf: Synchronize implementations
 2016-11-01 22:17 UTC  (3+ messages)

xc_hvm_inject_trap() races
 2016-11-01 22:17 UTC  (7+ messages)

[PATCHv3 0/3] z3fold: background page compaction
 2016-11-01 22:16 UTC  (9+ messages)
` [PATCHv3 1/3] z3fold: make counters atomic
` [PATCHv3 3/3] z3fold: add compaction worker

[PATCH v4] media: Driver for Toshiba et8ek8 5MP sensor
 2016-11-01 22:14 UTC  (7+ messages)

Submodules: two confusing situations
 2016-11-01 22:13 UTC 

[U-Boot] [PATCH 0/7] ARM: stm32: add network and qspi driver support to stm32f746-disco board
 2016-11-01 22:13 UTC  (10+ messages)
` [U-Boot] [PATCH 1/7] ARM: DTS: stm32: add stm32f746-disco device tree files
` [U-Boot] [PATCH 2/7] net: stm32: add designware mac glue code for stm32
` [U-Boot] [PATCH 3/7] net: phy: add SMSC LAN8742 phy
` [U-Boot] [PATCH 4/7] ARM: stm32: enable support for smsc phy on stm32f746-disco board
` [U-Boot] [PATCH 5/7] ARM: SPI: stm32: add stm32f746 qspi driver
` [U-Boot] [PATCH 6/7] ARM: stm32: fix comment in stm32f7 header file
` [U-Boot] [PATCH 7/7] SPI: add missing flag to micron/stm N25Q128 flash chips

Email
 2016-11-01 21:46 UTC 

[PATCH net-next v2 0/5] bpf: BPF for lightweight tunnel encapsulation
 2016-11-01 22:12 UTC  (6+ messages)

[PATCH 0/11] ext4: Convert ext4 DAX IO to iomap framework
 2016-11-01 22:12 UTC  (27+ messages)
` [PATCH 01/11] ext4: Factor out checks from ext4_file_write_iter()
` [PATCH 02/11] ext4: Allow unaligned unlocked DAX IO
` [PATCH 03/11] ext4: Let S_DAX set only if DAX is really supported
` [PATCH 04/11] ext4: Convert DAX reads to iomap infrastructure
` [PATCH 05/11] ext4: Use iomap for zeroing blocks in DAX mode
` [PATCH 06/11] ext4: DAX iomap write support
` [PATCH 07/11] ext4: Avoid split extents for DAX writes
` [PATCH 08/11] ext4: Convert DAX faults to iomap infrastructure
` [PATCH 09/11] ext4: Rip out DAX handling from direct IO path
` [PATCH 10/11] ext2: Use iomap_zero_range() for zeroing truncated page in DAX path
` [PATCH 11/11] dax: Rip out get_block based IO support

make pdfdocs fails with v4.9-rc3
 2016-11-01 22:11 UTC  (8+ messages)

Opinions on CLI tools
 2016-11-01 22:11 UTC  (3+ messages)

[PATCH nf-next v2] netfilter: conntrack: simplify init/uninit of L4 protocol trackers
 2016-11-01 22:11 UTC  (2+ messages)

esp_scsi, was Re: Modified Linux 4.1.20 (mac+scsi) on Quadra 660av
 2016-11-01 22:10 UTC  (2+ messages)

[Bug 121531] New: Adaptec 7805H SAS HBA (pm80xx): hangs when writing >80MB at once
 2016-11-01 22:09 UTC  (2+ messages)
` [Bug 121531] "

[ANNOUNCE] Git v2.11.0-rc0
 2016-11-01 22:06 UTC  (11+ messages)

[PATCH net-next 0/3] tools lib bpf: Synchronize implementations
 2016-11-01 22:04 UTC 

[PATCH nfs-utils] nfs-server-generator: avoid using external services
 2016-11-01 22:03 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/15] optimize Qemu RSS usage
 2016-11-01 22:02 UTC  (5+ messages)

[qemu-mainline test] 101842: regressions - FAIL
 2016-11-01 22:00 UTC 

Quota-enabled XFS hangs during mount
 2016-11-01 21:58 UTC  (2+ messages)

[PATCH 0/2] mmc: dw_mmc: fix the wrong operation for reset controller
 2016-11-01 21:56 UTC  (2+ messages)

[PATCH net-next] ila: Fix crash caused by rhashtable changes
 2016-11-01 21:55 UTC 

4.经济补偿计算的基数及标准如何确定?
 2016-11-01 21:55 UTC 

Comments on Sensor design
 2016-11-01 21:54 UTC  (4+ messages)

[PATCH nf] netfilter: conntrack: refine gc worker heuristics
 2016-11-01 21:53 UTC  (3+ messages)

[PATCH 1/2] aubdump: Fix GTT setup for Gen8+
 2016-11-01 21:50 UTC  (2+ messages)
` [PATCH 2/2] aubdump: Bump GTT size to 128MB

[U-Boot] [PATCH] odroid-c2: Enable distro boot
 2016-11-01 21:51 UTC  (6+ messages)
`  "

[PATCHv2 0/3] scsi_dh: switch to scsi_execute_req_flags()
 2016-11-01 21:49 UTC  (4+ messages)
` [PATCH 1/3] scsi_dh_rdac: "
` [PATCH 2/3] scsi_dh_emc: "
` [PATCH 3/3] scsi_dh_hp_sw: "

[RFC v3 0/6] CPU reclaiming for SCHED_DEADLINE
 2016-11-01 21:46 UTC  (7+ messages)
` [RFC v3 1/6] Track the active utilisation
` [RFC v3 2/6] Improve the tracking of "

[PATCH] lkdtm: Do not use flush_icache_range() on user addresses
 2016-11-01 21:43 UTC  (2+ messages)

[PATCH] aubdump: add --command option to stream aubdump to another program
 2016-11-01 21:41 UTC  (5+ messages)
` [PATCH v3 i-g-t 1/2] tools: intel_aubdump: pass configuration through file descriptor
  ` [PATCH v4 i-g-t 2/2] aubdump: add --command option to stream aubdump to another program

[PATCH 0/4 v2] Audio support for adv7511 hdmi bridge
 2016-11-01 21:41 UTC  (7+ messages)

[PATCH] drm/rockchip: Use an enum to identify Rockchip VOPs
 2016-11-01 21:41 UTC 

svn fetcher crashes
 2016-11-01 21:40 UTC  (4+ messages)

[ovmf test] 101843: all pass - PUSHED
 2016-11-01 21:34 UTC 

[PATCH] libselinux/utils: fix all the noreturn errors
 2016-11-01 21:32 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: add sleeping version of spi_nor_wait_till_ready for erase ops
 2016-11-01 21:30 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] target-m68k areg writeback
 2016-11-01 21:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] target-m68k: Delay autoinc writeback
` [Qemu-devel] [PATCH 2/4] target-m68k: Split gen_lea and gen_ea
` [Qemu-devel] [PATCH 3/4] target-m68k: add cmpm
` [Qemu-devel] [PATCH 4/4] target-m68k: Use gen_ea_mode in cmpm

[PATCH 1/8] libsepol/cil: disable symver on Mac builds
 2016-11-01 21:29 UTC  (6+ messages)
` [PATCH 6/8] libselinux: support ANDROID_HOST=1 on Mac

[Buildroot] [PATCH 2/3] test/support/download/git: new test
 2016-11-01 21:27 UTC  (2+ messages)

[Cocci] [PATCH v2 1/3] Coccinelle: misc: Improve the matching of rules
 2016-11-01 21:27 UTC  (7+ messages)
            ` [Cocci] "

[PATCH 00/12] Netfilter updates for net-next
 2016-11-01 21:26 UTC  (13+ messages)
` [PATCH 01/12] netfilter: xt_multiport: Use switch case instead of multiple condition checks
` [PATCH 02/12] netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocation
` [PATCH 03/12] netfilter: nf_tables: allow expressions to return STOLEN
` [PATCH 04/12] netfilter: nft_numgen: start round robin from zero
` [PATCH 05/12] netfilter: nft_meta: permit pkttype mangling in ip/ip6 prerouting
` [PATCH 06/12] netfilter: nft_ct: add notrack support
` [PATCH 07/12] netfilter: nf_tables: add fib expression
` [PATCH 08/12] netfilter: nf_log: add packet logging for netdev family
` [PATCH 09/12] netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c
` [PATCH 10/12] netfilter: nf_tables: introduce routing expression
` [PATCH 11/12] netfilter: nf_tables: remove useless U8_MAX validation
` [PATCH 12/12] netfilter: nf_queue: place volatile data in own cacheline

[PATCH] libselinux: avc_internal.c: allow building with clang
 2016-11-01 21:26 UTC  (3+ messages)

[PATCH 0/4] Make other git commands use trailer layout
 2016-11-01 21:26 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] trailer: be stricter in parsing separators

[Buildroot] [PATCH v2] pppd: Provide error() implementation in pppoe-discovery
 2016-11-01 21:24 UTC  (3+ messages)

Git issue
 2016-11-01 21:23 UTC  (5+ messages)

[GIT PULL] lkdtm fixes for v4.9-rc4
 2016-11-01 21:22 UTC  (3+ messages)

Backtrace in sandbox command
 2016-11-01 21:22 UTC 

mlx5 bug in error path of mlx5e_open_channel()
 2016-11-01 15:48 UTC  (2+ messages)

[PATCH] drm/i915: Move hangcheck code out from i915_irq.c
 2016-11-01 21:19 UTC  (2+ messages)

[PATCH] spi: imx: set spi_bus_clk for mx21 and mx27
 2016-11-01 21:18 UTC  (2+ messages)

[PATCH v2 0/3] Clean up watchdog handlers
 2016-11-01 21:13 UTC  (8+ messages)
` [PATCH v2 1/3] watchdog: Move shared definitions to nmi.h
` [PATCH v2 2/3] watchdog: Move hardlockup detector to separate file
` [PATCH v2 3/3] sparc: Implement watchdog_nmi_enable and watchdog_nmi_disable

[PATCH 0/2] musb-fixes for v4.9-rc2
 2016-11-01 21:13 UTC  (5+ messages)

[xen-unstable test] 101841: regressions - FAIL
 2016-11-01 21:13 UTC 

[RFC/RFT][PATCH] cpufreq: intel_pstate: Generic governors support
 2016-11-01 21:11 UTC 

[PATCH v4 0/7] add NS2 support to bgmac
 2016-11-01 21:09 UTC  (8+ messages)
` [PATCH v4 2/7] Documentation: devicetree: add PHY lane swap binding

[Qemu-devel] [PULL v2 for-2.8 0/9] tcg queued patches
 2016-11-01 21:08 UTC  (9+ messages)

[PATCHSET] Throttled buffered writeback
 2016-11-01 21:08 UTC  (9+ messages)
` [PATCH 1/8] block: add WRITE_BACKGROUND
` [PATCH 2/8] writeback: add wbc_to_write_flags()
` [PATCH 3/8] writeback: mark background writeback as such
` [PATCH 4/8] writeback: track if we're sleeping on progress in balance_dirty_pages()
` [PATCH 5/8] block: add code to track actual device queue depth
` [PATCH 6/8] block: add scalable completion tracking of requests
` [PATCH 7/8] blk-wbt: add general throttling mechanism
` [PATCH 8/8] block: hook up writeback throttling

[B.A.T.M.A.N.] [PATCH] Alfred not working within network name space
 2016-11-01 21:08 UTC  (2+ messages)

[U-Boot] U-Boot Support for SIL3531
 2016-11-01 21:07 UTC 


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.