All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-02-08 18:39:16 to 2017-02-08 19:09:26 UTC [more...]

[PATCH 00/35] sched.h modernization -v2, phase #4: "Remove header dependencies"
 2017-02-08 18:51 UTC  (31+ messages)
` [PATCH 01/35] sched/headers: Remove <linux/sched.h> from <linux/sched/topology.h>
` [PATCH 03/35] sched/headers: Remove <linux/sched.h> from <linux/sched/wake_q.h>
` [PATCH 04/35] sched/headers: Remove <linux/sched.h> from <linux/sched/clock.h>
` [PATCH 05/35] sched/headers: Remove <linux/sched.h> and <linux/slab.h> from <linux/delayacct.h>
` [PATCH 06/35] sched/headers: Remove <linux/sched.h> from <linux/sched/loadavg.h>
` [PATCH 07/35] sched/headers: Remove <linux/sched.h> from <linux/sched/autogroup.h>
` [PATCH 08/35] sched/headers: Remove <linux/sched.h> from <linux/sched/mm.h>
` [PATCH 09/35] sched/headers: Remove <linux/sched.h> from <linux/sched/coredump.h>
` [PATCH 10/35] sched/headers: Remove unused 'task_can_switch_user()' prototype
` [PATCH 12/35] sched/headers: Remove #include <linux/capability.h> from <linux/sched.h>
` [PATCH 13/35] sched/headers: Remove <linux/cgroup-defs.h> "
` [PATCH 15/35] kasan, sched/headers: Remove <linux/sched.h> from <linux/kasan.h>
` [PATCH 16/35] sched/headers: Remove <linux/cred.h> inclusion from <linux/sched.h>
` [PATCH 18/35] sched/headers: Remove <linux/rtmutex.h> "
` [PATCH 19/35] sched/headers: Remove the <linux/gfp.h> include "
` [PATCH 20/35] sched/headers: Remove <linux/sched.h> from <linux/sched/stat.h>
` [PATCH 21/35] sched/headers: Remove <linux/sched.h> from <linux/sched/nohz.h>
` [PATCH 22/35] sched/headers: Remove <linux/sched.h> from <linux/sched/debug.h>
` [PATCH 23/35] sched/headers: Remove <linux/sched.h> from <linux/sched/hotplug.h>
` [PATCH 25/35] sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>
` [PATCH 26/35] sched/headers: Remove <linux/signal.h> "
` [PATCH 27/35] sched/headers: Remove the 'init_pid_ns' prototype "
` [PATCH 28/35] sched/headers: Remove <linux/rculist.h> "
` [PATCH 29/35] sched/core: Remove unused prefetch_stack()
` [PATCH 30/35] sched/headers: Remove <linux/sched.h> from <linux/sched/init.h>
` [PATCH 31/35] sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>
` [PATCH 32/35] sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h>
` [PATCH 33/35] sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/apic.h>
` [PATCH 34/35] sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>
` [PATCH 35/35] sched/headers: Remove the <linux/topology.h> include from <linux/sched.h>

[PATCH 00/48] sched.h modernization -v2, phase #2: "Prepare header dependencies"
 2017-02-08 18:39 UTC  (27+ messages)
` [PATCH 02/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>
` [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 24/48] sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
` [PATCH 26/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
` [PATCH 28/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
` [PATCH 29/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.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 34/48] sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency
` [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 39/48] sched/headers: Prepare to move the task_lock()/unlock() APIs "
` [PATCH 40/48] sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
` [PATCH 42/48] sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h>
` [PATCH 43/48] sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>
` [PATCH 44/48] sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 45/48] sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.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 1/2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-08 19:09 UTC  (7+ messages)
` [PATCH 2/2] locking/mutex,rwsem: Reduce vcpu_is_preempted() calling frequency
  ` [PATCH 2/2] locking/mutex, rwsem: "

[PATCH v3] xen/arm: fix rank/vgic lock inversion bug
 2017-02-08 19:08 UTC  (8+ messages)

[PATCH] crypto: ccp - Set the AES size field for all modes
 2017-02-08 19:07 UTC 

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

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

net/sctp: null-ptr-deref in sctp_put_port/sctp_endpoint_destroy
 2017-02-08 19:00 UTC 

[PATCH v6 00/24] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-02-08 19:03 UTC  (4+ messages)
` [PATCH v6 04/24] x86: refactor psr: implement CPU init and free flow

[PATCH 00/10] fujitsu-laptop: renames and cleanups
 2017-02-08 13:46 UTC  (2+ messages)
` [PATCH 02/10] platform/x86: fujitsu-laptop: replace "hotkey" with "laptop" in symbol names

[PATCH 0/2] sched.h modernization -v2, phase #5: "Post-splitup cleanups"
 2017-02-08 18:54 UTC  (3+ messages)
` [PATCH 1/2] sched/headers: Remove #ifdefs from <linux/sched.h>
` [PATCH 2/2] sched/headers: Clean up <linux/sched.h>

understanding disk space usage
 2017-02-08 18:03 UTC  (4+ messages)

[PATCH 00/10] sched.h modernization -v2, phase #1: "Pre-splitup cleanups"
 2017-02-08 18:34 UTC  (3+ messages)
` [PATCH 08/10] sched/headers, cgroups: Remove the threadgroup_change_*() wrappery
` [PATCH 10/10] kasan, sched/headers: Uninline kasan_enable/disable_current()

pull-request: iwlwifi-next 2017-02-08
 2017-02-08 19:01 UTC 

[RFC 03/19] IB/mthca: Replace PCI pool old API
 2017-02-08 19:00 UTC  (12+ messages)
  ` [RFC 04/19] net: e100: "
  ` [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
  ` [RFC 19/19] checkpatch: warn for use of old PCI pool API
  ` [RFC 00/19] Replace PCI pool by DMA "

[PATCH v2 00/14] qla2xxx: Bug Fixes and updates for target
 2017-02-08 18:57 UTC  (8+ messages)
` [PATCH v2 02/14] qla2xxx: Allow relogin to proceed if remote login did not finish
` [PATCH v2 03/14] qla2xxx: Allow vref count to timeout on vport delete
` [PATCH v2 06/14] qla2xxx: Improve T10-DIF/PI handling in driver

[oss-drivers] Re: [PATCH/RFC net-next 1/2] flow dissector: ND support
 2017-02-08 18:54 UTC  (4+ messages)

[Qemu-devel] Question about QEMU's threading model and stacking multiple block drivers
 2017-02-08 19:00 UTC  (4+ messages)

Xen 4.9 Development Update
 2017-02-08 18:59 UTC  (5+ messages)

[PATCH 00/53] sched.h modernization -v2, phase #3: "Move definitions between headers"
 2017-02-08 18:45 UTC  (41+ 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 08/53] sched/headers: Move various ABI definitions to <uapi/linux/sched/types.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 11/53] sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
` [PATCH 12/53] sched/headers: Move task->mm coredumping related defines and methods from <linux/sched.h> to <linux/sched/coredump.h>
` [PATCH 13/53] sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>
` [PATCH 14/53] sched/headers: Move 'struct user_struct' definition and APIs to the new <linux/sched/user.h> header
` [PATCH 15/53] sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h>
` [PATCH 16/53] sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h>
` [PATCH 17/53] sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h>
` [PATCH 18/53] sched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.h>
` [PATCH 19/53] sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/mm_types.h>
` [PATCH 20/53] sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>
` [PATCH 21/53] sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h>
` [PATCH 22/53] sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h>
` [PATCH 23/53] sched/headers: Remove various unrelated headers from <linux/sched.h>
` [PATCH 24/53] sched/headers: Move CONFIG_TASK_XACCT bits from <linux/sched.h> to <linux/sched/xacct.h>
` [PATCH 25/53] sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.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>
` [PATCH 48/53] sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 50/53] sched/headers, timekeeping: Move the timer tick function prototypes to <linux/timekeeping.h>

net: use-after-free in tw_timer_handler
 2017-02-08 18:55 UTC  (8+ messages)

fs/crypt ioctl and attr
 2017-02-08 18:55 UTC  (9+ messages)

[PATCH net 0/2] Fixes for header length truncation
 2017-02-08 18:56 UTC  (2+ messages)

[PATCH 0/5] xen: sched: scheduling (mostly, Credit2) and cpupool fixes and improvements
 2017-02-08 18:55 UTC  (8+ messages)
` [PATCH 2/5] xen: credit2: never consider CPUs outside of our cpupool

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

[PATCH] PM / Domains: Provide dummy governors if CONFIG_PM_GENERIC_DOMAINS=n
 2017-02-08 18:37 UTC 

[PATCH 1/2] net/ixgbe: calculate the correct number of received packets in bulk alloc function
 2017-02-08 18:53 UTC  (5+ messages)
` [PATCH v2 "

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

[meta-oe][PATCH v2 1/3] libev: Add recipe for version 4.24
 2017-02-08 18:53 UTC  (2+ messages)

[PATCH v2 00/25] linux/eal: Remove most causes of panic on init
 2017-02-08 18:51 UTC  (26+ 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 v2 22/25] eal_common_dev: continue initializing vdevs
` [PATCH v2 23/25] eal: do not panic (or abort) if vdev init fails
` [PATCH v2 24/25] eal: do not panic when bus probe fails
` [PATCH v2 25/25] rte_eal_init: add info about rte_errno codes

[Qemu-devel] [PATCH v5 0/2] docs: Improve sample configuration files
 2017-02-08 18:49 UTC  (4+ 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] 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)

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)

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] "

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  (2+ 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  (2+ 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 "


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.