linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-04 16:08:58 to 2017-12-04 17:35:25 UTC [more...]

[PATCH v6 0/2] memory: Introduce ti-emif-sram driver
 2017-12-04 17:35 UTC  (4+ messages)

Timer refuses to expire
 2017-12-04 17:34 UTC  (2+ messages)

[PATCH v2 00/18] Add support for clang LTO
 2017-12-04 17:34 UTC  (8+ messages)
` [PATCH v2 11/18] arm64: make mrs_s and msr_s macros work with LTO

KASAN: slab-out-of-bounds Read in strcmp
 2017-12-04 17:33 UTC  (8+ messages)

[PATCH v4 0/5] TDA1997x HDMI video receiver
 2017-12-04 17:30 UTC  (4+ messages)
` [PATCH v4 3/5] media: i2c: Add TDA1997x HDMI receiver driver

UDL's fbdev doesn't work for user-space apps
 2017-12-04 17:29 UTC  (9+ messages)
  ` xf86-video-armada via UDL [was: Re: UDL's fbdev doesn't work for user-space apps]

[PATCH][next] pinctrl: intel: ensure error return ret is initialized
 2017-12-04 17:23 UTC  (2+ messages)

[lkp-robot] [x86/entry/64] 63e02a2a32: will-it-scale.per_process_ops -13.0% regression
 2017-12-04 17:26 UTC  (3+ messages)

[PATCH][next] drm/i915/gvt: fix off-by-one comparison of ring_id
 2017-12-04 17:21 UTC 

[tip:WIP.x86/kpti 50/65] include/linux/compiler.h:319:38: error: call to '__compiletime_assert_321' declared with attribute error: BUILD_BUG_ON failed: MODULES_LEN + KERNEL_IMAGE_SIZE > 2*PUD_SIZE
 2017-12-04 17:19 UTC  (2+ messages)

[PATCH] sched/isolation: Make NO_HZ_FULL select CPU_ISOLATION
 2017-12-04 17:16 UTC  (5+ messages)

[PATCH 0/5] blkcg: Limit maximum number of aio requests available for cgroup
 2017-12-04 16:52 UTC  (7+ 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 INTERNAL V2 1/1] brcmfmac: add console log support with configurable read size
 2017-12-04 17:11 UTC  (3+ messages)

[patch 00/60] x86/kpti: Kernel Page Table Isolation (was KAISER)
 2017-12-04 16:57 UTC  (63+ 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 03/60] x86/unwinder: Handle stack overflows more gracefully
` [patch 04/60] x86/irq: Remove an old outdated comment about context tracking races
` [patch 05/60] x86/irq/64: Print the offending IP in the stack overflow warning
` [patch 06/60] x86/entry/64: Allocate and enable the SYSENTER stack
` [patch 07/60] x86/dumpstack: Add get_stack_info() support for "
` [patch 08/60] x86/entry/gdt: Put per-CPU GDT remaps in ascending order
` [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] dma: MIC X100: Use PTR_ERR_OR_ZERO()
 2017-12-04 17:11 UTC  (2+ messages)

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

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

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

[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/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"

[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  (30+ 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 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 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 25/95] crypto: algif_aead - skip SGL entries with NULL page
` [PATCH 4.14 28/95] lockd: lost rollback of set_grace_period() in lockd_down_net()
` [PATCH 4.14 31/95] omapdrm: hdmi4: Correct the SoC revision matching
` [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 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 47/95] mmc: core: prepend 0x to pre_eol_info entry in sysfs
` [PATCH 4.14 49/95] ACPI / EC: Fix regression related to PM ops support in ECDT device
` [PATCH 4.14 52/95] eeprom: at24: check at24_read/write arguments
` [PATCH 4.14 54/95] cxl: Check if vphb exists before iterating over AFU devices
` [PATCH 4.14 58/95] hwmon: (jc42) optionally try to disable the SMBUS timeout
` [PATCH 4.14 78/95] drm/amd/pp: fix typecast error in powerplay
` [PATCH 4.14 85/95] IB/core: Do not warn on lid conversions for OPA
` [PATCH 4.14 87/95] e1000e: fix the use of magic numbers for buffer overrun issue
` [PATCH 4.14 89/95] drm/i915: Fix false-positive assert_rpm_wakelock_held in i915_pmic_bus_access_notifier v2
` [PATCH 4.14 91/95] drm/i915/fbdev: Serialise early hotplug events with async fbdev config

[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 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


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