linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-08 18:51:14 to 2017-02-08 20:57:10 UTC [more...]

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

[PATCH] drivers: usb: gadget: udc: remove pointer dereference after free
 2017-02-08 19:37 UTC  (2+ messages)

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

[PATCH 1/2 v2] cpufreq: qoriq: added arm64 socs support
 2017-02-08 20:51 UTC  (2+ messages)

[RFC][PATCH 00/21] tracing: Inter-event (e.g. latency) support
 2017-02-08 20:55 UTC  (10+ 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

[PATCH net-next v4 00/11] Improve BPF selftests and use the library (net-next tree)
 2017-02-08 20:49 UTC  (12+ messages)
` [PATCH net-next v4 01/11] tools: Sync {,tools/}include/uapi/linux/bpf.h
` [PATCH net-next v4 02/11] bpf: Change the include directory for selftest
` [PATCH net-next v4 03/11] bpf: Always test unprivileged programs
` [PATCH net-next v4 04/11] bpf: Use bpf_load_program() from the library
` [PATCH net-next v4 05/11] bpf: Use bpf_map_update_elem() "
` [PATCH net-next v4 06/11] bpf: Use bpf_map_lookup_elem() "
` [PATCH net-next v4 07/11] bpf: Use bpf_map_delete_elem() "
` [PATCH net-next v4 08/11] bpf: Use bpf_map_get_next_key() "
` [PATCH net-next v4 09/11] bpf: Use bpf_create_map() "
` [PATCH net-next v4 10/11] bpf: Remove bpf_sys.h from selftests
` [PATCH net-next v4 11/11] bpf: Add test_tag to .gitignore

[PATCH] mtd: update my email address
 2017-02-08 20:50 UTC  (3+ messages)

[PATCH v3 00/10] staging: fsl-mc: fixes and cleanups
 2017-02-08 20:50 UTC  (2+ messages)

[PATCH] PCI: iproc: fix resource allocation for BCMA PCIe
 2017-02-08 20:48 UTC  (3+ messages)

[PATCH] vfio: Replace module request with softdep
 2017-02-08 20:48 UTC 

[PATCH 00/48] sched.h modernization -v2, phase #2: "Prepare header dependencies"
 2017-02-08 18:39 UTC  (34+ messages)
` [PATCH 01/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>
` [PATCH 02/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>
` [PATCH 03/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>
` [PATCH 08/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
` [PATCH 10/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
` [PATCH 11/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>
` [PATCH 12/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
` [PATCH 13/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h>
` [PATCH 15/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>
` [PATCH 16/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/jobctl.h>
` [PATCH 17/48] sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> include to kernel/sched/sched.h
` [PATCH 19/48] sched/headers: Prepare for the removal of <asm/ptrace.h> from <linux/sched.h>
` [PATCH 20/48] sched/headers: Prepare for the removal of <linux/rtmutex.h> "
` [PATCH 21/48] sched/headers: Prepare for the removal of various unrelated headers "
` [PATCH 22/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h>
` [PATCH 24/48] sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
` [PATCH 25/48] sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>
` [PATCH 26/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
` [PATCH 27/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
` [PATCH 29/48] sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>
` [PATCH 32/48] sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sched/autogroup.h>
` [PATCH 33/48] signals: Prepare to split out <linux/signal_types.h> from <linux/signal.h>
` [PATCH 34/48] sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency
` [PATCH 35/48] mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <linux/mm_types.h>
` [PATCH 38/48] sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
` [PATCH 39/48] sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>
` [PATCH 40/48] sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
` [PATCH 41/48] sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.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 48/48] sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependencies

[PATCH net] net: thunderx: Fix PHY autoneg for SGMII QLM mode
 2017-02-08 20:48 UTC  (2+ messages)

[PATCH] vfio/mdev: Add soft dependency on vfio_mdev
 2017-02-08 20:47 UTC 

[PATCH] drm/vc4: Drop debug print at boot with DPI enabled
 2017-02-08 20:47 UTC 

[PATCH] arm64: armv8_deprecated: add missing arm/kprobes.h header
 2017-02-08 20:45 UTC  (3+ messages)

[PATCH v12 0/9] power: add power sequence library
 2017-02-08 20:43 UTC  (3+ messages)
` [PATCH v12 6/9] usb: xhci: use bus->sysdev for DMA configuration

[PATCH 0/5] DRM OF graph clean-up
 2017-02-08 20:44 UTC  (3+ messages)
` [PATCH 3/5] drm: convert drivers to use of_graph_get_remote_node

[PATCH 00/53] sched.h modernization -v2, phase #3: "Move definitions between headers"
 2017-02-08 20:13 UTC  (26+ messages)
` [PATCH 08/53] sched/headers: Move various ABI definitions to <uapi/linux/sched/types.h>
` [PATCH 11/53] sched/headers: Move task->mm handling methods to <linux/sched/mm.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 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 21/53] sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h>
` [PATCH 23/53] sched/headers: Remove various unrelated headers from <linux/sched.h>
` [PATCH 25/53] sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
` [PATCH 37/53] sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched/task_stack.h>
` [PATCH 40/53] mm/headers, sched/headers: Move task related MM types from <linux/mm_types.> to <linux/mm_types_task.h>
` [PATCH 41/53] sched/headers: Remove the <linux/mm_types.h> dependency from <linux/sched.h>
` [PATCH 42/53] sched/headers: Move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 43/53] sched/headers: Move the task_lock()/unlock() APIs "
` [PATCH 44/53] sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h>
` [PATCH 45/53] sched/headers: Move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>
` [PATCH 46/53] sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h>
` [PATCH 48/53] sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
` [PATCH 49/53] sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
` [PATCH 50/53] sched/headers, timekeeping: Move the timer tick function prototypes to <linux/timekeeping.h>
` [PATCH 51/53] sched/headers, mm: Move 'struct tlbflush_unmap_batch' from <linux/sched.h> to <linux/mm_types_task.h>
` [PATCH 53/53] sched/headers: Move the sched_exec() prototype to <linux/sched/task.h>

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

status of "tty: Fix ldisc crash on reopened tty"
 2017-02-08 20:34 UTC  (5+ messages)

[PATCH v2] time: Remove CONFIG_TIMER_STATS
 2017-02-08 20:30 UTC  (3+ messages)

[PATCH v4 0/3] Miscellaneous fixes for BPF (perf tree)
 2017-02-08 20:27 UTC  (4+ messages)
` [PATCH v4 1/3] samples/bpf: Ignore already processed ELF sections
` [PATCH v4 2/3] samples/bpf: Reset global variables
` [PATCH v4 3/3] samples/bpf: Add missing header

[PATCH 0/3] usb: add device tree support for fotg2-hcd driver
 2017-02-08 20:00 UTC  (4+ messages)
` [PATCH 1/3] usb: host: fotg2: add devicetree probing
` [PATCH 2/3] usb: add DT bindings for farady fotg2 host controller
` [PATCH 3/3] DT: add Faraday Tec. as vendor

[PATCH v2 1/5] bpf: Add missing header to the library
 2017-02-08 20:25 UTC  (3+ messages)

[PATCH] mm, page_alloc: only use per-cpu allocator for irq-safe requests -fix v2
 2017-02-08 15:22 UTC 

[PATCH 00/10] sched.h modernization -v2, phase #1: "Pre-splitup cleanups"
 2017-02-08 20:23 UTC  (7+ messages)
` [PATCH 03/10] sched/headers: Make task_struct::wake_q an opaque pointer
` [PATCH 07/10] rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>
` [PATCH 09/10] mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types>
` [PATCH 10/10] kasan, sched/headers: Uninline kasan_enable/disable_current()

[PATCH v3 0/5] Miscellaneous fixes for BPF (perf tree)
 2017-02-08 20:03 UTC  (7+ messages)
` [PATCH v3 1/5] bpf: Add missing header to the library
` [PATCH v3 2/5] bpf: Simplify bpf_load_program() error handling in "

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

[PATCH v6] arm64: Work around Falkor erratum 1003
 2017-02-08 20:09 UTC  (3+ messages)

[PATCH net-next v3 00/11] Improve BPF selftests and use the library (net-next tree)
 2017-02-08 20:08 UTC  (7+ messages)
` [PATCH net-next v3 04/11] bpf: Use bpf_load_program() from the library

[PATCH v7] arm64: Work around Falkor erratum 1003
 2017-02-08 20:08 UTC 

[RFC PATCH] Memory hotplug support for arm64 platform
 2017-02-08 20:08 UTC  (6+ messages)

[PATCH 4.4 00/29] 4.4.48-stable review
 2017-02-08 20:07 UTC  (4+ messages)

[PATCH 0/4] Updates for Marvell Switch SoCs
 2017-02-08 20:00 UTC  (5+ messages)
` [PATCH 4/4] clk: mvebu: Expand mv98dx3236-core-clock support

[PATCH 00/35] sched.h modernization -v2, phase #4: "Remove header dependencies"
 2017-02-08 18:51 UTC  (35+ messages)
` [PATCH 01/35] sched/headers: Remove <linux/sched.h> from <linux/sched/topology.h>
` [PATCH 02/35] sched/headers: Remove tsk_is_polling()
` [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 14/35] sched/headers: Remove <linux/sched.h> from <linux/sched/cpufreq.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 17/35] sched/headers: Remove <asm/ptrace.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 24/35] sched/headers: Remove the runqueue_is_locked() prototype
` [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>

[RFC 02/19] dmaengine: pch_dma: Replace PCI pool old API
 2017-02-08 19:53 UTC  (11+ messages)
  ` [RFC 04/19] net: e100: "
  ` [RFC 05/19] mlx4: "
  ` [RFC 10/19] scsi: lpfc: "
  ` [RFC 11/19] scsi: megaraid: "
  ` [RFC 14/19] scsi: pmcraid: "
  ` [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] locking/spinlock_debug: Remove spinlock lockup detection code
 2017-02-08 19:46 UTC 

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

[PATCH] leds: pca9532: Extend pca9532 device tree support
 2017-02-08 19:42 UTC  (4+ messages)

[PATCH v9 0/8] perf/amd/iommu: Enable multi-IOMMU support
 2017-02-08 19:33 UTC  (7+ messages)
` [PATCH v9 5/8] perf/amd/iommu: Modify functions to query max banks and counters
` [PATCH v9 6/8] perf/amd/iommu: Modify amd_iommu_pc_get_set_reg_val() to allow specifying IOMMU
` [PATCH v9 8/8] perf/amd/iommu: Enable support for multiple IOMMUs

[PATCH V3 0/5] PCI: exynos: cleans the minor things
 2017-02-08 19:42 UTC  (2+ messages)

net: use-after-free in tw_timer_handler
 2017-02-08 19:32 UTC  (10+ messages)

[GIT PULL] PCI fixes for v4.10
 2017-02-08 19:22 UTC 

[PATCH] net: qcom/emac: fix semicolon.cocci warnings
 2017-02-08 18:40 UTC  (2+ messages)

[PATCH] net: mellanox: switchx2: use new api ethtool_{get|set}_link_ksettings
 2017-02-08 19:35 UTC  (2+ messages)

[PATCH v2 net-next 0/9] sunvnet driver updates
 2017-02-08 19:29 UTC  (3+ messages)
` [PATCH v2 net-next 1/9] sunvnet: make sunvnet common code dynamically loadable

mm: testcases for RODATA: renamed Kconfig option
 2017-02-08 19:34 UTC  (2+ messages)

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

[PATCH] staging: most: dim2_hdm octal permissions fix
 2017-02-08 19:27 UTC 

[PATCH 00/13] Add HD44780 Character LCD support
 2017-02-08 17:19 UTC  (8+ messages)
` [PATCH 13/13] auxdisplay: "

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] PM / Domains: Provide dummy governors if CONFIG_PM_GENERIC_DOMAINS=n
 2017-02-08 18:37 UTC 


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).