linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-08 17:22:16 to 2017-02-08 19:08:44 UTC [more...]

[PATCH 00/35] sched.h modernization -v2, phase #4: "Remove header dependencies"
 2017-02-08 18:51 UTC  (26+ 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 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 13/35] sched/headers: Remove <linux/cgroup-defs.h> from <linux/sched.h>
` [PATCH 16/35] sched/headers: Remove <linux/cred.h> inclusion "
` [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 28/35] sched/headers: Remove <linux/rculist.h> "
` [PATCH 29/35] sched/core: Remove unused prefetch_stack()
` [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>

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

[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>

[PATCH 00/10] sched.h modernization -v2, phase #1: "Pre-splitup cleanups"
 2017-02-08 18:34 UTC  (9+ 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
` [PATCH 10/10] kasan, sched/headers: Uninline kasan_enable/disable_current()

[RFC 01/19] block: DAC960: Replace PCI pool old API
 2017-02-08 19:00 UTC  (18+ 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 11/19] scsi: megaraid: "
  ` [RFC 12/19] scsi: mpt3sas: "
  ` [RFC 13/19] scsi: mvsas: "
  ` [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 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)

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

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

Applied "ASoC: sunxi: allow the analog codec driver to be built on ARM64" to the asoc tree
 2017-02-08 18:34 UTC 

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

two small PCI MSI cleanups V2
 2017-02-08 17:30 UTC  (5+ messages)
` [PATCH 1/2] PCI/msi: remove unused default PCI IRQ domain code
` [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 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)

[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 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

[PATCH 1/9] irqchip/gic-v3-its: Fix command buffer allocation
 2017-02-08 14:43 UTC  (3+ messages)

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

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

[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  (4+ messages)

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

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

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

[PATCH v2] PCI: pciehp: Don't enable PME on runtime suspend
 2017-02-08 18:04 UTC  (9+ messages)

[PATCH] genhd: Do not hold event lock when scheduling workqueue elements
 2017-02-08 18:03 UTC  (12+ messages)
                  ` Boot regression (was "Re: [PATCH] genhd: Do not hold event lock when scheduling workqueue elements")

[PATCH] time: Remove CONFIG_TIMER_STATS
 2017-02-08 18:09 UTC  (4+ messages)

[PATCH v2 0/8] mmc: bcm2835: Add new driver for the sdhost controller
 2017-02-08 18:08 UTC  (5+ messages)
` [PATCH v2 2/8] "

[PATCH 0/6] in-kernel resource manager
 2017-02-08 17:58 UTC  (3+ messages)
` [PATCH 2/6] tpm: export tpm2_flush_context_cmd

[PATCH 1/2] x86/paravirt: Don't make vcpu_is_preempted() a callee-save function
 2017-02-08 18:00 UTC  (2+ messages)
` [PATCH 2/2] locking/mutex,rwsem: Reduce vcpu_is_preempted() calling frequency

[PATCH RFC 0/2] x86/vdso: Add Hyper-V TSC page clocksource support
 2017-02-08 17:52 UTC  (6+ messages)
` [PATCH RFC 1/2] hyperv: implement hv_get_tsc_page()
` [PATCH RFC 2/2] x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read method

[PATCH 03/10] Input: synaptics-rmi4 - f30/f03: Forward mechanical buttons on buttonpads to PS/2 guest
 2017-02-08 17:51 UTC  (5+ messages)
  ` [PATCH v2 1/2] Input: psmouse - add a custom serio protocol to send extra information

[PATCH] serial: st-asc: Use new GPIOD API to obtain RTS pin
 2017-02-08 17:47 UTC  (3+ messages)

[RFC][PATCH 00/21] tracing: Inter-event (e.g. latency) support
 2017-02-08 17:25 UTC  (22+ messages)
` [RFC][PATCH 01/21] tracing: Add hist_field_name() accessor
` [RFC][PATCH 02/21] tracing: Reimplement log2
` [RFC][PATCH 03/21] ring-buffer: Add TIME_EXTEND_ABS ring buffer type
` [RFC][PATCH 04/21] tracing: Give event triggers access to ring_buffer_event
` [RFC][PATCH 05/21] tracing: Add ring buffer event param to hist field functions
` [RFC][PATCH 06/21] tracing: Increase tracing map KEYS_MAX size
` [RFC][PATCH 07/21] tracing: Break out hist trigger assignment parsing
` [RFC][PATCH 08/21] tracing: Make traceprobe parsing code reusable
` [RFC][PATCH 09/21] tracing: Add hist trigger timestamp support
` [RFC][PATCH 10/21] tracing: Add per-element variable support to tracing_map
` [RFC][PATCH 11/21] tracing: Add variable support to hist triggers
` [RFC][PATCH 12/21] tracing: Account for variables in named trigger compatibility
` [RFC][PATCH 13/21] tracing: Add simple expression support to hist triggers
` [RFC][PATCH 14/21] tracing: Add variable reference handling "
` [RFC][PATCH 15/21] tracing: Add usecs modifier for hist trigger timestamps
` [RFC][PATCH 16/21] tracing: Add support for dynamic tracepoints
` [RFC][PATCH 17/21] tracing: Add hist trigger action hook
` [RFC][PATCH 18/21] tracing: Add support for 'synthetic' events
` [RFC][PATCH 19/21] tracing: Add 'onmatch' hist trigger action support
` [RFC][PATCH 20/21] tracing: Add 'onmax' "
` [RFC][PATCH 21/21] tracing: Add inter-event hist trigger Documentation

[PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
 2017-02-08 17:33 UTC 

[PATCH v3 00/10] arm64: UEFI support
 2017-02-08 17:40 UTC  (10+ messages)
` [PATCH v3 06/10] arm64: efi: add EFI stub

[PATCH] staging: comedi: Fix incorrect type assignment
 2017-02-08 17:40 UTC  (3+ messages)
` [PATCH 2/2] staging: comedi: drop unused variable from struct 'ni_private'

[PATCH v6 0/2] cpufreq: brcmstb-cpufreq: CPUfreq driver for older Broadcom STB SoCs
 2017-02-08 17:29 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: brcm: clocks: add binding for brcmstb-cpu-clk-div

[PATCH 1/2] drivers: usb: gadget: udc: add missing break in switch
 2017-02-08 13:21 UTC  (4+ messages)

pciehp is broken from 4.10-rc1
 2017-02-08 17:25 UTC  (5+ messages)

[PATCH 0/3] Define coherent device memory node
 2017-02-08 14:01 UTC  (2+ messages)
` [PATCH 2/3] mm: Enable HugeTLB allocation isolation for CDM nodes

[PATCH v2 0/6] KVM: x86: cleanup and speedup for APICv
 2017-02-08 16:23 UTC  (4+ messages)
` [PATCH 6/6] kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).