linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-12 16:28:35 to 2018-01-12 20:01:52 UTC [more...]

[PATCH v7 2/2] mfd: syscon: Add hardware spinlock support
 2018-01-12 20:01 UTC  (2+ messages)
` Applied "mfd: syscon: Add hardware spinlock support" to the regmap tree

[PATCH v2 00/19] prevent bounds-check bypass via speculative execution
 2018-01-12 20:01 UTC  (13+ messages)
` [PATCH v2 07/19] x86: introduce __uaccess_begin_nospec and ASM_IFENCE
` [PATCH v2 10/19] ipv4: prevent bounds-check bypass via speculative execution
` [PATCH v2 15/19] carl9170: "

[PATCH 0/4] gpio-stmpe: Adjustments for two function implementations
 2018-01-12 20:00 UTC 

[PATCH 4.4 v2] x86/pti/efi: broken conversion from efi to kernel page table
 2018-01-12 20:00 UTC 

[PATCH v5 0/3] livepatch: introduce atomic replace
 2018-01-12 19:55 UTC  (4+ messages)
` [PATCH v5 1/3] livepatch: use lists to manage patches, objects and functions
` [PATCH v5 2/3] livepatch: shuffle core.c function order
` [PATCH v5 3/3] livepatch: add atomic replace

[PATCH] phy: work around 'phys' references to usb-nop-xceiv devices
 2018-01-12 19:54 UTC  (3+ messages)

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

[PATCH] perf util: Fix evlist->threads when working with 'perf stat --per-thread'
 2018-01-12 19:53 UTC  (2+ messages)

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

[PATCH 1/1] aio: make sure the input "timeout" value is valid
 2018-01-12 19:49 UTC  (7+ messages)

perf: perf_fuzzer quickly locks up on 4.15-rc7
 2018-01-12 19:48 UTC  (12+ messages)

[PATCH] perf tools: Fix copyfile_offset update of output offset
 2018-01-12 19:46 UTC  (2+ messages)

Linux 4.15-rc7
 2018-01-12 19:44 UTC  (9+ messages)

[PATCH] workqueue: avoid hard lockups in show_workqueue_state()
 2018-01-12 19:40 UTC  (2+ messages)

[PATCH] kconfig: Sync zconf.y with zconf.tab.c_shipped
 2018-01-12 19:38 UTC  (4+ messages)

[GIT PULL] cgroup fixes for v4.15-rc7
 2018-01-12 19:38 UTC  (7+ messages)
        ` [PATCH] string: drop __must_check from strscpy() and restore strscpy() usages in cgroup

[RFC PATCH v2 0/6] Per process PTI activation
 2018-01-12 19:36 UTC  (15+ messages)
` [RFC PATCH v2 6/6] x86/entry/pti: don't switch PGD on when pti_disable is set

[PATCH 0/2] blk-mq: support physical CPU hotplug
 2018-01-12 19:35 UTC  (4+ messages)
` [PATCH 1/2] genirq/affinity: assign vectors to all possible CPUs

[PATCH] powerpc/mm: Simplify _PAGE_RO handling in page table dump
 2018-01-12 19:33 UTC  (2+ messages)

[GIT PULL] isolation: 1Hz residual tick offloading v3
 2018-01-12 19:22 UTC  (4+ messages)
` [PATCH 4/5] sched/isolation: Residual 1Hz scheduler tick offload

Improve retpoline for Skylake
 2018-01-12 19:21 UTC  (7+ messages)
` [PATCH 1/4] x86/retpoline: Add new mode RETPOLINE_UNDERFLOW
` [PATCH 2/4] x86/retpoline: Avoid return buffer underflows on context switch
` [PATCH 3/4] x86/retpoline: Fill return buffer after idle
` [PATCH 4/4] x86/retpoline: Fill return buffer on interrupt return to kernel

SRCU's apparent use of NR_CPUS? [was: re: dm: allocate struct mapped_device with kvzalloc]
 2018-01-12 19:18 UTC  (4+ messages)

[PATCH] retpoline/module: Taint kernel for missing retpoline in module
 2018-01-12 19:17 UTC  (3+ messages)

PM regression in next
 2018-01-12 19:12 UTC  (7+ messages)

[PATCH v3] rcutorture: Add basic ARM64 support to run scripts
 2018-01-12 19:09 UTC  (4+ messages)

[PATCH v6 00/24] Speculative page faults
 2018-01-12 19:02 UTC  (29+ messages)
` [PATCH v6 01/24] x86/mm: Define CONFIG_SPF
` [PATCH v6 02/24] powerpc/mm: "
` [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 06/24] mm: VMA sequence count
` [PATCH v6 07/24] mm: Protect VMA modifications using "
` [PATCH v6 08/24] mm: protect mremap() against SPF hanlder
` [PATCH v6 09/24] mm: Protect SPF handler against anon_vma changes
` [PATCH v6 10/24] mm: Cache some VMA fields in the vm_fault structure
` [PATCH v6 11/24] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v6 12/24] mm: Introduce __lru_cache_add_active_or_unevictable
` [PATCH v6 13/24] mm: Introduce __maybe_mkwrite()
` [PATCH v6 14/24] mm: Introduce __vm_normal_page()
` [PATCH v6 15/24] mm: Introduce __page_add_new_anon_rmap()
` [PATCH v6 16/24] mm: Protect mm_rb tree with a rwlock
` [PATCH v6 17/24] mm: Provide speculative fault infrastructure
` [PATCH v6 18/24] mm: Try spin lock in speculative path
` [PATCH v6 19/24] mm: Adding speculative page fault failure trace events
` [PATCH v6 20/24] perf: Add a speculative page fault sw event
` [PATCH v6 21/24] perf tools: Add support for the SPF perf event
` [PATCH v6 22/24] mm: Speculative page fault handler return VMA
` [PATCH v6 23/24] x86/mm: Add speculative pagefault handling
` [PATCH v6 24/24] powerpc/mm: Add speculative page fault

[PATCH] x86/retpoline: Fill RSB on context switch for affected CPUs
 2018-01-12 18:56 UTC  (5+ messages)

[RFC PATCH 0/2] softirq: Per vector threading
 2018-01-12 18:54 UTC  (6+ messages)
` [RFC PATCH 1/2] softirq: Account time and iteration stats per vector

[PATCH 00/14] Add MMCI support for STM32F SoCs family
 2018-01-12 18:52 UTC  (3+ messages)
` [PATCH 13/14] clk: stm32: Add clk entry for SDMMC2 on stm32F769

[PATCH v5 0/4] kaslr: add parameter immovable_mem=nn[KMG]@ss[KMG] to make memory hotplug work well with kaslr
 2018-01-12 18:52 UTC  (9+ messages)
` [PATCH v5 1/4] kaslr: add immovable_mem=nn[KMG]@ss[KMG] to specify extracting memory
    ` KASLR may break some kernel features (was Re: [PATCH v5 1/4] kaslr: add immovable_mem=nn[KMG]@ss[KMG] to specify extracting memory)

Yet another KPTI regression with 4.14.x series in a VM
 2018-01-12 18:51 UTC  (2+ messages)

[PATCH v4 7/8] EDAC: Add driver for the Marvell Armada XP SDRAM and L2 cache ECC
 2018-01-12 18:47 UTC  (4+ messages)
` [PATCH v4 8/8] EDAC: armada_xp: Add support for more SoCs

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

[PATCH v1] mm: initialize pages on demand during boot
 2018-01-12 18:34 UTC 

[PATCH v2 00/16] extend PWM framework to support PWM modes
 2018-01-12 18:35 UTC  (5+ messages)
` [PATCH v2 01/16] drivers: pwm: core: use a single of xlate function
` [PATCH v2 03/16] pwm: cros-ec: update documentation regarding pwm-cells

[PATCH] soc: brcmstb: Only register SoC device on STB platforms
 2018-01-12 18:34 UTC  (10+ messages)

KASAN: use-after-free Read in rds_tcp_tune
 2018-01-12 18:30 UTC 

[PATCH] Input: trackpoint - force 3 buttons if 0 button is reported
 2018-01-12 18:18 UTC  (4+ messages)

[PATCH][next] bnxt_en: ensure len is ininitialized to zero
 2018-01-12 18:11 UTC  (2+ messages)

[RFC PATCH 0/3] vfio: ccw: basic channel path event handling
 2018-01-12 18:10 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH][next] drm/i915/pmu: fix sizeof on attr, should be *attr
 2018-01-12 18:08 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v8 0/7] Support RAS virtualization in KVM
 2018-01-12 18:05 UTC  (10+ messages)
` [PATCH v8 7/7] arm64: kvm: handle SError Interrupt by categorization

[PATCH v3] PCI: endpoint: Use EPC's device in dma_alloc_coherent/dma_free_coherent
 2018-01-12 18:08 UTC  (2+ messages)

[PATCH v2 0/2] pci-dra7xx: Fix legacy IRQ handling
 2018-01-12 18:07 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: dra7xx: Fix legacy INTD "
` [PATCH v2 2/2] PCI: dra7xx: Iterate over INTx status bits

[PATCH v2] PCI: iproc: Fix NULL pointer dereference for BCMA
 2018-01-12 18:06 UTC  (2+ messages)

[PATCH v3 00/13] arm64 kpti hardening and variant 2 workarounds
 2018-01-12 17:58 UTC  (3+ messages)
` [PATCH v3 12/13] arm64: Implement branch predictor hardening for Falkor

[PATCH v3 0/2] media: ov7670: Implement mbus configuration
 2018-01-12 17:56 UTC  (3+ messages)
` [PATCH v3 1/2] media: dt-bindings: Add OF properties to ov7670
` [PATCH v3 2/2] v4l2: i2c: ov7670: Implement OF mbus configuration

[PATCH bpf-next v5 0/5] Separate error injection table from kprobes
 2018-01-12 17:56 UTC  (6+ messages)
` [PATCH bpf-next v5 1/5] tracing/kprobe: bpf: Check error injectable event is on function entry
` [PATCH bpf-next v5 2/5] tracing/kprobe: bpf: Compare instruction pointer with original one
` [PATCH bpf-next v5 3/5] error-injection: Separate error-injection from kprobe
` [PATCH bpf-next v5 4/5] error-injection: Add injectable error types
` [PATCH bpf-next v5 5/5] error-injection: Support fault injection framework

[PATCH][next] ixgbe: fix comparison of offset with zero or NVM_INVALID_PTR
 2018-01-12 17:52 UTC  (2+ messages)

[PATCH v3] ftrace/module: Move ftrace_release_mod() to ddebug_cleanup label
 2018-01-12 17:50 UTC  (3+ messages)

[PATCH] usb: xhci-mtk: fix semicolon.cocci warnings
 2018-01-12 17:46 UTC 

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

[PATCH 00/11] siginfo fixes/cleanups esp SI_USER
 2018-01-12 17:37 UTC  (4+ messages)
` [PATCH 03/11] signal/openrisc: Fix do_unaligned_access to send the proper signal

[PATCH v2 00/16] ASoC: fsl_ssi: Clean up - program flow level
 2018-01-12 17:35 UTC  (2+ messages)

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

[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 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  (13+ messages)
` [PATCH 1/5] x86/ibrs: Introduce native_rdmsrl, and native_wrmsrl
` [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  (3+ messages)

[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  (2+ 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  (6+ messages)
` [PATCH V3 08/12] perf top: check per event overwrite term

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 


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