All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-04 16:37:05 to 2017-12-04 17:06:07 UTC [more...]

[patch 00/60] x86/kpti: Kernel Page Table Isolation (was KAISER)
 2017-12-04 16:57 UTC  (69+ messages)
` [patch 01/60] x86/entry/64/paravirt: Use paravirt-safe macro to access eflags
` [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 14/60] x86/entry: Remap the TSS into the CPU entry area
` [patch 15/60] x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0
` [patch 16/60] x86/espfix/64: Stop assuming that pt_regs is on the entry stack
` [patch 17/60] x86/entry/64: Use a per-CPU trampoline stack for IDT entries
` [patch 18/60] x86/entry/64: Return to userspace from the trampoline stack
` [patch 19/60] x86/entry/64: Create a per-CPU SYSCALL entry trampoline
` [patch 20/60] x86/entry/64: Move the IST stacks into struct cpu_entry_area
` [patch 21/60] x86/entry/64: Remove the SYSENTER stack canary
` [patch 22/60] x86/entry: Clean up the SYSENTER_stack code
` [patch 23/60] x86/entry/64: Make cpu_entry_area.tss read-only
` [patch 24/60] x86/paravirt: Dont patch flush_tlb_single
` [patch 25/60] x86/paravirt: Provide a way to check for hypervisors
` [patch 26/60] x86/cpufeature: Make cpu bugs sticky
` [patch 27/60] x86/cpufeatures: Add X86_BUG_CPU_INSECURE
` [patch 28/60] x86/mm/kpti: Disable global pages if KERNEL_PAGE_TABLE_ISOLATION=y
` [patch 29/60] x86/mm/kpti: Prepare the x86/entry assembly code for entry/exit CR3 switching
` [patch 30/60] x86/mm/kpti: Add infrastructure for page table isolation
` [patch 31/60] x86/mm/kpti: Add mapping helper functions
` [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 0/5] kasan: support alloca, LLVM
 2017-12-04 17:09 UTC  (12+ messages)
` [PATCH v3 2/5] kasan/Makefile: Support LLVM style asan parameters
` [PATCH v3 3/5] kasan: support alloca() poisoning

[PATCH 0/2] x86: XSA_214 follow-up
 2017-12-04 17:05 UTC  (6+ messages)
` [PATCH 2/2] x86: don't allow clearing of TF_kernel_mode for other than 64-bit PV
    ` Ping#2: "

[distros-debian-sid test] 72515: tolerable FAIL
 2017-12-04 17:05 UTC 

[PATCH 00/10] dmaengine: fix race with vchan_complete
 2017-12-04 17:07 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 for-2.12 0/5] s390x/tcg: CCW hotplug support
 2017-12-04 17:03 UTC  (5+ messages)
` [Qemu-devel] [PATCH v1 for-2.12 1/5] s390x/kvm: factor out build_channel_report_mcic() into cpu.h

[SPDK] ioat performance questions
 2017-12-04 17:03 UTC 

BPF: bug without effect in BPF_RSH case of adjust_scalar_min_max_vals()
 2017-12-04 17:03 UTC 

[U-Boot] [PATCH 0/3] efi_loader: avoid use after free
 2017-12-04 17:03 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] efi_loader: return status from efi_setup_loaded_image()
` [U-Boot] [PATCH 2/3] efi_loader: new function efi_delete_handle()
` [U-Boot] [PATCH 3/3] efi_loader: error handling in efi_load_image()

[Qemu-devel] [PULL 0/1] Block layer patch for 2.11.0-rc4
 2017-12-04 17:01 UTC  (2+ messages)
` [Qemu-devel] [PULL 1/1] blockjob: Make block_job_pause_all() keep a reference to the jobs

[RFC 00/10] Enable HDA Codec support on Intel Platforms (Series2)
 2017-12-04 17:01 UTC  (8+ messages)
` [RFC 03/10] ASoC: Intel: Skylake: add HDA BE DAIs

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

[PATCH v2] selinux: ensure the context is NUL terminated in security_context_to_sid_core()
 2017-12-04 17:01 UTC  (3+ messages)

[U-Boot] arm socfpga: Revert "spi: cadence_qspi_apb: Support 32 bit AHB address"
 2017-12-04 17:01 UTC  (5+ messages)

Linux network is damn fast, need more use XDP (Was: DC behaviors today)
 2017-12-04 17:00 UTC  (2+ messages)
          ` [Bloat] "

[Qemu-devel] [PATCH] mmap(2) returns MAP_FAILED, not NULL, on failure
 2017-12-04 16:59 UTC  (2+ messages)

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

[PATCH v6 00/13] Add STM32 DFSDM support
 2017-12-04 16:58 UTC  (7+ messages)
` [PATCH v6 13/13] ASoC: stm32: add DFSDM DAI support

[PATCH 0/3] XSA-237 follow-up
 2017-12-04 16:58 UTC  (4+ messages)
` [PATCH 1/3] x86/IRQ: conditionally preserve access permission on map error paths

[PATCH next-next 0/4] rtnetlink: rework handler (un)registering
 2017-12-04 16:57 UTC  (4+ messages)

[PATCH 000/130][v2] Rocko next pull request
 2017-12-04 16:55 UTC 

[PATCH] mtd: spi-nor: Check that BP bits are set properly
 2017-12-04 16:56 UTC  (3+ messages)

[PATCH] sha1_file: use strbuf_add() instead of strbuf_addf()
 2017-12-04 16:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] net: sh_eth: add support for SH7786 and big-endian
 2017-12-04 16:56 UTC  (5+ messages)
` [PATCH 1/2] net: sh_eth: add support for SH7786
` [PATCH 2/2] net: sh_eth: make work on big endian systems

[Devel] fix for 1831 broke AcpiEvaluateObjectTyped, maybe
 2017-12-04 16:56 UTC 

[PATCH linux dev-4.10] ARM: dts: aspeed: quanta: add aliases for i2c pcie
 2017-12-04 16:56 UTC 

[PATCH linux dev-4.10] ARM: dts: quanta: i2c-2 idle disconnects
 2017-12-04 16:55 UTC 

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

[RFC PATCH] arm64: deactivate saved ttbr when mm is deactivated
 2017-12-04 16:55 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] Remove assert()
 2017-12-04 16:55 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/5] Move CONFIG_PANIC_HANG to Kconfig

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

What are the options for stopping and starting?
 2017-12-04 17:00 UTC  (2+ messages)

[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 v5 1/7] Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line with "two-dot")
 2017-12-04 16:52 UTC  (20+ messages)
` [PATCH v3 1/5] checkout: describe_detached_head: remove ellipsis after committish
  ` [PATCH v2 1/6] config: introduce core.printsha1ellipsis
    ` [PATCH 1/3] checkout: describe_detached_head: remove 3dots after committish
        ` [PATCH v2 3/6] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
            ` [PATCH v3 5/5] Testing: provide tests requiring them with ellipses after SHA-1 values
                      ` [PATCH v3 2/5] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
                        ` [PATCH v3 3/5] Documentation: user-manual: limit usage of ellipsis
                          ` [PATCH v4 1/6] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
                                ` [PATCH v5 4/7] checkout: describe_detached_head: remove ellipsis after committish

[PATCH 0/5] x86: XSA-240 / -242 follow-up
 2017-12-04 16:53 UTC  (4+ messages)
` [PATCH 3/5] x86: improve _put_page_type() readability

[PATCH] net/mlx4: revert workaround for broken Verbs
 2017-12-04 16:52 UTC  (2+ messages)

[LTP] [PATCH v2 0/4] Miscellaneous fixes for Android systems
 2017-12-04 16:52 UTC  (3+ messages)
` [LTP] [PATCH v2 4/4] lib: mkfs: use 'mke2fs' for formatting extN filesystems

[PATCH 0/5] blkcg: Limit maximum number of aio requests available for cgroup
 2017-12-04 16:52 UTC  (2+ messages)

[Qemu-devel] [PATCH v7 for-2.12 00/25] block: Fix some filename generation issues
 2017-12-04 16:51 UTC  (11+ messages)
` [Qemu-devel] [PATCH v7 for-2.12 20/25] block: Generically refresh runtime options
` [Qemu-devel] [PATCH v7 for-2.12 21/25] block: Purify .bdrv_refresh_filename()
` [Qemu-devel] [PATCH v7 for-2.12 22/25] block: Do not copy exact_filename from format file
` [Qemu-devel] [PATCH v7 for-2.12 24/25] block/curl: Implement bdrv_refresh_filename()
` [Qemu-devel] [PATCH v7 for-2.12 25/25] block/null: Generate filename even with latency-ns

[Qemu-devel] [PATCH RFC 0/2] s390x: cut down on unattached devices
 2017-12-04 16:51 UTC  (11+ messages)
` [Qemu-devel] [PATCH RFC 2/2] s390x: attach autogenerated nics
  ` [Qemu-devel] [qemu-s390x] "

[PATCH] arm64: dts: exynos: increase bus frequency for MHL chip
 2017-12-04 16:51 UTC  (2+ messages)

pull-request: ieee802154-next 2017-12-04
 2017-12-04 16:51 UTC 

[PATCH v2] tools/libxl: mark special pages as reserved in e820 map for PVH
 2017-12-04 16:44 UTC  (2+ messages)

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

[PATCH] builddeb: introduce variables for control-file customization
 2017-12-04 16:50 UTC  (4+ 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  (12+ 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

[PATCH] fpga: add simple userspace interface to trigger FPGA programming
 2017-12-04 16:49 UTC  (5+ messages)

[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  (3+ messages)

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

[PATCH net-next 0/4] Introduce NETIF_F_GRO_HW
 2017-12-04 16:47 UTC  (3+ messages)
` [PATCH net-next 1/4] net: "

[PATCH v3] x86/HVM: don't #GP/#SS on wrapping virt->linear translations
 2017-12-04 16:39 UTC  (4+ messages)
` Ping: "
  ` Ping#3: "

[U-Boot] [PATCH] armv8: layerscape: refine port register configuration
 2017-12-04 16:46 UTC  (2+ messages)

[PATCH 1/3] lib/librte_flow_classify: remove table id parameter from apis
 2017-12-04 16:46 UTC  (4+ messages)
` [PATCH 2/3] lib/librte_flow_classy: add run api for flow classification

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

Standardized IPv6 ULA from PublicKey
 2017-12-04 16:52 UTC 

[PATCH 03/10] net: ezchip: nps_enet: Fix platform_get_irq's error checking
 2017-12-04 16:44 UTC  (8+ messages)

[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  (2+ messages)

[LTP] [RFC PATCH v2 0/5] Travis enhancements
 2017-12-04 16:44 UTC  (2+ messages)

[PATCH 4.9 00/38] 4.9.67-stable review
 2017-12-04 16:42 UTC  (4+ messages)
` [PATCH 4.9 01/38] ARM: dts: LogicPD Torpedo: Fix camera pin mux
` [PATCH 4.9 26/38] nvme-pci: add quirk for delay before CHK RDY for WDC SN200

[PATCH v4 0/2] launch_editor(): indicate that Git waits for user input
 2017-12-04 16:41 UTC  (8+ messages)
` [PATCH v4 2/2] "

[GIT PULL FOR v4.16] R-Car DU changes
 2017-12-04 16:41 UTC  (2+ messages)

[RFC][PATCHES] sock_alloc_file() cleanups and fixes
 2017-12-04 16:41 UTC  (3+ messages)

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

[PATCH 0/8] kernel-yocto: consolidated pull request
 2017-12-04 16:38 UTC  (3+ messages)
` [PATCH 8/8] linux-yocto-dev: update to v4.15+

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

Fwd: Qwery regarding Selinux Change Id context
 2017-12-04 16:38 UTC  (15+ messages)
          `  "

[Cluster-devel] [GFS2 PATCH] GFS2: Introduce new gfs2_log_header_v2
 2017-12-04 16:37 UTC  (4+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.