linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-27 08:28:47 to 2017-11-27 11:07:41 UTC [more...]

[PATCH v3] scripts/package: snap-pkg target
 2017-11-27 11:07 UTC 

GPF with kernel 4.15-rc1, and display locks up
 2017-11-27 11:07 UTC 

[PATCH 00/21] Preparatory patches for x86 KAISER support
 2017-11-27 10:45 UTC  (22+ messages)
` [PATCH 01/21] x86/unwinder/orc: Don't bail on stack overflow
` [PATCH 02/21] x86/unwinder: Handle stack overflows more gracefully
` [PATCH 03/21] x86/irq: Remove an old outdated comment about context tracking races
` [PATCH 04/21] x86/irq/64: Print the offending IP in the stack overflow warning
` [PATCH 05/21] x86/entry/64: Allocate and enable the SYSENTER stack
` [PATCH 06/21] x86/dumpstack: Add get_stack_info() support for "
` [PATCH 07/21] x86/entry/gdt: Put per-CPU GDT remaps in ascending order
` [PATCH 08/21] x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce 'struct cpu_entry_area'
` [PATCH 09/21] x86/kasan/64: Teach KASAN about the cpu_entry_area
` [PATCH 10/21] x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
` [PATCH 11/21] x86/dumpstack: Handle stack overflow on all stacks
` [PATCH 12/21] x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
` [PATCH 13/21] x86/entry: Remap the TSS into the CPU entry area
` [PATCH 14/21] x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0
` [PATCH 15/21] x86/espfix/64: Stop assuming that pt_regs is on the entry stack
` [PATCH 16/21] x86/entry/64: Use a per-CPU trampoline stack for IDT entries
` [PATCH 17/21] x86/entry/64: Return to userspace from the trampoline stack
` [PATCH 18/21] x86/entry/64: Create a per-CPU SYSCALL entry trampoline
` [PATCH 19/21] x86/entry/64: Move the IST stacks into 'struct cpu_entry_area'
` [PATCH 20/21] x86/entry/64: Remove the SYSENTER stack canary
` [PATCH 21/21] x86/entry: Clean up the SYSENTER_stack code

[PATCH v2] scripts/package: snap-pkg target
 2017-11-27 10:46 UTC  (3+ messages)

[PATCH 00/18] gpio: mockup: updates for v4.16
 2017-11-27 10:48 UTC  (19+ messages)
` [PATCH 01/18] gpio: mockup: add missing prefixes
` [PATCH 02/18] gpio: mockup: parse the module params in init, not probe
` [PATCH 03/18] gpio: mockup: verify the number of GPIO chips requested
` [PATCH 04/18] gpio: mockup: rework device probing
` [PATCH 05/18] gpio: mockup: implement gpio_mockup_err()
` [PATCH 06/18] gpio: mockup: remove a stray tab
` [PATCH 07/18] gpio: mockup: merge gpio_mockup_add() into gpio_mockup_probe()
` [PATCH 08/18] gpio: mockup: pass the named_lines parameter over platform_data
` [PATCH 09/18] gpio: mockup: extend the debugfs layout
` [PATCH 10/18] gpio: mockup: change the type of value field in line state struct
` [PATCH 11/18] gpio: mockup: group code by logic
` [PATCH 12/18] gpio: mockup: fix debugfs handling
` [PATCH 13/18] gpio: mockup: verify that ngpio > 0
` [PATCH 14/18] gpio: mockup: tweak line breaks
` [PATCH 15/18] gpio: mockup: implement gpio_mockup_set_multiple()
` [PATCH 16/18] gpio: mockup: modify the return value check for devm_irq_sim_init()
` [PATCH 17/18] gpio: mockup: rename gpio_mockup_params_nr to gpio_mockup_num_ranges
` [PATCH 18/18] gpio: mockup: add helpers for accessing the gpio ranges

[PATCH 0/4] Final ACCESS_ONCE() cleanups for v4.15
 2017-11-27 10:58 UTC  (7+ messages)
` [PATCH 1/4] perf mmap: Convert ACCESS_ONCE() to READ_ONCE()
` [PATCH 2/4] tools: include: remove ACCESS_ONCE()
` [PATCH 3/4] compiler.h: "
` [PATCH 4/4] checkpatch: remove ACCESS_ONCE() warning

[PATCH 00/24] x86/mm: Add KAISER support
 2017-11-27 10:49 UTC  (25+ messages)
` [PATCH 01/24] x86/mm/kaiser: Disable global pages by default with KAISER
` [PATCH 02/24] x86/mm/kaiser: Prepare the x86/entry assembly code for entry/exit CR3 switching
` [PATCH 03/24] x86/mm/kaiser: Introduce user-mapped per-CPU areas
` [PATCH 04/24] x86/mm/kaiser: Unmap kernel mappings from userspace page tables, core patch
` [PATCH 05/24] x86/mm/kaiser: Allow NX poison to be set in p4d/pgd
` [PATCH 06/24] x86/mm/kaiser: Make sure the static PGDs are 8k in size
` [PATCH 07/24] x86/mm/kaiser: Map the CPU entry area
` [PATCH 08/24] x86/mm/kaiser: Map the dynamically-allocated LDTs
` [PATCH 09/24] x86/mm/kaiser: Map the espfix structures
` [PATCH 10/24] x86/mm/kaiser: Map the entry stack variables
` [PATCH 11/24] x86/mm/kaiser: Map virtually-addressed performance monitoring buffers
` [PATCH 12/24] x86/mm: Move the CR3 construction functions to tlbflush.h
` [PATCH 13/24] x86/mm: Remove hard-coded ASID limit checks
` [PATCH 14/24] x86/mm: Put MMU-to-h/w ASID translation in one place
` [PATCH 15/24] x86/mm: Allow flushing for future ASID switches
` [PATCH 16/24] x86/mm/kaiser: Use PCID feature to make user and kernel switches faster
` [PATCH 17/24] x86/mm/kaiser: Disable native VSYSCALL
` [PATCH 18/24] x86/mm/kaiser: Add Kconfig
` [PATCH 19/24] x86/mm/kaiser: Respect disabled CPU features
` [PATCH 20/24] x86/mm/kaiser: Simplify disabling of global pages
` [PATCH 21/24] x86/mm/dump_pagetables: Check Kaiser shadow page table for WX pages
` [PATCH 22/24] x86/mm/debug_pagetables: Allow dumping current pagetables
` [PATCH 23/24] x86/mm/kaiser: Add boot time disable switch
` [PATCH 24/24] x86/mm/kaiser: Use the other page_table_lock pattern

[PATCH v2 00/14] soundwire: Add a new SoundWire subsystem
 2017-11-27 10:55 UTC  (8+ messages)
` [PATCH v2 04/14] soundwire: Add MIPI DisCo property helpers
            ` [alsa-devel] "

[PATCH] iio: dummy_evgen: modify the return value check for irq_sim_init()
 2017-11-27 10:54 UTC 

4.14 regression - hang on shutdown (VIA longhaul related?)
 2017-11-27 10:53 UTC 

[RESEND PATCH] irq_work: improve the flag definitions
 2017-11-27 10:52 UTC 

[PATCH] MAINTAINERS: add myself as reviewer for gpio-mockup
 2017-11-27 10:50 UTC 

[PATCH v2 0/3] True RNG driver for Samsung Exynos 5250+ SoCs
 2017-11-27 10:49 UTC  (6+ messages)
    ` [PATCH v2 1/3] dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings
    ` [PATCH v2 2/3] hwrng: exynos - add Samsung Exynos True RNG driver
    ` [PATCH v2 3/3] ARM: dts: exynos: Add nodes for True Random Number Generator

[PATCH v6 0/2] staging: ion: get one device per heap
 2017-11-27 10:46 UTC  (4+ messages)
` [PATCH v6 2/2] staging: ion: create one device entry "

[PATCH 1/2] staging: sm750fb: Fix coding style in ddk750_sii164.h
 2017-11-27 10:45 UTC  (3+ messages)

[PATCH v8 0/6] stm32 clocksource driver rework
 2017-11-27 10:44 UTC  (2+ messages)

[PATCH 1/2] KVM: x86: Store the microcode version in struct kvm_arch
 2017-11-27 10:40 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86: Allow userspace to define what's the microcode version

[PATCH 00/43] x86 entry-stack and Kaiser series, 2017/11/24, v2 version
 2017-11-27 10:38 UTC  (23+ messages)
` [PATCH 12/43] x86/espfix/64: Stop assuming that pt_regs is on the entry stack
` [PATCH 20/43] x86/entry: Clean up SYSENTER_stack code
` [PATCH 23/43] x86/mm/kaiser: Introduce user-mapped per-cpu areas
` [PATCH 25/43] x86/mm/kaiser: Unmap kernel from userspace page tables (core patch)

[PATCH] x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systems
 2017-11-27 10:36 UTC  (2+ messages)

[GIT PULL] Second batch of KVM changes for Linux 4.15
 2017-11-27 10:35 UTC  (4+ messages)

[PATCH] Staging: comedi: das16: Fixed a const struct coding style issue
 2017-11-27 10:28 UTC  (2+ messages)

[PATCH v3 00/21] Intel FPGA Device Drivers
 2017-11-27 10:28 UTC  (3+ messages)
` [PATCH v3 08/21] fpga: add Intel FPGA DFL PCIe device

[PATCH v2 00/11] Rockchip ISP1 Driver
 2017-11-27 10:26 UTC  (5+ messages)
` [PATCH v2 01/11] media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format
` [PATCH v2 02/11] media: rkisp1: Add user space ABI definitions

[PATCH] irqchip/gic-v3: Support MSIs via aliases and distributor
 2017-11-27 10:24 UTC 

[patch V2 0/5] x86/kaiser: Boot time disabling and debug support
 2017-11-27 10:22 UTC  (9+ messages)
` [patch V2 1/5] x86/kaiser: Respect disabled CPU features
` [patch V2 4/5] x86/mm/debug_pagetables: Allow dumping current pagetables
    ` [PATCH] vfs: Add PERM_* symbolic helpers for common file mode/permissions
` [patch V2 5/5] x86/kaiser: Add boottime disable switch

[Intel-gfx] [PATCH] drm/i915: Avoid enum conversion warning
 2017-11-27 10:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] USB: serial: Correct return value on read
 2017-11-27 10:21 UTC  (2+ messages)

[PATCH V14 00/24] mmc: Add Command Queue support
 2017-11-27 10:20 UTC  (4+ messages)
` [PATCH V14 13/24] mmc: block: Add blk-mq support

[PATCH v2] input: pegasus_notetaker: add license information
 2017-11-27 10:19 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] x86/mce: add support SRAO reported via CMC check
 2017-11-27 10:19 UTC  (2+ messages)

[PATCH] arm: l2c: unlock ways when in non-secure mode
 2017-11-27 10:19 UTC  (6+ messages)

2f47e7e19f ("x86/mm/kaiser: Use PCID feature to make user and .."): WARNING: CPU: 0 PID: 1 at mm/early_ioremap.c:114 __early_ioremap
 2017-11-27 10:18 UTC  (2+ messages)

[PATCH v2] ARM: dts: imx6qdl-nitrogen6x: Add SPI NOR partitions
 2017-11-27 10:17 UTC  (3+ messages)

[PATCH] video: bf54x-lq043fb: Delete an error message for a failed memory allocation in bfin_bf54x_probe()
 2017-11-27 10:17 UTC 

[PATCH] mmc: renesas_sdhi: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
 2017-11-27 10:16 UTC  (2+ messages)

[PATCH] mm: disable `vm.max_map_count' sysctl limit
 2017-11-27 10:12 UTC  (2+ messages)

Build regressions/improvements in v4.15-rc1
 2017-11-27 10:11 UTC  (2+ messages)

[PATCH V6 00/12] add clock driver for Spreadtrum platforms
 2017-11-27 10:01 UTC  (13+ messages)
` [PATCH V6 01/12] drivers: move clock common macros out from vendor directories
` [PATCH V6 02/12] clk: sprd: Add common infrastructure
` [PATCH V6 03/12] clk: sprd: add gate clock support
` [PATCH V6 04/12] clk: sprd: add mux "
` [PATCH V6 05/12] clk: sprd: add divider "
` [PATCH V6 06/12] clk: sprd: add composite "
` [PATCH V6 07/12] clk: sprd: add adjustable pll support
` [PATCH V6 08/12] dt-bindings: Add Spreadtrum clock binding documentation
` [PATCH V6 09/12] clk: sprd: Add dt-bindings include file for SC9860
` [PATCH V6 10/12] clk: sprd: add clocks support "
` [PATCH V6 11/12] arm64: dts: add syscon for whale2 platform
` [PATCH V6 12/12] arm64: dts: add clocks for SC9860

[PATCH v9 0/5] Add support for ThunderX2 pmu events using json files
 2017-11-27 10:04 UTC  (3+ messages)

Creating cyclecounter and lock member in timecounter structure [ Was Re: [RFC 1/4] drm/i915/perf: Add support to correlate GPU timestamp with system time]
 2017-11-27 10:05 UTC  (5+ messages)

[PATCH] USB: option: add Quectel BG96 2c7c:0296
 2017-11-27  9:59 UTC  (2+ messages)

v15-rc1 regression: No sound via usb-audio
 2017-11-27  9:59 UTC  (2+ messages)

[PATCH v6 08/11] intel_sgx: in-kernel launch enclave
 2017-11-27  9:58 UTC  (2+ messages)

[PATCH] mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unset
 2017-11-27  9:57 UTC  (2+ messages)

[PATCH 0/2] selftests: ftrace: Fix multiple-kprobe testcase
 2017-11-27  9:54 UTC  (3+ messages)
` [PATCH 1/2] [BUGFIX] selftest: ftrace: Fix to pick text symbols for kprobes
` [PATCH 2/2] selftest: ftrace: Fix to add 256 kprobe events correctly

tipc_node_calculate_timer div-by-zero
 2017-11-27  9:50 UTC 

[PATCH] x86/orc: Don't bail on stack overflow
 2017-11-27  9:49 UTC  (7+ messages)

[PATCH v2 0/2] add clk controller driver for Meson-AXG SoC
 2017-11-27  9:48 UTC  (3+ messages)
` [PATCH v2 1/2] clk: meson-axg: add clock controller drivers
` [PATCH v2 2/2] arm64: dts: meson-axg: add clock DT info for Meson AXG SoC

[PATCH 0/3] ocfs2: add nowait aio support
 2017-11-27  9:46 UTC  (4+ messages)
` [PATCH 1/3] ocfs2: add ocfs2_try_rw_lock and ocfs2_try_inode_lock
` [PATCH 2/3] ocfs2: add ocfs2_overwrite_io function
` [PATCH 3/3] ocfs2: nowait aio support

v4.15-rc0 perl locale warnings
 2017-11-27  9:46 UTC  (3+ messages)
  ` [PATCH] fix perl locale warnings in arch/arm/boot/

[PATCH] staging: fsl-mc: fix uninitialized variable use
 2017-11-27  9:44 UTC  (4+ messages)

[PATCH v2] checkpatch: Add a warning for log messages that don't end in a new line
 2017-11-27  9:42 UTC  (26+ messages)

[PATCH] MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task
 2017-11-27  9:33 UTC 

[PATCH] video: adv7393fb: Delete two error messages for a failed memory allocation in bfin_adv7393_fb_probe()
 2017-11-27  9:38 UTC 

[PATCH] mmc: usdhi6rol0: Handle return value of platform_get_irq_byname for card detect
 2017-11-27  9:34 UTC  (3+ messages)

drivers/media/dvb-core/dvb_frontend.c:154:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values
 2017-11-27  9:25 UTC  (2+ messages)
` [PATCH] dvb_frontend: fix ifnullfree.cocci warnings

[PATCH] perf/core: fast breakpoint modification via _IOC_MODIFY_BREAKPOINT
 2017-11-27  9:25 UTC  (4+ messages)
` [PATCH] perf/core: Enable the bp only if the .disable field is 0

[PATCH v2 1/2] s390/virtio: remove the old KVM virtio headers
 2017-11-27  9:16 UTC  (9+ messages)
` [PATCH v2 2/2] s390/virtio: add BSD license to virtio-ccw

[PATCH] video: fb_ddc: Delete an error message for a failed memory allocation in fb_do_probe_ddc_edid()
 2017-11-27  9:16 UTC 

[PATCH] usbhid: add quirk for another PIXART OEM mouse used by HP
 2017-11-27  9:15 UTC  (5+ messages)

[PATCH 1/1] ext4: remove redundant assignment in ext4_iomap_begin()
 2017-11-27  9:21 UTC 

[PATCH 00/43] x86 entry-stack and Kaiser series, 2017/11/24 version
 2017-11-27  9:14 UTC  (10+ messages)
` [PATCH 25/43] x86/mm/kaiser: Unmap kernel from userspace page tables (core patch)
      ` [PATCH] x86/mm/kaiser: Use the other page_table_lock pattern
      ` [PATCH] mm: Unify page_table_lock allocation pattern
` [PATCH 30/43] x86/mm/kaiser: Map espfix structures

[PATCH] iio: stm32: fix adc/trigger link error
 2017-11-27  9:09 UTC  (7+ messages)

[RFC 1/2] of: reserved_mem: check return value of_dma_configure
 2017-11-27  9:04 UTC  (6+ messages)
  ` [RFC 2/2] drivers: dma-mapping: parse per device reserved mem at probe time

[PATCH] video: fsl-diu-fb: Delete an error message for a failed memory allocation in fsl_diu_init()
 2017-11-27  9:00 UTC 

[PATCHv2] xen-netfront: remove warning when unloading module
 2017-11-27  9:00 UTC  (2+ messages)

PROBLEM: Asus C201 video mode problems on HDMI hotplug (regression)
 2017-11-27  9:00 UTC  (4+ messages)

[PATCH 1/3] ACPI / EC: Cleanup EC GPE mask flag
 2017-11-27  8:56 UTC  (6+ messages)
` [RFC PATCH v6 0/3] ACPI / EC: Tune the timing of EC events arrival during S3-exit
  ` [RFC PATCH v6 1/3] ACPI / EC: Fix possible driver order issue by moving EC event handling earlier

[PATCH v4] printk: Add console owner and waiter logic to load balance console writes
 2017-11-27  8:53 UTC  (5+ messages)

[Bug fix] octeon-i2c driver updates
 2017-11-27  8:37 UTC  (3+ messages)

[lkp-robot] [torture] b151f93a71: INFO:rcu_preempt_detected_stalls_on_CPUs/tasks
 2017-11-26  8:42 UTC 

[GIT PULL] Kbuild updates for v4.15 (2nd round)
 2017-11-27  8:30 UTC  (2+ messages)


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