All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-08 18:17:29 to 2017-02-08 18:51:55 UTC [more...]

[PATCH 00/48] sched.h modernization -v2, phase #2: "Prepare header dependencies"
 2017-02-08 18:39 UTC  (17+ messages)
` [PATCH 04/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
` [PATCH 05/48] sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>
` [PATCH 06/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>
` [PATCH 07/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>
` [PATCH 08/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
` [PATCH 13/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h>
` [PATCH 14/48] sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h>
` [PATCH 18/48] sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
` [PATCH 23/48] sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
` [PATCH 28/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
` [PATCH 30/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
` [PATCH 31/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
` [PATCH 36/48] sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
` [PATCH 37/48] sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 42/48] sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h>
` [PATCH 46/48] sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>

[PATCH v2 00/25] linux/eal: Remove most causes of panic on init
 2017-02-08 18:51 UTC  (22+ messages)
` [PATCH v2 01/25] eal: CPU init will no longer panic
` [PATCH v2 02/25] eal: return error instead of panic for cpu init
` [PATCH v2 03/25] eal: No panic on hugepages info init
` [PATCH v2 04/25] eal: do not panic on failed hugepage query
` [PATCH v2 05/25] eal: failure to parse args returns error
` [PATCH v2 06/25] eal-common: introduce a way to query cpu support
` [PATCH v2 07/25] eal: Signal error when CPU isn't supported
` [PATCH v2 08/25] eal: do not panic on memzone initialization fails
` [PATCH v2 09/25] eal: set errno when exiting for already called
` [PATCH v2 10/25] eal: Do not panic on log failures
` [PATCH v2 11/25] eal: Do not panic on pci-probe
` [PATCH v2 12/25] eal: do not panic on vfio failure
` [PATCH v2 13/25] eal: do not panic on memory init
` [PATCH v2 14/25] eal: do not panic on tailq init
` [PATCH v2 15/25] eal: do not panic on alarm init
` [PATCH v2 16/25] eal: convert timer_init not to call panic
` [PATCH v2 17/25] eal: change the private pipe call to reflect errno
` [PATCH v2 18/25] eal: Do not panic on interrupt thread init
` [PATCH v2 19/25] eal: do not error if plugins fail to init
` [PATCH v2 20/25] eal_pci: Continue probing even on failures
` [PATCH v2 21/25] eal: do not panic on failed PCI probe

[PATCH 00/53] sched.h modernization -v2, phase #3: "Move definitions between headers"
 2017-02-08 18:45 UTC  (29+ messages)
` [PATCH 01/53] sched/headers: Move scheduler topology interfaces to <linux/sched/topology.h>
` [PATCH 02/53] sched/headers: Move the 'cpu_idle_type' enum from <linux/sched.h> to <linux/sched/idle.h>
` [PATCH 03/53] sched/headers: Move the wake_up_if_idle() prototype "
` [PATCH 04/53] sched/headers: Move idle polling methods "
` [PATCH 05/53] sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h>
` [PATCH 06/53] sched/headers: Move scheduler clock interfaces to <linux/sched/clock.h>
` [PATCH 07/53] sched/headers, delayacct: Move the 'struct task_delay_info' definition from <linux/sched.h> to <linux/delayacct.h>
` [PATCH 09/53] sched/headers: Move loadavg related definitions from <linux/sched.h> to <linux/sched/loadavg.h>
` [PATCH 10/53] sched/headers: Move autogroup APIs into <linux/sched/autogroup.h>
` [PATCH 12/53] sched/headers: Move task->mm coredumping related defines and methods from <linux/sched.h> to <linux/sched/coredump.h>
` [PATCH 14/53] sched/headers: Move 'struct user_struct' definition and APIs to the new <linux/sched/user.h> header
` [PATCH 16/53] sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h>
` [PATCH 20/53] sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>
` [PATCH 22/53] sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h>
` [PATCH 24/53] sched/headers: Move CONFIG_TASK_XACCT bits from <linux/sched.h> to <linux/sched/xacct.h>
` [PATCH 26/53] sched/headers: Move the memalloc_noio_*() APIs to <linux/sched/mm.h>
` [PATCH 27/53] sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h>
` [PATCH 28/53] sched/headers: Move the NOHZ APIs from <linux/sched.h> to <linux/sched/nohz.h>
` [PATCH 29/53] sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h>
` [PATCH 30/53] sched/headers, time/timekeeping: Move the xtime_update() prototype from <linux/sched.h> to <linux/time.h>
` [PATCH 31/53] sched/headers: Move <asm/current.h> include from the middle of <linux/sched.h> to the header portion
` [PATCH 32/53] sched/headers: Split hotplug CPU interfaces out of <linux/sched.h> into <linux/sched/hotplug.h>
` [PATCH 33/53] sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 34/53] sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.c
` [PATCH 35/53] sched/core: Move, sort and clean up <linux/sched.h> structure predeclarations
` [PATCH 36/53] sched/headers: Move the PREEMPT_COUNT defines from <linux/sched.h> to <linux/preempt.h>
` [PATCH 38/53] sched/headers: Move the 'root_task_group' declaration to <linux/sched/autogroup.h>
` [PATCH 39/53] signals: Move signal data types from <linux/signal.h> to <linux/signal_types.h>

[RFC 01/19] block: DAC960: Replace PCI pool old API
 2017-02-08 18:49 UTC  (19+ messages)
  ` [RFC 02/19] dmaengine: pch_dma: "
  ` [RFC 03/19] IB/mthca: "
    ` [RFC 04/19] net: e100: "
  ` [RFC 05/19] mlx4: "
  ` [RFC 06/19] mlx5: "
  ` [RFC 07/19] wireless: ipw2200: "
  ` [RFC 08/19] scsi: be2iscsi: "
  ` [RFC 09/19] scsi: csiostor: "
  ` [RFC 10/19] scsi: lpfc: "
  ` [RFC 11/19] scsi: megaraid: "
  ` [RFC 12/19] scsi: mpt3sas: "
  ` [RFC 13/19] scsi: mvsas: "
  ` [RFC 14/19] scsi: pmcraid: "
  ` [RFC 15/19] usb: gadget: amd5536udc: "
  ` [RFC 16/19] usb: gadget: net2280: "
  ` [RFC 17/19] usb: gadget: pch_udc: "
  ` [RFC 18/19] PCI: Remove PCI pool macro functions

[Qemu-devel] [PATCH v5 0/2] docs: Improve sample configuration files
 2017-02-08 18:49 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 2/2] mach-virt: Provide "

[PATCH] rev-parse --git-path: fix output when running in a subdirectory
 2017-02-08 18:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-arm: Declare virtio-mmio as dma-coherent in dt
 2017-02-08 18:47 UTC  (7+ messages)
        ` [Qemu-devel] [Qemu-arm] "

[U-Boot] [PATCH] drivers: net: phy: atheros: apply the previous register setting for AR8031 to fix the voltage peak issue
 2017-02-08 18:47 UTC  (9+ messages)

[PATCH] ARM: xip: disable PATCH_PHYS_VIRT for ARCH_MULTIPLATFORM when XIP
 2017-02-08 18:46 UTC  (7+ messages)

[PATCH] nvme-cli: fabrics: Fix to pass "host_traddr" to the kernel driver
 2017-02-08 18:46 UTC 

[PATCH v2 net-next] virtio: Fix affinity for #VCPUs != #queue pairs
 2017-02-08 18:37 UTC  (2+ messages)

BTRFS and cyrus mail server
 2017-02-08 18:38 UTC 

[PATCH rdma-core 0/7] Add mlx5 direct verbs
 2017-02-08 18:45 UTC  (5+ messages)

[PATCH v4] usb: misc: add USB251xB/xBi Hi-Speed Hub Controller Driver
 2017-02-08 18:45 UTC  (6+ messages)

[PATCH 00/10] sched.h modernization -v2, phase #1: "Pre-splitup cleanups"
 2017-02-08 18:34 UTC  (8+ messages)
` [PATCH 01/10] sched/headers: Make all include/linux/sched/*.h headers build standalone
` [PATCH 02/10] sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON()
` [PATCH 03/10] sched/headers: Make task_struct::wake_q an opaque pointer
` [PATCH 04/10] sched/core: Move the get_preempt_disable_ip() inline to sched/core.c
` [PATCH 05/10] sched/core: Remove the tsk_cpus_allowed() wrapper
` [PATCH 06/10] sched/core: Remove the tsk_nr_cpus_allowed() wrapper
` [PATCH 08/10] sched/headers, cgroups: Remove the threadgroup_change_*() wrappery

Trying to use xfuncname without success
 2017-02-08 18:37 UTC  (4+ messages)

ARM imx.6 SATA speed regression
 2017-02-08 18:38 UTC  (6+ messages)

switch "ms bind ipv6" default to "true"?
 2017-02-08 18:44 UTC  (5+ messages)

raid1: cannot add disk to replace faulty because can only mount fs as read-only
 2017-02-08 13:46 UTC  (9+ messages)

Regression on rt kernel while using POSIX timers
 2017-02-08 18:41 UTC 

[U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: Enable SPL_DM
 2017-02-08 18:42 UTC  (4+ messages)

[PATCH] Btrfs: create a helper to create em for IO
 2017-02-08 18:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/14] qla2xxx: Bug Fixes and updates for target
 2017-02-08 18:42 UTC  (5+ messages)
` [PATCH v2 01/14] qla2xxx: Fix delayed response to command for loop mode/direct connect
` [PATCH v2 02/14] qla2xxx: Allow relogin to proceed if remote login did not finish

OpenGL context switching with Noveau
 2017-02-08 18:41 UTC  (2+ messages)

[PATCH i-g-t] lib/igt_gt: Define HANG_ALLOW_* as bit flags
 2017-02-08 18:39 UTC  (5+ messages)

[PATCH v2 8/9] ASoC: sunxi: allow the analog codec driver to be built on ARM64
 2017-02-08 18:34 UTC  (4+ messages)
` Applied "ASoC: sunxi: allow the analog codec driver to be built on ARM64" to the asoc tree

[PATCH V2] PCI: enable extended tags support for PCIe devices
 2017-02-08 18:25 UTC  (4+ messages)
` [V2] "

[patch net-next 00/15] mlxsw: Reflect nexthop status changes
 2017-02-08 18:20 UTC  (6+ messages)
` [patch net-next 12/15] ipv4: fib: Notify about "

two small PCI MSI cleanups V2
 2017-02-08 17:30 UTC  (3+ messages)
` [PATCH 2/2] PCI/msi: remove pci_msi_domain_{alloc,free}_irqs

[PATCH] omap3isp: add support for CSI1 bus
 2017-02-08 18:32 UTC  (2+ messages)

[PATCH v2] libvirt: Place systemd units at appropriate location
 2017-02-08 18:38 UTC  (2+ messages)

[Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
 2017-02-08 18:37 UTC  (3+ messages)

nftables bug: Only the first two elements of a map are used for NAT
 2017-02-08 18:11 UTC 

[v3 0/3] Auto BKOPS PM suspend
 2017-02-08 11:59 UTC  (3+ messages)
` [v3 3/3] mmc: Checking BKOPS status prior to Suspend

[PATCH 4/5] regulator: core: simplify _regulator_get()
 2017-02-08 18:34 UTC  (2+ messages)
` Applied "regulator: core: simplify _regulator_get()" to the regulator tree

mm: deadlock between get_online_cpus/pcpu_alloc
 2017-02-08 17:46 UTC  (13+ messages)

Software Freedom Conservancy donations
 2017-02-08 18:34 UTC 

[QUESTION] Early Write Acknowledge for PCIe configuration space
 2017-02-08 18:35 UTC  (4+ messages)

[RFC V2 00/12] Define coherent device memory node
 2017-02-08 15:04 UTC  (6+ messages)
` [RFC V2 12/12] mm: Tag VMA with VM_CDM flag explicitly during mbind(MPOL_BIND)

[PATCH/RFC net-next 1/2] flow dissector: ND support
 2017-02-08 18:33 UTC  (6+ messages)
` [oss-drivers] "

[PATCH v4 1/5] ASoC: hdac_hdmi: Begin to add support for DP Multi-stream audio
 2017-02-08 18:34 UTC  (2+ messages)
` Applied "ASoC: hdac_hdmi: Begin to add support for DP Multi-stream audio" to the asoc tree

[RFC 06/16] ASoC: Intel: Skylake: Add route change to rt298 machine
 2017-02-08 18:34 UTC  (2+ messages)
` Applied "ASoC: Intel: bxt: Add route change to rt298 machine" to the asoc tree

[RFC 04/16] ASoC: Intel: Skylake: Add route change to nau88l25_max98357a machine
 2017-02-08 18:34 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Add route change to nau88l25_max98357a machine" to the asoc tree

[RFC 05/16] ASoC: Intel: Skylake: Add route change to nau88l25_ssm4567 machine
 2017-02-08 18:34 UTC  (2+ messages)
` Applied "ASoC: Intel: Skylake: Add route change to nau88l25_ssm4567 machine" to the asoc tree

[PATCH v3 12/12] ASoC: hdac_hdmi: Add support to handle MST capable pin
 2017-02-08 18:34 UTC  (2+ messages)
` Applied "ASoC: hdac_hdmi: Add support to handle MST capable pin" to the asoc tree

[PATCH v2] ASoc: hdmi-codec: remove HDMI device unregister
 2017-02-08 18:34 UTC  (3+ messages)
` Applied "ASoC: hdmi-codec: remove HDMI device unregister" to the asoc tree

[PATCH] drm/i915: fix for WaDisableDopClockGating:bdw
 2017-02-08 18:33 UTC  (2+ messages)

[Qemu-devel] [PATCH] hw/ppc/pnv: Remove superfluous "qemu" prefix from error strings
 2017-02-08 18:31 UTC 

[PATCH v9 00/10] mux controller abstraction and iio/i2c muxes
 2017-02-08 15:41 UTC  (3+ messages)
` [PATCH v9 09/10] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux
` [PATCH v9 10/10] mux: adg792a: add mux controller driver for ADG792A/G

net: use-after-free in tw_timer_handler
 2017-02-08 17:58 UTC  (7+ messages)

[PATCH] Btrfs: add another missing end_page_writeback on submit_extent_page failure
 2017-02-08 18:30 UTC  (11+ messages)

[PATCH 00/17] iwlwifi: updates intended for v4.11 2017-02-08
 2017-02-08 15:51 UTC  (3+ messages)
` [PATCH 09/17] iwlwifi: pcie: don't increment / decrement a bool
  ` [PATCH 17/17] iwlwifi: mvm: avoid exceeding the allowed print length

[PATCH v3 net-next] net: phy: Add LED mode driver for Microsemi PHYs
 2017-02-08 18:29 UTC  (2+ messages)

[PATCH] ASoC: bcm2835: Add 8 channel (multitrack) capability
 2017-02-08 18:28 UTC  (3+ messages)

[PATCH v2 0/5] Fix "support large inline thresholds"
 2017-02-08 18:28 UTC  (7+ messages)

[PATCH 0/3] rhashtable: Handle table allocation failure during insertion
 2017-02-08 18:26 UTC  (2+ messages)

[patch net-next] net: dsa: bcm_sf2: cleanup bcm_sf2_cfp_rule_get() a little
 2017-02-08 18:27 UTC  (3+ messages)

[PATCH 0/9] irqchip/gic-v3-its: Implement ITS nodes as kernel devices and use CMA
 2017-02-08 14:43 UTC  (4+ messages)
` [PATCH 1/9] irqchip/gic-v3-its: Fix command buffer allocation

[PATCH 0/8] xen/arm: Fix and clean-up for ACPI and EFI
 2017-02-08 18:25 UTC  (4+ messages)
` [PATCH 2/8] xen/arm: acpi: Rework acpi_boot_table_init error paths

[PATCH] ASoC:nau8825: automatic LRCK and BCLK divide in master mode
 2017-02-08 18:24 UTC  (4+ messages)

[PATCH v3 00/23] Add vblank hooks to struct drm_crtc_funcs
 2017-02-08 18:24 UTC  (4+ messages)

[PATCH] Make grub-install check for errors from efibootmgr
 2017-02-08 16:11 UTC  (2+ messages)

[PATCH 0/6] drm: Introduce consistent reference counting APIs
 2017-02-08 18:24 UTC  (7+ messages)
` [PATCH 1/6] drm: Rename drm_mode_object_get()
` [PATCH 2/6] drm: Introduce drm_mode_object_{get,put}()
` [PATCH 3/6] drm: Introduce drm_connector_{get,put}()
` [PATCH 4/6] drm: Introduce drm_framebuffer_{get,put}()
` [PATCH 5/6] drm: Introduce drm_gem_object_{get,put}()
` [PATCH 6/6] drm: Introduce drm_property_blob_{get,put}()

[PATCH rdma-next] IB/mlx5: Fix blue flame buffer size calculation
 2017-02-08 18:23 UTC 

[PATCH] net: phy: dp83867: Fall-back to default values of clock delay and FIFO depth
 2017-02-08 18:20 UTC  (5+ messages)

[PATCH] xenbus: Neaten xenbus_va_dev_error
 2017-02-08 18:20 UTC  (6+ messages)

[PATCH v5] drm/i915: Emit to ringbuffer directly
 2017-02-08 18:21 UTC  (3+ messages)
` [PATCH v6] "

[RFC v3 00/11] HFI Virtual Network Interface Controller (VNIC)
 2017-02-08 18:21 UTC  (4+ messages)
` [RFC v3 09/11] IB/hfi1: HFI_VNIC RDMA netdev support

[PATCH] x86/p2m: Reposition p2m_teardown_nestedp2m() to avoid its forward declaration
 2017-02-08 18:21 UTC  (2+ messages)

[PATCH RFC ipsec-next 0/5] IPsec GRO layer decapsulation
 2017-02-08 18:19 UTC  (5+ messages)
` [PATCH RFC ipsec-next 1/5] xfrm: Add a secpath_set helper
` [PATCH RFC ipsec-next 5/5] esp: Add a software GRO codepath

[PATCH 1/5] regulator: core: remove dead code in _regulator_get()
 2017-02-08 18:19 UTC  (7+ messages)
` [PATCH 5/5] regulator: core: lower severity level of message about using dummy supplies

[PATCH] mm-page_alloc-use-static-global-work_struct-for-draining-per-cpu-pages-fix
 2017-02-08 18:19 UTC  (5+ messages)

[PATCH RFC 0/2] Kill manual ref parsing code in worktree.c
 2017-02-08 18:18 UTC  (2+ messages)

[PATCH 0/2] selftests, x86: updates for x86 protection keys self tests
 2017-02-08 18:18 UTC  (2+ messages)

OFED-4.8, rdma-core, and library paths
 2017-02-08 18:18 UTC  (11+ messages)

[PATCH] nvmet: Avoid writing fabric_ops, queue pointers on every request
 2017-02-08 18:18 UTC  (4+ messages)

[PATCH 0/2] get rid of immrbar_virt_to_phys()
 2017-02-08 18:17 UTC  (3+ messages)

net/ipv4: warning in nf_nat_ipv4_fn
 2017-02-08 18:15 UTC 

Xen 4.9 Development Update
 2017-02-08 18:17 UTC  (3+ messages)


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.