LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-12 13:48:53 to 2018-01-12 17:27:28 UTC [more...]

[PATCH v6 00/24] Speculative page faults
 2018-01-12 17:26 UTC  (12+ messages)
` [PATCH v6 01/24] x86/mm: Define CONFIG_SPF
` [PATCH v6 03/24] mm: Dont assume page-table invariance during faults
` [PATCH v6 04/24] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v6 05/24] mm: Introduce pte_spinlock "
` [PATCH v6 07/24] mm: Protect VMA modifications using VMA sequence count
` [PATCH v6 08/24] mm: protect mremap() against SPF hanlder
` [PATCH v6 09/24] mm: Protect SPF handler against anon_vma changes
` [PATCH v6 12/24] mm: Introduce __lru_cache_add_active_or_unevictable
` [PATCH v6 14/24] mm: Introduce __vm_normal_page()
` [PATCH v6 15/24] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v6 18/24] mm: Try spin lock in speculative path

[PATCH] ath10k: remove redundant -ve check against u32 integer size
 2018-01-12 17:27 UTC 

[RFC 0/2] Net softirq deferring to ksoftirqd
 2018-01-12 17:26 UTC  (25+ messages)
` [RFC 1/2] softirq: Defer net rx/tx processing to ksoftirqd context

[PATCH V3] thermal: Add cooling device's statistics in sysfs
 2018-01-12 17:25 UTC  (3+ messages)

Linux 4.15-rc7
 2018-01-12 17:20 UTC  (7+ messages)

[PATCH] usb: mtu3: fix semicolon.cocci warnings
 2018-01-12 17:18 UTC 

[PATCH] hwmon: pmbus: ibm-cffps depends on LEDS_CLASS
 2018-01-12 17:19 UTC  (2+ messages)

[PATCH v3] USB: serial: option: add id for Motorola Solutions TETRA PEI
 2018-01-12 17:19 UTC  (2+ messages)

[PATCH][next] ixgbe: fix comparison of offset with zero or NVM_INVALID_PTR
 2018-01-12 17:13 UTC 

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-12 17:11 UTC  (10+ messages)
` [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes
` [PATCH v5 2/2] printk: Hide console waiter logic into helpers

[PATCH] crypto: testmgr: change `guard` to unsigned char
 2018-01-12 17:09 UTC  (5+ messages)
  ` [PATCH v2] "

[patch v16 0/4] JTAG driver introduction
 2018-01-12 17:08 UTC  (5+ messages)
` [patch v16 1/4] drivers: jtag: Add JTAG core driver
` [patch v16 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v16 3/4] Documentation: jtag: Add bindings for "
` [patch v16 4/4] Documentation: jtag: Add ABI documentation

[PATCH 0/5] Add support for IBRS & IBPB KVM support
 2018-01-12 17:06 UTC  (18+ messages)
` [PATCH 1/5] x86/ibrs: Introduce native_rdmsrl, and native_wrmsrl
` [PATCH 4/5] x86/svm: Direct access to MSR_IA32_SPEC_CTRL
` [PATCH 5/5] x86/feature: Detect the x86 feature Indirect Branch Prediction Barrier

[PATCH v2 0/8] KVM: x86: expose CVE-2017-5715 ("Spectre variant 2") mitigations to guest
 2018-01-12 17:03 UTC  (4+ messages)
` [PATCH 4/8] kvm: vmx: Set IBPB when running a different VCPU

[patch v16 0/4] JTAG driver introduction
 2018-01-12 17:01 UTC  (6+ messages)
` [patch v16 1/4] Linux 4.15-rc6
` [patch v16 2/4] drivers: jtag: Add JTAG core driver
` [patch v16 3/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
` [patch v16 4/4] Documentation: jtag: Add bindings for "

[PATCH 0/2] mvebu-mbus: Adjustments for mvebu_devs_debug_show()
 2018-01-12 17:00 UTC  (3+ messages)
` [PATCH 1/2] mvebu-mbus: Use seq_putc() in mvebu_devs_debug_show()
` [PATCH 2/2] mvebu-mbus: Fix a typo in five comment lines

[PATCH][btrfs-next] btrfs: remove redundant check on ret and goto
 2018-01-12 16:52 UTC 

[PATCH] dmaengine: avoid map_cnt overflow with CONFIG_DMA_ENGINE_RAID
 2018-01-12 16:56 UTC  (2+ messages)

[RFC v2 0/5] vfio/type1: Add support for valid iova list management
 2018-01-12 16:45 UTC  (6+ messages)
` [RFC v2 1/5] vfio/type1: Introduce iova list and add iommu aperture validity check
` [RFC v2 2/5] vfio/type1: Check reserve region conflict and update iova list
` [RFC v2 3/5] vfio/type1: check dma map request is within a valid iova range
` [RFC v2 4/5] vfio/type1: Add IOVA range capability support
` [RFC v2 5/5] vfio/type1: remove duplicate retrieval of reserved regions

[PATCH v2 0/2] kasan: a few cleanups
 2018-01-12 16:49 UTC  (3+ messages)
` [PATCH v2 1/2] kasan: fix prototype author email address
` [PATCH v2 2/2] kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage

[PATCH 0/2] kasan: a few cleanups
 2018-01-12 16:49 UTC  (4+ messages)
` [PATCH 2/2] kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage

[PATCH 1/6] kconfig: do not call check_conf() for olddefconfig
 2018-01-12 16:49 UTC  (11+ messages)
` [PATCH 3/6] kconfig: do not call conf_set_all_new_symbols() for (all)defconfig
` [PATCH 4/6] kconfig: remove unneeded input_mode test in conf()
` [PATCH 5/6] kconfig: remove redundant input_mode test for check_conf() loop
` [PATCH 6/6] kconfig: hide irrelevant menu for oldconfig

[PATCH][xfs-next] xfs: fix check on struct_version for versions 4 or greater
 2018-01-12 16:47 UTC  (2+ messages)

[PATCH] xfs: destroy mutex pag_ici_reclaim_lock before free xfs_perag_t structure
 2018-01-12 16:48 UTC  (3+ messages)

[PATCH v2] perf trace: Fix missing handling of --call-graph dwarf
 2018-01-12 16:47 UTC  (4+ messages)

[PATCH V3 00/12] perf top overwrite mode
 2018-01-12 16:46 UTC  (7+ messages)
` [PATCH V3 08/12] perf top: check per event overwrite term

[PATCH] net/mlx4_en: ensure rx_desc updating reaches HW before prod db updating
 2018-01-12 16:46 UTC  (3+ messages)

[PATCH] perf util: Fix evlist->threads when working with 'perf stat --per-thread'
 2018-01-12 16:44 UTC 

linux-next: build failure after merge of the net-next tree
 2018-01-12 16:43 UTC  (8+ messages)

[PATCH 0/4] fs, tty: Make __do_SAK() less greedy in regard to tasklist_lock
 2018-01-12 16:42 UTC  (6+ messages)
` [PATCH 3/4] tty: Iterate only thread group leaders in __do_SAK()

[patch v15 0/4] JTAG driver introduction
 2018-01-12 16:42 UTC  (4+ messages)
` [patch v15 1/4] drivers: jtag: Add JTAG core driver

[RFC PATCH v2 6/6] x86/entry/pti: don't switch PGD on when pti_disable is set
 2018-01-12 16:37 UTC  (12+ messages)

[PATCH 1/2] MAINTAINERS: linux-media: update Microchip ISI and ISC entries
 2018-01-12 16:35 UTC  (2+ messages)

[PATCH] drm/arm/malidp: Disable pixel alpha blending for colors that do not have alpha
 2018-01-12 16:33 UTC 

[PATCH][next] hwrng: exynos: check for -ve error return from readl_poll_timeout
 2018-01-12 16:30 UTC 

[RFC PATCH v2 0/6] Per process PTI activation
 2018-01-12 16:27 UTC  (16+ messages)
` [RFC PATCH v2 2/6] x86/arch_prctl: add ARCH_GET_NOPTI and ARCH_SET_NOPTI to enable/disable PTI
` [RFC PATCH v2 6/6] x86/entry/pti: don't switch PGD on when pti_disable is set

[PATCH] kdump: Write a correct address of mem_section into vmcoreinfo
 2018-01-12 16:25 UTC 

[PATCH v2] drm/bridge/synopsys: dsi: add optional pixel clock
 2018-01-12 16:25 UTC 

[PATCH] drm: add drm_format_alpha_bits
 2018-01-12 16:25 UTC  (5+ messages)

[REGRESSION][v4.14.y][v4.15] x86/intel_rdt/cqm: Improve limbo list processing
 2018-01-12 16:22 UTC 

[PATCHv6 0/4] x86: 5-level related changes into decompression code<Paste>
 2018-01-12 16:22 UTC  (6+ messages)

[PATCH v5 00/44] ARM: davinci: convert to common clock framework​
 2018-01-12 16:18 UTC  (7+ messages)
` [PATCH v5 02/44] clk: davinci: New driver for davinci PLL clocks

[PATCH][next] staging: ccree: fix memory leaks in cc_ivgen_init
 2018-01-12 16:10 UTC 

[PATCH 00/10] tools lib traceveent: Pull updates from trace-cmd library
 2018-01-12 16:02 UTC  (5+ messages)
` [PATCH 09/10] lib traceeevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()

WARNING in netlink_ack (2)
 2018-01-12 15:59 UTC  (3+ messages)

[PATCH v3 00/13] arm64 kpti hardening and variant 2 workarounds
 2018-01-12 15:58 UTC  (4+ messages)

[PATCH v4 00/36] Hardened usercopy whitelisting
 2018-01-12 15:56 UTC  (5+ messages)
` [PATCH 04/36] usercopy: Prepare for "

[PATCH] uio_hv_generic: fix new type mismatch warnings
 2018-01-12 15:51 UTC 

[PATCH] netfilter: nf_tables: flow_offload depends on flow_table
 2018-01-12 15:50 UTC 

[PATCH] score-setup: Combine two seq_printf() calls into one call in show_cpuinfo()
 2018-01-12 15:48 UTC 

[PATCH v2 0/3] trace-cmd: Integrate stack tracer status in 'stat'
 2018-01-12 15:47 UTC  (7+ messages)
` [PATCH v2 1/3] trace-cmd: Make read_proc() to return int status via OUT arg
` [PATCH v2 2/3] trace-cmd: Remove the die() call from read_proc()
` [PATCH v2 3/3] trace-cmd: Making stat to report when the stack tracer is ON

[GIT PULL] xen: fixes for 4.15-rc8
 2018-01-12 15:45 UTC 

[PATCH v5 00/20] firmware: ARM System Control and Management Interface(SCMI) support
 2018-01-12 15:41 UTC  (4+ messages)
` [PATCH v5 06/20] firmware: arm_scmi: add initial support for performance protocol

[PATCH v5 0/5] misc serdev: new serdev based driver for Wi2Wi w2sg00x4 GPS module
 2018-01-12 15:39 UTC  (8+ messages)
` [PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver
      ` [Letux-kernel] "

[PATCH 0/2] turn on force option for FUSE in builtin policies
 2018-01-12 15:33 UTC  (3+ messages)
` [PATCH 2/2] ima: "

[PATCH v2] dt-bindings: display: stm32: add pixel clock mandatory property
 2018-01-12 15:30 UTC 

[PATCH 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
 2018-01-12 15:31 UTC  (7+ messages)
` [PATCH 3/3] tracing: don't set parser->cont if it has reached the end of input buffer

[PATCH] soc: brcmstb: Only register SoC device on STB platforms
 2018-01-12 15:27 UTC  (7+ messages)

[PATCH] mm, THP: vmf_insert_pfn_pud depends on CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD
 2018-01-12 15:26 UTC  (5+ messages)

[PATCH 00/18] prevent bounds-check bypass via speculative execution
 2018-01-12 15:25 UTC  (6+ messages)
` [PATCH 10/18] qla2xxx: "

[PATCH v2 0/3] ARM: mvebu: dts: updates to enable EDAC
 2018-01-12 15:25 UTC  (4+ messages)

[PATCH V2 net-next 00/11] add some new features and fix some bugs
 2018-01-12 15:26 UTC  (2+ messages)

[PATCH] bcache: btree.c: Fix GC thread exit in case of cache device failure and unregister
 2018-01-12 15:24 UTC 

Regression due to "PCI: Do not allocate more buses than available in parent"
 2018-01-12 15:19 UTC  (3+ messages)

[PATCH IMPROVEMENT] block, bfq: limit sectors served with interactive weight raising
 2018-01-12 15:13 UTC  (6+ messages)

[rfc] Sound support for n9
 2018-01-12 15:00 UTC 

[RFC PATCH 0/2] softirq: Per vector threading
 2018-01-12 14:56 UTC  (7+ messages)
` [RFC PATCH 1/2] softirq: Account time and iteration stats per vector
` [RFC PATCH 2/2] softirq: Per vector thread deferment

[PATCH] drm/dsi: Fix improper use of mipi_dsi_device_transfer() return value
 2018-01-12 14:48 UTC 

[PATCH v7 0/6] V4L2 Explicit Synchronization
 2018-01-12 14:48 UTC  (5+ messages)
` [PATCH v7 5/6] [media] vb2: add out-fence support to QBUF
` [PATCH v7 6/6] [media] v4l: Document explicit synchronization behavior

[PATCH v2 00/19] prevent bounds-check bypass via speculative execution
 2018-01-12 14:42 UTC  (3+ messages)
` [PATCH v2 15/19] carl9170: "

[PATCH] drm/i915/pmu: fix noderef.cocci warnings
 2018-01-12 14:33 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH 0/2] PM / core: genpd fix and pm_runtime_force_suspend|resume() rework
 2018-01-12 14:31 UTC  (6+ messages)
` [PATCH 1/2] PM / genpd: Stop/start devices without pm_runtime_force_suspend/resume()
` [PATCH 2/2] PM / runtime: Rework pm_runtime_force_suspend/resume()

[PATCH v2 00/16] extend PWM framework to support PWM modes
 2018-01-12 14:23 UTC  (17+ messages)
` [PATCH v2 01/16] drivers: pwm: core: use a single of xlate function
` [PATCH v2 02/16] pwm: pxa: update documentation regarding pwm-cells
` [PATCH v2 03/16] pwm: cros-ec: "
` [PATCH v2 04/16] pwm: clps711x: "
` [PATCH v2 05/16] ARM: dts: clps711x: update pwm-cells
` [PATCH v2 06/16] ARM: dts: pxa: "
` [PATCH v2 07/16] arm64: dts: rockchip: "
` [PATCH v2 08/16] drivers: pwm: core: extend PWM framework with PWM modes
` [PATCH v2 09/16] drivers: pwm: core: add PWM mode to pwm_config()
` [PATCH v2 10/16] pwm: Add PWM modes
` [PATCH v2 11/16] pwm: add documentation for "
` [PATCH v2 12/16] pwm: atmel: add pwm capabilities
` [PATCH v2 13/16] drivers: pwm: core: add push-pull mode support
` [PATCH v2 14/16] pwm: add push-pull mode
` [PATCH v2 15/16] pwm: add documentation for pwm "
` [PATCH v2 16/16] pwm: atmel: add push-pull mode support

[PATCH v2 00/22] mmc: tmio: various fixes and cleanups
 2018-01-12 14:29 UTC  (3+ messages)
` [PATCH v2 09/22] mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CD

[GIT PULL] MMC fixes for v.4.15-rc8
 2018-01-12 14:28 UTC 

[PATCH 4.9] x86/pti/efi: broken conversion from efi to kernel page table
 2018-01-12 14:27 UTC  (4+ messages)

[PATCH v5 0/9] Renesas Capture Engine Unit (CEU) V4L2 driver
 2018-01-12 14:27 UTC  (11+ messages)
` [PATCH v5 1/9] dt-bindings: media: Add Renesas CEU bindings
` [PATCH v5 2/9] include: media: Add Renesas CEU driver interface
` [PATCH v5 3/9] v4l: platform: Add Renesas CEU driver
` [PATCH v5 4/9] ARM: dts: r7s72100: Add Capture Engine Unit (CEU)
` [PATCH v5 5/9] v4l: i2c: Copy ov772x soc_camera sensor driver
` [PATCH v5 6/9] media: i2c: ov772x: Remove soc_camera dependencies
` [PATCH v5 7/9] v4l: i2c: Copy tw9910 soc_camera sensor driver
` [PATCH v5 8/9] media: i2c: tw9910: Remove soc_camera dependencies
` [PATCH v5 9/9] arch: sh: migor: Use new renesas-ceu camera driver

[PATCH] ssb: Prevent build of PCI host features in module
 2018-01-12 14:25 UTC 

[PATCH] bcma: Prevent build of PCI host features in module
 2018-01-12 14:25 UTC 

hello
 2018-01-12 13:51 UTC 

PM regression in next
 2018-01-12 14:14 UTC  (9+ messages)

[PATCH v4] perf tools: Add ARM Statistical Profiling Extensions (SPE) support
 2018-01-12 14:14 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: mtd/nand: update Microchip nand entry
 2018-01-12 14:08 UTC  (2+ messages)

[PATCH] bcache: io.c: Fix check against error_limit in case of io errors
 2018-01-12 14:07 UTC 

[PATCH] platform/x86: thinkpad_acpi: suppress warning about palm detection
 2018-01-12 14:07 UTC  (3+ messages)

[4.4] broken conversion from efi to kernel page table
 2018-01-12 13:52 UTC  (3+ messages)

[PATCH v8 00/12] Retpoline: Avoid speculative indirect calls in kernel
 2018-01-12 14:02 UTC  (5+ messages)
` [PATCH v8 03/12] x86/retpoline: Add initial retpoline support

[GIT PULL] x86 fixes
 2018-01-12 13:56 UTC 

[GIT PULL] scheduler fixes
 2018-01-12 13:48 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 read-only IMAP folder(s) and NNTP newsgroup(s).