All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-07 23:45:27 to 2017-03-08 00:56:09 UTC [more...]

[PATCH] blk: improve order of bio handling in generic_make_request()
 2017-03-07 23:01 UTC  (10+ messages)
        `  "

[PATCH 0/7] Xen transport for 9pfs frontend driver
 2017-03-08  0:55 UTC  (14+ messages)
` [PATCH 1/7] xen: import new ring macros in ring.h
  ` [PATCH 4/7] xen/9pfs: connect to the backend
    ` [Xen-devel] "
  ` [PATCH 5/7] xen/9pfs: send requests "
  ` [Xen-devel] [PATCH 1/7] xen: import new ring macros in ring.h

[Buildroot] [PATCH 1/1] configs: add defconfig for Nationalchip gx6605s dev board
 2017-03-08  0:54 UTC  (2+ messages)

[PATCH RT 0/9] Linux 4.1.38-rt46-rc1
 2017-03-07 22:32 UTC  (6+ messages)
` [PATCH RT 1/9] cpuset: Convert callback_lock to raw_spinlock_t
` [PATCH RT 3/9] pinctrl: qcom: Use raw spinlock variants
` [PATCH RT 5/9] rt: Drop mutex_disable() on !DEBUG configs and the GPL
` [PATCH RT 6/9] lockdep: Handle statically initialized PER_CPU locks
` [PATCH RT 7/9] rt: Drop the removal of _GPL from rt_mutex_destroy()'s

Btrfs progs pre-release 4.10-rc1
 2017-03-08  0:11 UTC  (4+ messages)

[PATCH 1/2] usb: xhci-mtk: check hcc_params after adding primary hcd
 2017-03-08  0:51 UTC  (4+ messages)

[PATCH] IB/core: Restore I/O MMU, s390 and powerpc support
 2017-03-08  0:50 UTC  (2+ messages)

[PATCH v3] md/r5cache: improve recovery with read ahead page pool
 2017-03-08  0:49 UTC 

[PATCH v2 1/2] drm/i915/glk: Apply cdclk workaround for DP audio
 2017-03-08  0:48 UTC  (3+ messages)
` [PATCH v2 2/2] drm/i915: Implement cdclk restrictions based on Azalia BCLK
` ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915/glk: Apply cdclk workaround for DP audio

[PATCH v6 1/2] btrfs: Fix metadata underflow caused by btrfs_reloc_clone_csum error
 2017-03-08  0:26 UTC  (10+ messages)
` [PATCH v6 2/2] btrfs: Handle delalloc error correctly to avoid ordered extent hang

[PATCH net-next] mpls: allow TTL propagation to/from IP packets to be configured
 2017-03-08  0:46 UTC  (4+ messages)
` [PATCH net-next v2 0/2] "
  ` [PATCH net-next v2 1/2] mpls: allow TTL propagation to "
  ` [PATCH net-next v2 2/2] mpls: allow TTL propagation from "

[PATCH v2] Btrfs: fix invalid attempt to free reserved space on failure to cow range
 2017-03-07 20:34 UTC  (2+ messages)
` [PATCH v3] "

please add some examples to the ip man page
 2017-03-08  0:46 UTC  (2+ messages)

[RFC net-next sample action optimization 0/3]
 2017-03-08  0:15 UTC  (4+ messages)
` [RFC net-next sample action optimization 1/3] openvswitch: deferred fifo api change
` [RFC net-next sample action optimization 2/3] openvswitch: Refactor recirc key allocation
` [RFC net-next sample action optimization 3/3] openvswitch: Optimize sample action for the clone use cases

[PATCH 4/4] git-prompt.sh: add tests for submodule indicator
 2017-03-07 22:49 UTC  (5+ messages)
` [RFC PATCH] rev-parse: add --show-superproject-working-tree

[PATCH stable v4.8] KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
 2017-03-08  0:41 UTC 

[PATCH v2] xfs: only reclaim unwritten COW extents periodically
 2017-03-08  0:43 UTC  (2+ messages)

rate mask resulting in no usable rates - WARN_ON
 2017-03-08  0:43 UTC 

[v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention
 2017-03-08  0:32 UTC  (39+ messages)
` [v6 PATCH 01/21] x86/mpx: Use signed variables to compute effective addresses
` [v6 PATCH 02/21] x86/mpx: Do not use SIB index if index points to R/ESP
` [v6 PATCH 03/21] x86/mpx: Do not use R/EBP as base in the SIB byte with Mod = 0
` [v6 PATCH 04/21] x86/mpx, x86/insn: Relocate insn util functions to a new insn-kernel
` [v6 PATCH 05/21] x86/insn-eval: Add utility functions to get register offsets
` [v6 PATCH 06/21] x86/insn-eval: Add utility functions to get segment selector
` [v6 PATCH 07/21] x86/insn-eval: Add utility function to get segment descriptor
` [v6 PATCH 08/21] x86/insn-eval: Add utility function to get segment descriptor base address
` [v6 PATCH 09/21] x86/insn-eval: Add functions to get default operand and address sizes
` [v6 PATCH 10/21] x86/insn-eval: Do not use R/EBP as base if mod in ModRM is zero
` [v6 PATCH 11/21] insn/eval: Incorporate segment base in address computation
` [v6 PATCH 12/21] x86/insn: Support both signed 32-bit and 64-bit effective addresses
` [v6 PATCH 13/21] x86/insn-eval: Add support to resolve 16-bit addressing encodings
` [v6 PATCH 14/21] x86/insn-eval: Add wrapper function for 16-bit and 32-bit address encodings
` [v6 PATCH 15/21] x86/mm: Relocate page fault error codes to traps.h
` [v6 PATCH 16/21] x86/cpufeature: Add User-Mode Instruction Prevention definitions
` [v6 PATCH 17/21] x86: Add emulation code for UMIP instructions
` [v6 PATCH 18/21] x86/umip: Force a page fault when unable to copy emulated result to user
` [v6 PATCH 19/21] x86/traps: Fixup general protection faults caused by UMIP
` [v6 PATCH 20/21] x86: Enable User-Mode Instruction Prevention
` [v6 PATCH 21/21] selftests/x86: Add tests for "

[PATCH 0/9 PULL REQUEST] Qgroup fixes for 4.11
 2017-03-08  0:36 UTC  (6+ messages)
` [PATCH 3/9] btrfs: qgroup: Fix qgroup corruption caused by inode_cache mount option

[PATCH] ARM: dts: NSP: Add EHCI/OHCI USB nodes to device tree
 2017-03-07 23:34 UTC 

[PATCH] sched: Wake up all non-exclusive waiters in __wake_up_common()
 2017-03-08  0:21 UTC 

[PATCH 00/13] stv0367/ddbridge: support CTv6/FlexCT hardware
 2017-03-07 18:57 UTC  (2+ messages)
` [PATCH 11/13] [media] dvb-frontends/stv0367: add Digital Devices compatibility

[PATCH v2] xfs: remove kmem_zalloc_greedy
 2017-03-08  0:36 UTC  (4+ messages)

[RESEND PATCH] powerpc/pseries: move struct hcall_stats to c file
 2017-03-08  0:37 UTC  (2+ messages)

[PATCH v3] Btrfs: fix invalid attempt to free reserved space on failure to cow range
 2017-03-07 20:41 UTC 

linux-next: manual merge of the rcu tree with the powerpc-fixes tree
 2017-03-08  0:36 UTC 

[RFC v1 00/19] NFS support for inter and async COPY
 2017-03-07 23:40 UTC  (5+ messages)
` [RFC v1 01/19] fs: Don't copy beyond the end of the file

[PATCH v1 0/3] VFS changes for NFSv4.2 "inter" server-to-server COPY op
 2017-03-07 23:50 UTC  (9+ messages)
` [PATCH v1 1/3] fs: Don't copy beyond the end of the file

[PATCH 0/3] xfsprogs: 4.11 rollup
 2017-03-08  0:30 UTC  (4+ messages)
` [PATCH 1/3] misc: use system FICLONE/FICLONERANGE/FIDEDUPERANGE definitions
` [PATCH 2/3] xfs_repair: detect invalid zero-sized symlink inodes
` [PATCH 3/3] xfs_io: support shutdown command on foreign fses

[U-Boot] OMAP3 U-Boot Device Tree
 2017-03-08  0:31 UTC 

How to favor memory allocations for WQ_MEM_RECLAIM threads?
 2017-03-07 19:36 UTC  (5+ messages)

[PATCH v2 0/3] staging: wilc1000: renames multiple camel-cased parameters in wilc methods
 2017-03-08  0:26 UTC  (4+ messages)
` [PATCH v2 1/3] staging: wilc1000: Fixes camel-casing in wilc_scan_complete_received
` [PATCH v2 2/3] staging: wilc1000: Fixes camel-casing in wilc_network_info_received
` [PATCH v2 3/3] staging: wilc1000: Fixes camel-casing in wilc_gnrl_info_received

[PATCH] dmaengine: rcar-dmac: enable descriptor mode on 40bit
 2017-03-08  0:13 UTC  (3+ messages)

[PATCH v2] f2fs: combine nat_bits and free_nid_bitmap cache
 2017-03-07 22:27 UTC  (2+ messages)

+ mm-compaction-reorder-fields-in-struct-compact_control.patch added to -mm tree
 2017-03-07 23:27 UTC 

+ mm-compaction-remove-redundant-watermark-check-in-compact_finished.patch added to -mm tree
 2017-03-07 23:27 UTC 

+ mm-page_alloc-split-smallest-stolen-page-in-fallback.patch added to -mm tree
 2017-03-07 23:27 UTC 

+ mm-page_alloc-count-movable-pages-when-stealing-from-pageblock.patch added to -mm tree
 2017-03-07 23:27 UTC 

+ mm-compaction-change-migrate_async_suitable-to-suitable_migration_source.patch added to -mm tree
 2017-03-07 23:27 UTC 

[PATCH 0/5] Adding clear poison path for device DAX
 2017-03-08  0:20 UTC  (3+ messages)
` [PATCH 3/5] acpi: cleanup acpi_nfit_ctl calling xlat_status

Add support for high priority scheduling in amdgpu v6
 2017-03-08  0:15 UTC  (24+ messages)
  ` [PATCH 01/22] drm/amdgpu: refactor MQD/HQD initialization
  ` [PATCH 02/22] drm/amdgpu: doorbell registers need only be set once v2
  ` [PATCH 03/22] drm/amdgpu: detect timeout error when deactivating hqd
  ` [PATCH 04/22] drm/amdgpu: remove duplicate definition of cik_mqd
  ` [PATCH 05/22] drm/amdgpu: unify MQD programming sequence for kfd and amdgpu
  ` [PATCH 06/22] drm/amdgpu: rename rdev to adev
  ` [PATCH 07/22] drm/amdgpu: take ownership of per-pipe configuration
  ` [PATCH 08/22] drm/radeon: take ownership of pipe initialization
  ` [PATCH 09/22] drm/amdgpu: allow split of queues with kfd at queue granularity
  ` [PATCH 10/22] drm/amdgpu: teach amdgpu how to enable interrupts for any pipe
  ` [PATCH 11/22] drm/amdkfd: allow split HQD on per-queue granularity v4
  ` [PATCH 12/22] drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.c
  ` [PATCH 13/22] drm/amdgpu: allocate queues horizontally across pipes
  ` [PATCH 14/22] drm/amdgpu: new queue policy, take first 2 queues of each pipe
  ` [PATCH 15/22] drm/amdgpu: untie user ring ids from kernel ring ids v4
  ` [PATCH 16/22] drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4
  ` [PATCH 17/22] drm/amdgpu: add parameter to allocate high priority contexts v7
  ` [PATCH 18/22] drm/amdgpu: add framework for HW specific priority settings v6
  ` [PATCH 19/22] drm/amdgpu: convert srbm lock to a spinlock
  ` [PATCH 20/22] drm/amdgpu: implement ring set_priority for gfx_v8 compute v5
  ` [PATCH 21/22] drm/amdgpu: condense mqd programming sequence
  ` [PATCH 22/22] drm/amdgpu: workaround tonga HW bug in HQD "

[Request for Documentation] Differentiate signed (commits/tags/pushes)
 2017-03-07 22:19 UTC  (3+ messages)

[GIT PULL] sched.h split-up
 2017-03-08  0:04 UTC  (4+ messages)

[PATCHv3 00/16] set_memory_* functions header refactor
 2017-03-07 20:55 UTC  (4+ messages)
` [PATCHv3 06/16] agp: Use set_memory.h header
` [PATCHv3 12/16] PM / hibernate: "
` [PATCHv3 14/16] misc: sram: "

sizeof
 2017-03-08  0:13 UTC  (2+ messages)

[ANNOUNCE] v4.9.13-rt12
 2017-03-07 23:10 UTC 

+ mm-do-not-call-mem_cgroup_free-from-within-mem_cgroup_alloc.patch added to -mm tree
 2017-03-07 23:33 UTC 

[PATCH 1/1] x86/cqm: Cqm requirements
 2017-03-07 23:31 UTC  (5+ messages)

[PATCH] Staging: rtl8192u: clean up some white space issues
 2017-03-07 17:33 UTC 

[PATCH] mm, vmalloc: use __GFP_HIGHMEM implicitly
 2017-03-08  0:10 UTC  (4+ messages)

[PATCH] hwmon: (max31790) Set correct PWM value
 2017-03-07 22:19 UTC  (2+ messages)

+ mm-move-pcp-and-lru-pcp-drainging-into-single-wq.patch added to -mm tree
 2017-03-07 23:12 UTC 

+ mm-page_alloc-add-missing-check-for-memory-holes.patch added to -mm tree
 2017-03-07 23:48 UTC 

[LTP] [PATCH v3 1/3] syscalls/mq_timedreceive: convert to new API
 2017-03-08  0:03 UTC  (3+ messages)
` [LTP] [PATCH v3 2/3] lib: SAFE_MQ_OPEN() macro
` [LTP] [PATCH v3 3/3] syscalls: use "

[U-Boot] ethact not set after usb start
 2017-03-08  0:02 UTC 

Crash on MSYS2 with GIT_WORK_TREE
 2017-03-07 23:03 UTC  (2+ messages)

[RFC][PATCH 0/4] tracing: Allow function tracing to start earlier in boot up
 2017-03-07 21:28 UTC  (5+ messages)
` [RFC][PATCH 1/4] tracing: Split tracing initialization into two for early initialization
` [RFC][PATCH 2/4] ftrace: Move ftrace_init() to right after memory initialization
` [RFC][PATCH 3/4] ftrace: Have function tracing start in early boot up
` [RFC][PATCH 4/4] ftrace: Allow for function tracing to record init functions on "

[PATCH net-next] net: stmicro: replace kzalloc with devm_kzalloc
 2017-03-07 15:27 UTC 

denc nullptr issue
 2017-03-07 23:54 UTC  (2+ messages)

crush multipick anomaly
 2017-03-07 23:06 UTC  (14+ messages)

+ proc-show-madv_free-pages-info-in-smaps-fix.patch added to -mm tree
 2017-03-07 22:44 UTC 

[PATCH] gcc-runtime: Add libmpx supprt for x86
 2017-03-08  0:00 UTC  (7+ messages)

[meta-oe] [PATCH] rsyslog: fixes musl libc build
 2017-03-07 23:54 UTC  (2+ messages)

GSoC 2017
 2017-03-07 23:22 UTC 

bcm2835-audio: logging mechanism
 2017-03-07 23:52 UTC 

[PATCH 2/3] device property: Fix reading pset strings using array access functions
 2017-03-07 23:51 UTC  (2+ messages)

[Buildroot] [PATCH 1/6] xdriver_xf86-video-glide: remove broken package
 2017-03-07 23:50 UTC  (6+ messages)
` [Buildroot] [PATCH 2/6] xdriver_xf86-video-wsfb: "
` [Buildroot] [PATCH 3/6] qt: remove broken iBase driver
` [Buildroot] [PATCH 4/6] libplayer: remove broken Python bindings
` [Buildroot] [PATCH 5/6] xdriver_xf86-video-v4l: remove broken package
` [Buildroot] [PATCH 6/6] efl: remove broken JP2K loader

[PATCH] storvsc: workaround for virtual DVD SCSI version
 2017-03-07 23:31 UTC  (2+ messages)

[PATCH 1/2] Documentation: dt-bindings: Document bindings for Aspeed AST2400/AST2500 ADC
 2017-03-07 23:24 UTC  (7+ messages)
` [PATCH 2/2] hwmon: "

[PATCH] net: via: via-rhine: use new api ethtool_{get|set}_link_ksettings
 2017-03-07 22:46 UTC 

[PATCH net 0/7] bnx2x: PTP crash, VF VLAN fixes
 2017-03-07 21:53 UTC  (2+ messages)

[PATCH] kbuild: external module build warnings when KBUILD_OUTPUT set and W=1
 2017-03-07 23:48 UTC 

[RFCv6 PATCH 00/18] Checkout aware of Submodules!
 2017-03-07 23:37 UTC  (5+ messages)
` [RFCv7 "
  ` [PATCH 15/18] read-cache, remove_marked_cache_entries: wipe selected submodules

[WIP 00/13] LLVM fixes
 2017-03-07 22:48 UTC  (5+ messages)
` [PATCH 02/13] llvm: fix translation of PSEUDO_VALs into a ValueRefs

[PATCH 00/12] HID: sony: updates for 4.12
 2017-03-07 23:45 UTC  (13+ messages)
` [PATCH v4 01/12] HID: sony: Report DS4 motion sensors through a separate device
` [PATCH v4 02/12] HID: sony: Calibrate DS4 motion sensors
` [PATCH v4 03/12] HID: sony: Report hardware timestamp for DS4 sensor values
` [PATCH v4 04/12] HID: sony: Remove report descriptor fixup for DS4
` [PATCH v2 05/12] HID: sony: Treat the ds4 dongle as a separate device
` [PATCH v2 06/12] HID: sony: Make work handling more generic
` [PATCH v2 07/12] HID: sony: Support motion sensor calibration on dongle
` [PATCH 08/12] HID: sony: Mark DS4 touchpad device as a pointer
` [PATCH 09/12] HID: sony: DS3 comply to Linux gamepad spec
` [PATCH 10/12] HID: sony: Print error on failure to active DS3 / Navigation controllers
` [PATCH 11/12] HID: sony: Expose DS3 motion sensors through separate device
` [PATCH 12/12] HID: sony: Perform duplicate device check earlier on

[PATCH] powerpc/boot: Fix zImage TOC alignment
 2017-03-07 23:40 UTC 

[PATCH v2 0/3] STM FingerTip S touchscreen support for TM2 board
 2017-03-07 23:41 UTC  (3+ messages)
  ` [PATCH v2 2/3] Input: add support for the STMicroelectronics FingerTip touchscreen


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.