linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-04 16:04:05 to 2017-12-04 17:02:39 UTC [more...]

[patch 00/60] x86/kpti: Kernel Page Table Isolation (was KAISER)
 2017-12-04 16:57 UTC  (43+ messages)
` [patch 02/60] x86/unwinder/orc: Dont bail on stack overflow
` [patch 09/60] x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entry_area
` [patch 10/60] x86/kasan/64: Teach KASAN about the cpu_entry_area
` [patch 11/60] x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
` [patch 12/60] x86/dumpstack: Handle stack overflow on all stacks
` [patch 13/60] x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
` [patch 16/60] x86/espfix/64: Stop assuming that pt_regs is on the entry stack
` [patch 21/60] x86/entry/64: Remove the SYSENTER stack canary
` [patch 22/60] x86/entry: Clean up the SYSENTER_stack code
` [patch 26/60] x86/cpufeature: Make cpu bugs sticky
` [patch 28/60] x86/mm/kpti: Disable global pages if KERNEL_PAGE_TABLE_ISOLATION=y
` [patch 32/60] x86/mm/kpti: Allow NX poison to be set in p4d/pgd
` [patch 33/60] x86/mm/kpti: Allocate a separate user PGD
` [patch 34/60] x86/mm/kpti: Populate "
` [patch 35/60] x86/espfix: Ensure that ESPFIX is visible in "
` [patch 36/60] x86/mm/kpti: Add functions to clone kernel PMDs
` [patch 37/60] x86mm//kpti: Force entry through trampoline when KPTI active
` [patch 38/60] x86/fixmap: Move cpu entry area into a separate PMD
` [patch 39/60] x86/mm/kpti: Share cpu_entry_area PMDs
` [patch 40/60] x86: PMD align entry text
` [patch 41/60] x86/mm/kpti: Share entry text PMD
` [patch 42/60] x86/fixmap: Move IDT fixmap into the cpu_entry_area range
` [patch 43/60] x86/fixmap: Add debugstore entries to cpu_entry_area
` [patch 44/60] x86/events/intel/ds: Map debug buffers in fixmap
` [patch 45/60] x86/fixmap: Add ldt entries to user shared fixmap
` [patch 46/60] x86/ldt: Rename ldt_struct->entries member
` [patch 47/60] x86/ldt: Map LDT entries into fixmap
` [patch 48/60] x86/mm: Move the CR3 construction functions to tlbflush.h
` [patch 49/60] x86/mm: Remove hard-coded ASID limit checks
` [patch 50/60] x86/mm: Put MMU to hardware ASID translation in one place
` [patch 51/60] x86/mm: Allow flushing for future ASID switches
` [patch 52/60] x86/mm: Abstract switching CR3
` [patch 53/60] x86/mm: Use/Fix PCID to optimize user/kernel switches
` [patch 54/60] x86/mm: Optimize RESTORE_CR3
` [patch 55/60] x86/mm: Use INVPCID for __native_flush_tlb_single()
` [patch 56/60] x86/mm/kpti: Disable native VSYSCALL
` [patch 57/60] x86/mm/kpti: Add Kconfig
` [patch 58/60] x86/mm/debug_pagetables: Add page table directory
` [patch 59/60] x86/mm/dump_pagetables: Check user space page table for WX pages
` [patch 60/60] x86/mm/debug_pagetables: Allow dumping current pagetables

[PATCH v3 1/4] mm: introduce get_user_pages_longterm
 2017-12-04 17:01 UTC  (12+ messages)

[PATCH] drm: msm: avoid false-positive -Wmaybe-uninitialized warning
 2017-12-04 16:58 UTC  (3+ messages)

[PATCH] cpumask: make cpumask_size() return "unsigned int"
 2017-12-04 16:55 UTC 

[PATCH tip:ras/core 1/2] x86/MCE: Extend table to report action optional errors through CMCI too
 2017-12-04 16:54 UTC  (2+ messages)
` [PATCH tip:ras/core 2/2] x86/mce/AMD: Don't set DEF_INT_TYPE in MSR_CU_DEF_ERR on SMCA systems

[PATCH v3 0/5] kasan: support alloca, LLVM
 2017-12-04 16:55 UTC  (7+ messages)
` [PATCH v3 2/5] kasan/Makefile: Support LLVM style asan parameters
` [PATCH v3 3/5] kasan: support alloca() poisoning

[PATCH v3 0/3] perf tools: perf tools: Clarify overwrite and backward, bugfix
 2017-12-04 16:51 UTC  (4+ messages)
` [PATCH v3 1/3] perf mmap: Fix perf backward recording
` [PATCH v3 2/3] perf tools: Don't discard prev in backward mode
` [PATCH v3 3/3] perf tools: Replace 'backward' to 'overwrite' in evlist. mmap and record

[PATCH V2] Xen/pciback: Implement PCI slot or bus reset with 'do_flr' SysFS attribute
 2017-12-04 16:49 UTC  (11+ messages)
  ` [Xen-devel] "

[PATCH] builddeb: introduce variables for control-file customization
 2017-12-04 16:50 UTC  (3+ messages)
` [PATCH v2] scripts: builddeb: allow customization of "Depends:" fields

[PATCH 4.4 00/27] 4.4.104-stable review
 2017-12-04 16:48 UTC  (11+ messages)
` [PATCH 4.4 01/27] netlink: add a start callback for starting a netlink dump
` [PATCH 4.4 03/27] x86/mm/pat: Ensure cpa->pfn only contains page frame numbers
` [PATCH 4.4 05/27] x86/efi: Build our own page table structures
` [PATCH 4.4 15/27] mmc: core: Do not leave the block driver in a suspended state
` [PATCH 4.4 16/27] eeprom: at24: check at24_read/write arguments
` [PATCH 4.4 19/27] drm/radeon: fix atombios on big endian
` [PATCH 4.4 22/27] NFS: revalidate "." etc correctly on "open"
` [PATCH 4.4 26/27] nfsd: Fix stateid races between OPEN and CLOSE
` [PATCH 4.4 27/27] nfsd: Fix another OPEN stateid race

[tip:WIP.x86/kpti 50/65] include/linux/compiler.h:319:38: error: call to '__compiletime_assert_254' declared with attribute error: BUILD_BUG_ON failed: pgd_index(EFI_VA_END) != pgd_index(MODULES_END)
 2017-12-04 16:48 UTC 

[PATCH][next] drm/i915/gvt: Add missing breaks in switch statement
 2017-12-04 16:48 UTC 

[PATCH v2 00/19] Add Headphone Detection to TLV320AIC31xx Driver
 2017-12-04 16:47 UTC  (3+ messages)
` [PATCH v2 08/19] ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* API

[bisected] x86 boot still broken on -rc2
 2017-12-04 16:45 UTC  (2+ messages)

[PATCH 00/10] Handle return value of platform_get_*
 2017-12-04 16:44 UTC  (7+ messages)
` [PATCH 03/10] net: ezchip: nps_enet: Fix platform_get_irq's error checking

[PATCH 3.18 00/12] 3.18.86-stable review
 2017-12-04 15:59 UTC  (4+ messages)
` [PATCH 3.18 03/12] mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
` [PATCH 3.18 05/12] btrfs: clear space cache inode generation always
` [PATCH 3.18 10/12] NFS: revalidate "." etc correctly on "open"

KASAN: use-after-free Read in __fput
 2017-12-04 16:44 UTC 

[PATCH 4.9 00/38] 4.9.67-stable review
 2017-12-04 16:42 UTC  (13+ messages)
` [PATCH 4.9 01/38] ARM: dts: LogicPD Torpedo: Fix camera pin mux
` [PATCH 4.9 04/38] mm/cma: fix alloc_contig_range ret code/potential leak
` [PATCH 4.9 06/38] mm/madvise.c: fix madvise() infinite loop under special circumstances
` [PATCH 4.9 08/38] nfsd: Fix stateid races between OPEN and CLOSE
` [PATCH 4.9 17/38] KVM: lapic: Fixup LDR on load in x2apic
` [PATCH 4.9 20/38] eeprom: at24: fix reading from 24MAC402/24MAC602
` [PATCH 4.9 23/38] i2c: i801: Fix Failed to allocate irq -2147483648 error
` [PATCH 4.9 24/38] bcache: Fix building error on MIPS
` [PATCH 4.9 26/38] nvme-pci: add quirk for delay before CHK RDY for WDC SN200
` [PATCH 4.9 31/38] drm/panel: simple: Add missing panel_simple_unprepare() calls
` [PATCH 4.9 36/38] NFS: revalidate "." etc correctly on "open"

KASAN: slab-out-of-bounds Read in strcmp
 2017-12-04 16:39 UTC  (7+ messages)

[PATCH 1/1] x86/asm: Allow again using asm.h when building for the 'bpf' clang target
 2017-12-04 16:37 UTC 

[PATCH v4] arm64: dts: rockchip: update mipi cells for RK3399
 2017-12-04 16:36 UTC  (4+ messages)

replace PCI_DMA_BUS_IS_PHYS with a per-instance flag
 2017-12-04 16:36 UTC  (4+ messages)
` [PATCH 1/3] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
` [PATCH 2/3] arm64: don't override dma_max_pfn
` [PATCH 3/3] dma-mapping: replace PCI_DMA_BUS_IS_PHYS with a flag in struct dma_map_ops

regression: 4.13 cannot follow symlinks on some ext3 fs
 2017-12-04 16:35 UTC  (9+ messages)

[PATCH] x86/mm: Rewrite sme_populate_pgd() in a more sensible way
 2017-12-04 16:34 UTC  (5+ messages)

[PATCH] um: Convert ubd driver to blk-mq
 2017-12-04 16:29 UTC  (2+ messages)

[PATCH 4.14 00/95] 4.14.4-stable review
 2017-12-04 16:00 UTC  (65+ messages)
` [PATCH 4.14 02/95] mm, memory_hotplug: do not back off draining pcp free pages from kworker context
` [PATCH 4.14 03/95] mm, oom_reaper: gather each vma to prevent leaking TLB entry
` [PATCH 4.14 04/95] mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
` [PATCH 4.14 05/95] mm/cma: fix alloc_contig_range ret code/potential leak
` [PATCH 4.14 06/95] mm: fix device-dax pud write-faults triggered by get_user_pages()
` [PATCH 4.14 07/95] mm, hugetlbfs: introduce ->split() to vm_operations_struct
` [PATCH 4.14 08/95] device-dax: implement ->split() to catch invalid munmap attempts
` [PATCH 4.14 09/95] mm: introduce get_user_pages_longterm
` [PATCH 4.14 11/95] v4l2: disable filesystem-dax mapping support
` [PATCH 4.14 17/95] fs/fat/inode.c: fix sb_rdonly() change
` [PATCH 4.14 21/95] btrfs: clear space cache inode generation always
` [PATCH 4.14 23/95] nfsd: Fix another OPEN stateid race
` [PATCH 4.14 24/95] nfsd: fix panic in posix_unblock_lock called from nfs4_laundromat
` [PATCH 4.14 25/95] crypto: algif_aead - skip SGL entries with NULL page
` [PATCH 4.14 26/95] crypto: af_alg - remove locking in async callback
` [PATCH 4.14 28/95] lockd: lost rollback of set_grace_period() in lockd_down_net()
` [PATCH 4.14 29/95] s390: revert ELF_ET_DYN_BASE base changes
` [PATCH 4.14 30/95] drm: omapdrm: Fix DPI on platforms using the DSI VDDS
` [PATCH 4.14 31/95] omapdrm: hdmi4: Correct the SoC revision matching
` [PATCH 4.14 32/95] apparmor: fix oops in audit_signal_cb hook
` [PATCH 4.14 33/95] arm64: module-plts: factor out PLT generation code for ftrace
` [PATCH 4.14 34/95] arm64: ftrace: emit ftrace-mod.o contents through code
` [PATCH 4.14 35/95] powerpc/powernv: Fix kexec crashes caused by tlbie tracing
` [PATCH 4.14 36/95] powerpc/kexec: Fix kexec/kdump in P9 guest kernels
` [PATCH 4.14 40/95] KVM: lapic: Split out x2apic ldr calculation
` [PATCH 4.14 41/95] KVM: lapic: Fixup LDR on load in x2apic
` [PATCH 4.14 42/95] mmc: sdhci: Avoid swiotlb buffer being full
` [PATCH 4.14 43/95] mmc: block: Fix missing blk_put_request()
` [PATCH 4.14 44/95] mmc: block: Check return value of blk_get_request()
` [PATCH 4.14 45/95] mmc: core: Do not leave the block driver in a suspended state
` [PATCH 4.14 46/95] mmc: block: Ensure that debugfs files are removed
` [PATCH 4.14 47/95] mmc: core: prepend 0x to pre_eol_info entry in sysfs
` [PATCH 4.14 48/95] mmc: core: prepend 0x to OCR "
` [PATCH 4.14 49/95] ACPI / EC: Fix regression related to PM ops support in ECDT device
` [PATCH 4.14 50/95] eeprom: at24: fix reading from 24MAC402/24MAC602
` [PATCH 4.14 51/95] eeprom: at24: correctly set the size for at24mac402
` [PATCH 4.14 52/95] eeprom: at24: check at24_read/write arguments
` [PATCH 4.14 53/95] i2c: i801: Fix Failed to allocate irq -2147483648 error
` [PATCH 4.14 54/95] cxl: Check if vphb exists before iterating over AFU devices
` [PATCH 4.14 55/95] bcache: Fix building error on MIPS
` [PATCH 4.14 56/95] bcache: only permit to recovery read error when cache device is clean
` [PATCH 4.14 57/95] bcache: recover data from backing when data "
` [PATCH 4.14 58/95] hwmon: (jc42) optionally try to disable the SMBUS timeout
` [PATCH 4.14 59/95] nvme-pci: add quirk for delay before CHK RDY for WDC SN200
` [PATCH 4.14 63/95] drm/amdgpu: correct reference clock value on vega10
` [PATCH 4.14 65/95] drm/amdgpu: Properly allocate VM invalidate eng v2
` [PATCH 4.14 66/95] drm/amdgpu: Remove check which is not valid for certain VBIOS
` [PATCH 4.14 73/95] drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()
` [PATCH 4.14 74/95] drm/radeon: fix atombios on big endian
` [PATCH 4.14 75/95] drm/panel: simple: Add missing panel_simple_unprepare() calls
` [PATCH 4.14 76/95] drm/hisilicon: Ensure LDI regs are properly configured
` [PATCH 4.14 78/95] drm/amd/pp: fix typecast error in powerplay
` [PATCH 4.14 79/95] drm/fb_helper: Disable all crtcs when initial setup fails
` [PATCH 4.14 80/95] drm/fsl-dcu: Dont set connector DPMS property
` [PATCH 4.14 84/95] include/linux/compiler-clang.h: handle randomizable anonymous structs
` [PATCH 4.14 85/95] IB/core: Do not warn on lid conversions for OPA
` [PATCH 4.14 86/95] IB/hfi1: "
` [PATCH 4.14 87/95] e1000e: fix the use of magic numbers for buffer overrun issue
` [PATCH 4.14 88/95] md: forbid a RAID5 from having both a bitmap and a journal
` [PATCH 4.14 89/95] drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access_notifier v2
` [PATCH 4.14 90/95] drm/i915: Re-register PMIC bus access notifier on runtime resume
` [PATCH 4.14 91/95] drm/i915/fbdev: Serialise early hotplug events with async fbdev config
` [PATCH 4.14 92/95] drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definition
` [PATCH 4.14 95/95] Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()"

[PATCH] perf tools: set GUI mode after returning from perf_session__new()
 2017-12-04 16:28 UTC  (5+ messages)

[PATCH] Introduce a NETDEV LED trigger
 2017-12-04 16:25 UTC  (4+ messages)
` [PATCH] leds: trigger: Introduce a NETDEV trigger

[PATCHv5 1/1] ima: re-introduce own integrity cache lock
 2017-12-04 16:30 UTC  (5+ messages)

[PATCH V5 4/7] OF: properties: Implement get_match_data() callback
 2017-12-04 16:23 UTC  (2+ messages)

4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable)
 2017-12-04 16:21 UTC  (11+ messages)

[PATCH v4 1/4] phylib: Add device reset GPIO support
 2017-12-04 16:20 UTC  (3+ messages)
` [PATCH v4.1] "

[PATCH resend v2] mux: core: Fix double get_device()
 2017-12-04 16:18 UTC  (2+ messages)

[PATCH net-next v2] net: dsa: Allow compiling out legacy support
 2017-12-04 16:15 UTC  (2+ messages)

[PATCH v2 00/31] Replacing net_mutex with rw_semaphore
 2017-12-04 16:11 UTC  (4+ messages)

[PATCH v13 1/5] serdev: Make .remove in struct serdev_device_driver optional
 2017-12-04 16:11 UTC  (5+ messages)
` [PATCH v13 2/5] serdev: Introduce devm_serdev_device_open()
` [PATCH v13 3/5] mfd: Add driver for RAVE Supervisory Processor
` [PATCH v13 4/5] watchdog: Add RAVE SP watchdog driver
` [PATCH v13 5/5] dt-bindings: watchdog: Add bindings for "

[PATCH 0/5] blkcg: Limit maximum number of aio requests available for cgroup
 2017-12-04 16:13 UTC  (6+ messages)
` [PATCH 1/5] aio: Move aio_nr increment to separate function
` [PATCH 2/5] aio: Export aio_nr_lock and aio_max_nr initial value to include/linux/aio.h
` [PATCH 3/5] blkcg: Add blkcg::blkg_aio_nr and blkcg::blkg_aio_max_nr
` [PATCH 4/5] blkcg: Charge aio requests in blkio cgroup hierarchy
` [PATCH 5/5] blkcg: Add cgroup file to configure blkcg::blkg_aio_max_nr

[PATCH tip/core/rcu 0/20] Torture-test updates for v4.16
 2017-12-04 16:11 UTC  (6+ messages)
` [PATCH tip/core/rcu 02/20] torture: Prepare scripting for shift from %p to %pK

[PATCH 0/4] Move DP phy switch to PHY driver
 2017-12-04 16:08 UTC  (5+ messages)

[PATCH 1/1] gianfar: fix a flooded alignment reports because of padding issue
 2017-12-04 16:06 UTC  (2+ messages)

polarity inversion on LS1021a
 2017-12-04 16:04 UTC  (4+ 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).