linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-04 16:24:04 to 2017-12-04 18:27:59 UTC [more...]

[PATCH v3 0/6] enable creating [k,u]probe with perf_event_open
 2017-12-04 18:26 UTC  (5+ messages)
` [PATCH v3 1/6] perf: prepare perf_event.h for new types perf_kprobe and perf_uprobe

[PATCH] treewide: remove duplicate includes
 2017-12-04 18:27 UTC  (2+ messages)

[PATCH 0/7 v2] net: Fix platform_get_irq's error checking
 2017-12-04 18:25 UTC  (9+ messages)
` [PATCH 1/7 v2] net: bcmgenet: "
` [PATCH 2/7 v2] net: ezchip: nps_enet: "
` [PATCH 3/7 v2] can: xilinx: "
` [PATCH 4/7 v2] net: ethernet: i825xx: "
` [PATCH 5/7 v2] net: ethernet: natsemi: "
` [PATCH 6/7 v2] net: ethernet: smsc: "
` [PATCH 7/7 v2] net: fjes: "

linux-next: build warning after merge of the net-next tree
 2017-12-04 18:21 UTC  (2+ messages)

[PATCH 0/8] add UniPhier audio system support
 2017-12-04 18:20 UTC  (3+ messages)
` [PATCH 4/8] ASoC: uniphier: add support for UniPhier EVEA codec

[patch 00/60] x86/kpti: Kernel Page Table Isolation (was KAISER)
 2017-12-04 18:20 UTC  (66+ 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 0/5] PCI: Add support to the Cadence PCIe controller
 2017-12-04 18:20 UTC  (5+ messages)
` [PATCH 3/5] PCI: cadence: Add host driver for "

[PATCH] Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64
 2017-12-04 18:19 UTC  (3+ messages)

[PATCH] staging: pi433: rf69.c: Replace macros READ_REG and WRITE_REG with inline functions rf69_set_bit, rf69_reset_bit and rf69_read_modify_write
 2017-12-04 18:18 UTC 

[PATCH] security: keys: remove redundant assignment to key_ref
 2017-12-04 18:14 UTC 

[PATCH] drm/i915: Mark expected switch fall-throughs
 2017-12-04 18:11 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH V5 4/7] OF: properties: Implement get_match_data() callback
 2017-12-04 18:05 UTC  (3+ messages)

[PATCH] tpm: remove type and name fields from the I2C Infineon OF table entries
 2017-12-04 18:03 UTC  (2+ messages)

possible deadlock in fifo_open
 2017-12-04 18:03 UTC 

linux-next: Signed-off-by missing for commit in the arm-soc tree
 2017-12-04 18:02 UTC  (3+ messages)

[PATCH v6 00/10] rockchip: kevin: Enable edp display
 2017-12-04 17:59 UTC  (3+ messages)
` [PATCH v6 01/10] arm64: dts: rockchip: Enable edp disaplay on kevin

[PATCH] ASoC: amd: added error checks in dma driver
 2017-12-04 17:54 UTC  (2+ messages)

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

[PATCH v2 0/5] Memory hotplug support for arm64 - complete patchset v2
 2017-12-04 17:50 UTC  (7+ messages)
` [PATCH v2 4/5] mm: memory_hotplug: Add memory hotremove probe device

[PATCH] x86/mm: Rewrite sme_populate_pgd() in a more sensible way
 2017-12-04 17:50 UTC  (7+ messages)

[PATCH v2 net-next] net/tcp: trace all TCP/IP state transition with tcp_set_state tracepoint
 2017-12-04 17:49 UTC  (2+ messages)

[PATCH] eeprom: at24: Change nvmem stride to 1
 2017-12-04 17:44 UTC  (2+ messages)

Timer refuses to expire
 2017-12-04 17:42 UTC  (3+ messages)

[PATCH net-next 0/5] net: dsa: use per-port upstream port
 2017-12-04 17:34 UTC  (6+ messages)
` [PATCH net-next 1/5] net: dsa: mv88e6xxx: egress floods all DSA ports
` [PATCH net-next 2/5] net: dsa: mv88e6xxx: helper to setup upstream port
` [PATCH net-next 3/5] net: dsa: mv88e6xxx: setup global "
` [PATCH net-next 4/5] net: dsa: assign a CPU port to DSA port
` [PATCH net-next 5/5] net: dsa: return per-port upstream port

[PATCH 0/6] 66AK2G: Add DT nodes for few peripherals
 2017-12-04 17:36 UTC  (5+ messages)
` [PATCH 6/6] ARM: configs: keystone_defconfig: Enable few peripheral drivers

[PATCH v6 0/2] memory: Introduce ti-emif-sram driver
 2017-12-04 17:35 UTC  (4+ 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

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

[PATCH INTERNAL V2 1/1] brcmfmac: add console log support with configurable read size
 2017-12-04 17:11 UTC  (3+ messages)

[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] 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 15:59 UTC  (10+ 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] 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)


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