linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-25 09:43:05 to 2017-08-25 13:59:01 UTC [more...]

[PATCH net-next 0/4] net: mvpp2: fix the mac address retrieval logic
 2017-08-25 13:58 UTC  (3+ messages)

linux-next: manual merge of the kvm tree with the tip tree
 2017-08-25 13:57 UTC  (3+ messages)

[patch 00/41] x86: Cleanup IDT code
 2017-08-25 13:56 UTC  (48+ messages)
` [patch 01/41] x86/irq: Remove vector_used_by_percpu_irq()
` [patch 02/41] x86/irq: Unexport used_vectors
` [patch 03/41] x86/irq: Move ifdeffery to header file
` [patch 04/41] x86/boot: Move EISA setup to a proper place
` [patch 05/41] x86/tracing: Introduce a static key for exception tracing
` [patch 06/41] x86/traps: Simplify pagefault tracing logic
` [patch 07/41] x86/apic: Remove the duplicated tracing version of local_timer_interrupt
` [patch 08/41] x86/apic: Use this_cpu_ptr in local_timer_interrupt
` [patch 09/41] x86/irq: Get rid of duplicated trace_x86_platform_ipi() code
` [patch 10/41] x86/apic: Remove the duplicated tracing versions of interrupts
` [patch 11/41] x86/irqwork: Get rid of duplicated tracing interrupt code
` [patch 12/41] x86/mce: Remove "
` [patch 13/41] x86/smp: Remove pointless duplicated "
` [patch 14/41] x86/smp: Use static key for reschedule interrupt tracing
` [patch 15/41] x86/idt: Remove tracing idt completely
` [patch 16/41] x86/tracing: Disentangle pagefault and resched IPI tracing key
` [patch 17/41] x86/idt: Unify gate_struct handling for 32/64bit
` [patch 18/41] x86/percpu: Use static initializer for GDT entry
` [patch 19/41] x86/fpu: Use bitfield accessors for desc_struct
` [patch 20/41] x86: Replace access to desc_struct:a/b fields
` [patch 21/41] x86/gdt: Use bitfields for initialization
` [patch 22/41] x86/ldttss: Cleanup 32bit descriptors
` [patch 23/41] x86/idt: Create file for IDT related code
` [patch 24/41] x86/idt: Move 32bit idt_descr to C code
` [patch 25/41] x86/idt: Remove unused set_trap_gate()
` [patch 26/41] x86/idt: Consolidate IDT invalidation
` [patch 27/41] x86/idt: Move early IDT handler setup to IDT code
` [patch 28/41] x86/idt: Move early IDT setup out of 32bit asm
` [patch 29/41] x86/idt: Prepare for table based init
` [patch 30/41] x86/idt: Switch early trap init to IDT tables
` [patch 31/41] x86/idt: Move debug stack init to table based
` [patch 32/41] x86/idt: Move ist stack based traps to table init
` [patch 33/41] x86/idt: Move regular trap init to tables
` [patch 34/41] x86/idt: Move APIC gate initialization "
` [patch 35/41] x86/idt: Move interrupt gate initialization to IDT code
` [patch 36/41] x86/idt: Remove unused functions/inlines
` [patch 37/41] x86/irq: Get rid of the first_system_vector bogisity
` [patch 38/41] x86/idt: Deinline setup functions
` [patch 39/41] x86/idt: Simplify alloc_intr_gate
` [patch 40/41] x86/idt: Hide set_intr_gate()
` [patch 41/41] x86/irq: Remove duplicated used_vectors definition

[PATCH v4 0/4] PCI: rockchip: Move PCIE_WAKE handling into rockchip pcie driver
 2017-08-25 13:57 UTC  (5+ messages)
` [PATCH v4 3/4] dt-bindings: PCI: rockchip: Add support for pcie wake irq

[PATCH] ASoC: rt5677: Reintroduce I2C device IDs
 2017-08-25 13:56 UTC  (2+ messages)

[PATCH] perf/ftrace: fix doubled traces of perf on ftrace:function
 2017-08-25 13:56 UTC  (2+ messages)

[PATCH 0/3] document types of hardware control for V4L2
 2017-08-25 13:57 UTC  (20+ messages)
` [PATCH 1/3] media: open.rst: document devnode-centric and mc-centric types
` [PATCH 2/3] media: videodev2: add a flag for vdev-centric devices

WARNING: at arch/x86/kernel/stacktrace.c:132 save_stack_trace_tsk_reliable
 2017-08-25 13:54 UTC 

[PATCH] ASoC: rt5677: Reintroduce I2C device IDs
 2017-08-25 13:48 UTC  (15+ messages)
    ` [alsa-devel] "

[PATCH v3 0/3] Dollar Cove TI PMIC support for Intel Cherry Trail
 2017-08-25 13:44 UTC  (4+ messages)
` [PATCH v3 1/3] mfd: Add support for Cherry Trail Dollar Cove TI PMIC
` [PATCH v3 2/3] platform/x86: Add support for Dollar Cove TI power button
` [PATCH v3 3/3] ACPI / PMIC: Add opregion driver for Intel Dollar Cove TI PMIC

[PATCH] input: goldfish: Fix multitouch event handling
 2017-08-25 13:40 UTC 

[PATCH v2 0/3] document types of hardware control for V4L2
 2017-08-25 13:42 UTC  (7+ messages)
` [PATCH v2 1/3] media: open.rst: better document device node naming
` [PATCH v2 2/3] media: open.rst: document devnode-centric and mc-centric types
` [PATCH v2 3/3] media: videodev2: add a flag for MC-centric devices

[PATCH v2 0/3] Initial Allwinner V3s CSI Support
 2017-08-25 13:41 UTC  (7+ messages)
` [PATCH v2 1/3] media: V3s: Add support for Allwinner CSI

[PATCH v2 0/5] sched/fair: Tweaks for select_task_rq_fair slowpath
 2017-08-25 13:40 UTC  (13+ messages)
` [PATCH v2 1/5] sched/fair: Move select_task_rq_fair slow-path into its own function
` [PATCH v2 2/5] sched/fair: Remove unnecessary comparison with -1
` [PATCH v2 3/5] sched/fair: Fix find_idlest_group when local group is not allowed
` [PATCH v2 4/5] sched/fair: Fix use of find_idlest_group when no groups are allowed
` [PATCH v2 5/5] sched/fair: Fix use of find_idlest_group when local group is idlest

kvm splat in mmu_spte_clear_track_bits
 2017-08-25 13:40 UTC  (9+ messages)

[RFC][PATCH 0/4] Fixes for two recently found timekeeping bugs
 2017-08-25 13:40 UTC  (3+ messages)
` [RFC][PATCH 4/4] time: Clean up CLOCK_MONOTONIC_RAW time handling

[PATCH] cdc_ncm: flag the ublox TOBY-L4 as wwan
 2017-08-25 13:39 UTC  (4+ messages)
` [PATCH v2] cdc_ncm: flag the u-blox "

pull-request: wireless-drivers 2017-08-25
 2017-08-25 13:37 UTC 

[PATCH 00/15] drivers: make device_type const
 2017-08-25 13:36 UTC  (3+ messages)
` [PATCH 02/15] drm: "

[RFC] workqueue: remove manual lockdep uses to detect deadlocks
 2017-08-25 13:34 UTC  (2+ messages)

[PATCH 0/7] EDAC, mce_amd: Issue decoded MCE through the tracepoint
 2017-08-25 13:33 UTC  (11+ messages)
` [PATCH 1/7] x86/mce: Handle an in-kernel MCE decoder
` [PATCH 2/7] x86/mce: Extend the MCE tracepoint with a decoded string
` [PATCH 3/7] seq_buf: Add seq_buf_clear_buf()
` [PATCH 4/7] seq_buf: Export seq_buf_printf() to modules
` [PATCH 5/7] EDAC, mce_amd: Convert to seq_buf
` [PATCH 6/7] EDAC, mce_amd: Issue the decoded info through the TP or printk()
` [PATCH 7/7] x86/mce: Issue the mcelog --ascii message on !AMD

[PATCH v2] arm64: allwinner: h5: add support for NanoPi NEO Plus 2
 2017-08-25 13:28 UTC  (3+ messages)

[PATCH v3 3/4] net: stmmac: register parent MDIO node for sun8i-h3-emac
 2017-08-25 13:26 UTC  (11+ messages)

[PATCH] console: don't select first registered console if stdout-path used
 2017-08-25 13:20 UTC  (2+ messages)

[PATCH v2 0/3] Separate NUMA statistics from zone statistics
 2017-08-25 13:16 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add files under drivers/virt/* to CHAR and MISC DRIVERS section
 2017-08-25 13:11 UTC  (3+ messages)

[PATCH] s390/zcrypt: make CPRBX const
 2017-08-25 13:10 UTC 

[RESEND PATCH 0/3] mm: Add cache coloring mechanism
 2017-08-25 13:10 UTC  (5+ messages)

[PATCH v6 0/5] MAP_DIRECT and block-map-atomic files
 2017-08-25 13:00 UTC  (5+ messages)
` [PATCH v6 3/5] mm: introduce mmap3 for safely defining new mmap flags

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-25 12:54 UTC  (5+ messages)
` [RFC Part1 PATCH v3 14/17] x86/boot: Add early boot support when running with SEV active

[PATCH v7 00/13] Unify the interrupt delivery mode and do its setup in advance
 2017-08-25 12:27 UTC  (4+ messages)
` [PATCH v7 12/13] ACPI / init: Invoke early ACPI initialization earlier

[PATCH] tools: hv: handle EINTR in hv_fcopy_daemon
 2017-08-25 12:31 UTC  (3+ messages)

[PATCH] Drivers: hv: fcopy: restore correct transfer length
 2017-08-25 12:27 UTC 

[tip:WIP.x86/apic 40/43] arch/x86/kernel/irq.o:(__tracepoints+0x170): undefined reference to `trace_resched_ipi_reg'
 2017-08-25 12:26 UTC  (3+ messages)

[PATCH v3] irqdomain: Prevent Oops in irq_domain_push_irq()
 2017-08-25 12:14 UTC 

[PATCH] spi-nor: intel-spi: Fix Kconfig dependency to LPC_ICH
 2017-08-25 12:12 UTC  (4+ messages)

[PATCH v7] rockchip/rga: v4l2 m2m support
 2017-08-25 12:09 UTC  (2+ messages)

[PATCH] [media] omap3isp: make omap3isp_prev_csc and omap3isp_prev_rgbtorgb const
 2017-08-25 12:06 UTC 

[PATCH 1/1] sched/topology: fix memleak in __sdt_alloc()
 2017-08-25 11:57 UTC  (2+ messages)
` [tip:sched/core] sched/topology: Fix memory leak "

[PATCH v1 2/2] x86/perf: Export some PMU attributes in caps
 2017-08-25 11:55 UTC  (2+ messages)
` [tip:perf/core] perf/x86: Export some PMU attributes in caps/ directory

[PATCH v5 2/4] perf/x86: Fix data source decoding for Skylake
 2017-08-25 11:53 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v1 1/2] x86/perf: Only show format attributes when supported
 2017-08-25 11:54 UTC  (2+ messages)
` [tip:perf/core] perf/x86: "

[PATCH V2] trace: adjust code layout in get_recursion_context
 2017-08-25 11:54 UTC  (2+ messages)
` [tip:perf/core] tracing, perf: Adjust code layout in get_recursion_context()

[PATCH] perf/core: fix group {cpu,task} validation
 2017-08-25 11:51 UTC  (2+ messages)
` [tip:perf/core] perf/core: Fix "

[PATCH] perf_event_pid: don't report zero pids for exiting tasks
 2017-08-25 11:53 UTC  (2+ messages)
` [tip:perf/core] perf/core: Don't report zero PIDs "

[PATCH v5 1/4] perf/x86: Move Nehalem PEBS code to flag
 2017-08-25 11:53 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v2 2/2] perf/aux: Ensure aux_wakeup represents most recent wakeup index
 2017-08-25 11:52 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH v2 1/2] perf/aux: Make aux_{head,wakeup} ring_buffer members long
 2017-08-25 11:52 UTC  (2+ messages)
` [tip:perf/core] "

[RFC 0/2] Add Virtual Box vboxguest and vboxsf guest drivers to the mainline kernel
 2017-08-25 11:53 UTC  (7+ messages)

[PATCH 0/3] livepatch: introduce atomic replace
 2017-08-25 11:53 UTC  (8+ messages)
` [PATCH 1/3] livepatch: Add klp_object and klp_func iterators
` [PATCH 2/3] livepatch: add atomic replace

WARNING: possible circular locking dependency detected
 2017-08-25 11:45 UTC  (2+ messages)

[PATCH net-next] compiler: Document behavior compiling with -O0
 2017-08-25 11:45 UTC  (2+ messages)

[PATCH v2] x86/microcode: Silence a static checker warning
 2017-08-25 11:41 UTC  (12+ messages)
                  ` [PATCH] x86/microcode/intel: Improve microcode patches saving flow

[PATCH 0/4] iommu/pamu: Support generic iommu-device handles
 2017-08-25 11:35 UTC  (7+ messages)
` [PATCH 4/4] iommu/pamu: Add support for generic iommu-device

[PATCH] swap: Remove obsolete sentence
 2017-08-25 11:29 UTC 

[PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI
 2017-08-25 11:20 UTC  (10+ messages)
` [PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros
` [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support
` [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration

[GIT PULL] Please pull powerpc/linux.git powerpc-4.13-8 tag
 2017-08-25 11:20 UTC 

[tip:WIP.x86/apic 6/43] arch/x86//kernel/eisa.c:11:20: error: implicit declaration of function 'ioremap'
 2017-08-25 11:15 UTC 

[tip:WIP.x86/apic 6/43] arch/x86/include/asm/io.h:212:17: error: too many arguments to function 'iounmap'
 2017-08-25 11:08 UTC 

[PATCH v2] irqdomain: potential Oops in irq_domain_push_irq()
 2017-08-25 11:08 UTC  (2+ messages)

linux-next: manual merge of the sound-asoc tree with the sound-current tree
 2017-08-25 11:02 UTC  (3+ messages)

[v6 1/4] mm, oom: refactor the oom_kill_process() function
 2017-08-25 10:58 UTC  (13+ messages)
` [v6 2/4] mm, oom: cgroup-aware OOM killer

[PATCH v7 00/12] Enable VAS
 2017-08-25 10:56 UTC  (7+ messages)
` [PATCH v7 01/12] powerpc/vas: Define macros, register fields and structures
` [PATCH v7 10/12] powerpc/vas: Define vas_win_close() interface
` [PATCH v7 12/12] powerpc/vas: Define copy/paste interfaces

[PATCH] fork: fix incorrect fput of ->exe_file causing use-after-free
 2017-08-25 10:49 UTC  (3+ messages)

[RESEND PATCH 1/1] arm64: dts: Add Variscite DART-SD410 Evaluation board dts
 2017-08-25 10:44 UTC  (4+ messages)

[PATCH 00/14] arm64: kexec: add kexec_file_load support
 2017-08-25 10:41 UTC  (9+ messages)
` [PATCH 08/14] arm64: kexec_file: create purgatory
` [PATCH 09/14] arm64: kexec_file: add sha256 digest check in purgatory

[PATCH RFC] media: open.rst: document devnode-centric and mc-centric types
 2017-08-25 10:27 UTC  (4+ messages)

[RFC 0/3] Utilization estimation for FAIR tasks
 2017-08-25 10:20 UTC  (4+ messages)
` [RFC 1/3] sched/fair: add util_est on top of PELT
` [RFC 2/3] sched/fair: use util_est in LB
` [RFC 3/3] sched/cpufreq_schedutil: use util_est for OPP selection

[PATCH 0/7] sched/deadline: fix cpusets bandwidth accounting
 2017-08-25  9:52 UTC  (7+ messages)

[PATCH nf-next] netfilter: xt_CHECKSUM: avoid bad offload warnings on GSO packets
 2017-08-25  9:43 UTC  (8+ messages)

[PATCH v2 00/20] Speculative page faults
 2017-08-25  9:41 UTC  (3+ messages)

[PATCH 00/15] v4 kernel core pieces refcount conversions
 2017-08-25  9:41 UTC  (3+ messages)
` [PATCH 14/15] futex: convert futex_pi_state.refcount to refcount_t
` [PATCH 15/15] kcov: convert kcov.refcount "


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