linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-11 09:41:37 to 2018-07-11 12:26:34 UTC [more...]

[PATCHv4 00/19] arm64: invoke syscalls with pt_regs
 2018-07-11 12:27 UTC  (10+ messages)
` [PATCHv4 11/19] arm64: don't reload GPRs after apply_ssbd

include architecture Kconfig files from top-level Kconfig v2
 2018-07-11 12:21 UTC  (3+ messages)
` [PATCH 4/9] kconfig: include common Kconfig files from top-level Kconfig

[PATCH v3 0/2] Fix imx6sl display power domain
 2018-07-11 12:21 UTC  (7+ messages)
` [PATCH v3 1/2] soc: imx: gpc: Disable 6sl display power gating for ERR006287
` [PATCH v3 2/2] ARM: dts: imx6sl: Convert gpc to new bindings

[PATCH 0/2] Fix crash due to vma_is_anonymous() false-positives
 2018-07-11 12:15 UTC  (4+ messages)
` [PATCH 1/2] mm: Fix "

[PATCH 00/19] mmc: mmci: add stm32 sdmmc variant
 2018-07-11 12:19 UTC  (8+ messages)
` [PATCH 01/19] mmc: mmci: regroup and define dma operations
` [PATCH 05/19] mmc: mmci: allow to overwrite clock/power procedure to specific variant

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-11 12:19 UTC  (12+ messages)
` [RFC PATCH v2 05/27] Documentation/x86: Add CET description
` [RFC PATCH v2 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v2 20/27] x86/cet/shstk: ELF header parsing of CET
` [RFC PATCH v2 25/27] x86/cet: Add PTRACE interface for CET
` [RFC PATCH v2 27/27] x86/cet: Add arch_prctl functions "

[PATCH 00/14] dma-jz4780 improvements
 2018-07-11 12:18 UTC  (12+ messages)
` [PATCH 01/14] dmaengine: dma-jz4780: Avoid hardcoding number of channels
` [PATCH 02/14] dmaengine: dma-jz4780: Separate chan/ctrl registers
` [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC

[PATCH] [RESEND, net-next, v2] tcp: use monotonic timestamps for PAWS
 2018-07-11 12:17 UTC  (2+ messages)

[PATCH v3] iio: chemical: Add support for Bosch BME680 sensor
 2018-07-11 12:13 UTC 

[PATCH 1/2] ia64: use asm-generic/io.h
 2018-07-11 12:08 UTC  (2+ messages)
` [PATCH 2/2] sparc64: add reads{b,w,l}/writes{b,w,l}

[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
 2018-07-11 12:08 UTC  (10+ messages)

[GIT PULL] MMC fixes for v.4.18-rc5
 2018-07-11 12:08 UTC 

[Bug 200447] infinite loop in fork syscall
 2018-07-11 12:08 UTC  (2+ messages)

[PATCH 2/4] phy: socionext: add USB3 PHY driver for UniPhier SoC
 2018-07-11 12:05 UTC  (3+ messages)

[PATCH] arm64: neon: Fix function may_use_simd() return error status
 2018-07-11 12:05 UTC  (2+ messages)

[PATCH] mm, oom: document oom_lock
 2018-07-11 12:01 UTC 

[RFC v4 0/3] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-11 11:58 UTC  (6+ messages)

[PATCH 01/12] kernel.h: Add for_each_if()
 2018-07-11 11:51 UTC  (6+ messages)
` [PATCH] "

[PATCH] staging: vt6655: remove some redundant variables
 2018-07-11 11:47 UTC 

[RFC net-next 00/15] net: A socket API for LoRa
 2018-07-11 11:45 UTC  (5+ messages)

[PATCH V2] MIPS: implement smp_cond_load_acquire() for Loongson-3
 2018-07-11 11:46 UTC  (14+ messages)

[PATCH 0/6] Tegra PMC pinctrl pad configuration
 2018-07-11 11:42 UTC  (11+ messages)
` [PATCH 4/6] soc/tegra: pmc: Use X macro to generate IO pad tables
` [PATCH 6/6] soc/tegra: pmc: Implement pad configuration via pinctrl

[PATCH 1/2] mips: Fix mips_dma_map_sg by using correct dma mapping function
 2018-07-11 11:38 UTC  (2+ messages)
` [PATCH 2/2] mips/jazz: provide dma_mask/coherent_dma_mask for platform devices

[PATCH 1/3] clocksource: drivers: set clockevent device cpumask to cpu_possible_mask
 2018-07-11 11:36 UTC  (4+ messages)
` [PATCH 2/3] tick: broadcast-hrtimer: use cpu_possible_mask for ce_broadcast_hrtimer
` [PATCH 3/3] clockevents: warn if cpu_all_mask is used for cpumask while registering new device

[PATCH] staging: sm750fb: remove redundant pointer 'output'
 2018-07-11 11:35 UTC 

[PATCH 00/39 v7] PTI support for x86-32
 2018-07-11 11:29 UTC  (40+ messages)
` [PATCH 01/39] x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
` [PATCH 02/39] x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry_stack
` [PATCH 03/39] x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
` [PATCH 04/39] x86/entry/32: Put ESPFIX code into a macro
` [PATCH 05/39] x86/entry/32: Unshare NMI return path
` [PATCH 06/39] x86/entry/32: Split off return-to-kernel path
` [PATCH 07/39] x86/entry/32: Enter the kernel via trampoline stack
` [PATCH 08/39] x86/entry/32: Leave "
` [PATCH 09/39] x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
` [PATCH 10/39] x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
` [PATCH 11/39] x86/entry/32: Simplify debug entry point
` [PATCH 12/39] x86/32: Use tss.sp1 as cpu_current_top_of_stack
` [PATCH 13/39] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
` [PATCH 14/39] x86/entry/32: Add PTI cr3 switches to NMI handler code
` [PATCH 15/39] x86/pgtable: Rename pti_set_user_pgd to pti_set_user_pgtbl
` [PATCH 16/39] x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
` [PATCH 17/39] x86/pgtable/32: Allocate 8k page-tables "
` [PATCH 18/39] x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
` [PATCH 19/39] x86/pgtable: Move pti_set_user_pgtbl() "
` [PATCH 20/39] x86/pgtable: Move two more functions from pgtable_64.h "
` [PATCH 21/39] x86/mm/pae: Populate valid user PGD entries
` [PATCH 22/39] x86/mm/pae: Populate the user page-table with user pgd's
` [PATCH 23/39] x86/mm/legacy: "
` [PATCH 24/39] x86/mm/pti: Add an overflow check to pti_clone_pmds()
` [PATCH 25/39] x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
` [PATCH 26/39] x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level "
` [PATCH 27/39] x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
` [PATCH 28/39] x86/mm/pti: Keep permissions when cloning kernel text in pti_clone_kernel_text()
` [PATCH 29/39] x86/mm/pti: Introduce pti_finalize()
` [PATCH 30/39] x86/mm/pti: Clone entry-text again in pti_finalize()
` [PATCH 31/39] x86/mm/dump_pagetables: Define INIT_PGD
` [PATCH 32/39] x86/pgtable/pae: Use separate kernel PMDs for user page-table
` [PATCH 33/39] x86/ldt: Reserve address-space range on 32 bit for the LDT
` [PATCH 34/39] x86/ldt: Define LDT_END_ADDR
` [PATCH 35/39] x86/ldt: Split out sanity check in map_ldt_struct()
` [PATCH 36/39] x86/ldt: Enable LDT user-mapping for PAE
` [PATCH 37/39] x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
` [PATCH 38/39] x86/mm/pti: Add Warning when booting on a PCID capable CPU
` [PATCH 39/39] x86/entry/32: Add debug code to check entry/exit cr3

[PATCH v7 0/1] PCI: kirin: Add MSI support
 2018-07-11 11:33 UTC  (5+ messages)
` [PATCH v7 1/1] "
    ` 答复: "

[PATCH v4 0/3] serial: 8250_dw: add fractional divisor support
 2018-07-11 11:31 UTC  (4+ messages)
` [PATCH v4 3/3] "
  ` [PATCH v5 "

[PATCH v12 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-11 11:30 UTC  (13+ messages)
` [PATCH v12 1/4] iommu/arm-smmu: Add pm_runtime/sleep ops
` [PATCH v12 2/4] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device
` [PATCH v12 3/4] iommu/arm-smmu: Add the device_link between masters and smmu

[RFT PATCH 0/4] usb: dwc2: Turn on uframe sched everywhere
 2018-07-11 11:29 UTC  (3+ messages)

[PATCH v3] drm/sun4i: mixer: Read id from DT
 2018-07-11 11:27 UTC 

[PATCH] staging: speakup: remove redundant variable l
 2018-07-11 11:26 UTC 

[PATCH 1/5] staging: rtl8723bs: add spaces around '|'
 2018-07-11 11:23 UTC  (5+ messages)
` [PATCH 2/5] staging: rtl8723bs: fix lines over 80 characters
` [PATCH 3/5] staging: rtl8723bs: remove blank lines
` [PATCH 4/5] staging: rtl8723bs: fix comparsions to NULL
` [PATCH 5/5] staging: rtl8723bs: simplify ratetbl_val_2wifirate()

[PATCH 1/1] efi/x86: remove pointless call to PciIo->Attributes()
 2018-07-11 11:21 UTC  (2+ messages)
` [tip:efi/urgent] efi/x86: Fix mixed mode reboot loop by removing "

[PATCH 4.4 00/47] 4.4.140-stable review
 2018-07-11 11:21 UTC  (2+ messages)

[PATCH 4.17 00/56] 4.17.6-stable review
 2018-07-11 11:18 UTC  (2+ messages)

[PATCH v4 0/4] Multiplex sdmmc low jitter clock path
 2018-07-11 11:17 UTC  (6+ messages)
` [PATCH v4 2/4] clk: tegra: refactor 7.1 div calculation

[PATCH 4.9 00/52] 4.9.112-stable review
 2018-07-11 11:17 UTC  (4+ messages)

[GIT PULL 0/1] EFI mixed mode fix for v4.18
 2018-07-11 11:14 UTC  (5+ messages)

INFO: task hung in __sb_start_write
 2018-07-11 11:13 UTC  (9+ messages)

[PATCH v2 0/8] staging:rtl8192u Coding style changes
 2018-07-11 11:13 UTC  (3+ messages)
` [PATCH v2 3/8] staging:rtl8192u: Correct spacing before and after parenthesis - Style

[PATCH v10 2/2] media: V3s: Add support for Allwinner CSI
 2018-07-11 11:12 UTC  (4+ messages)

[PATCH v13 1/2] Reorganize the oom report in dump_header
 2018-07-11 11:10 UTC  (7+ messages)
` [PATCH v13 2/2] Add oom victim's memcg to the oom context information

[PATCH] staging: gasket: fix plain integer as NULL pointer warning
 2018-07-11 11:13 UTC 

[PATCH v35 0/5] Virtio-balloon: support free page reporting
 2018-07-11 11:09 UTC  (8+ messages)
` [PATCH v35 1/5] mm: support to get hints of free page blocks

[PATCH] cgroup: use irqsave in cgroup_rstat_flush_locked()
 2018-07-11 11:05 UTC  (4+ messages)

[PATCH 3.18 00/23] 3.18.115-stable review
 2018-07-11 11:05 UTC  (3+ messages)

[PATCH v3 1/2] leds: core: Introduce generic pattern interface
 2018-07-11 11:02 UTC  (2+ messages)

v4.18-rc2 on droid4: screen turns red
 2018-07-11 10:58 UTC  (3+ messages)

[PATCH v2] regmap: slimbus: add support to multi read/write
 2018-07-11 10:59 UTC  (2+ messages)
` Applied "regmap: slimbus: add support to multi read/write" to the regmap tree

[PATCH] staging: ks7010: remove redundant variable eth_proto
 2018-07-11 10:59 UTC 

[PATCH 1/2] ASoC: dpcm: rework runtime stream merge
 2018-07-11 10:59 UTC  (2+ messages)
` Applied "ASoC: dpcm: rework runtime stream merge" to the asoc tree

[PATCH 2/2] ASoC: dpcm: add rate merge to the BE stream merge
 2018-07-11 10:59 UTC  (2+ messages)
` Applied "ASoC: dpcm: add rate merge to the BE stream merge" to the asoc tree

linux-next: manual merge of the driver-core tree with the iommu tree
 2018-07-11 10:58 UTC  (2+ messages)

[RFC] Make need_resched() return true when rcu_urgent_qs requested
 2018-07-11 10:57 UTC  (12+ messages)

[GIT PULL] Char/Misc driver fixes for 4.18-rc5
 2018-07-11 10:57 UTC 

[GIT PULL] Staging driver fixes for 4.18-rc5
 2018-07-11 10:57 UTC 

[GIT PULL] USB driver fixes for 4.18-rc5
 2018-07-11 10:56 UTC 

[PATCH] arm64: neon: Fix function may_use_simd() return error status
 2018-07-11 10:55 UTC  (2+ messages)

[PATCH v1 2/9] scsi: Allow auto suspend override by low-level driver
 2018-07-11 10:50 UTC  (6+ messages)
` [PATCH v1 3/9] scsi: ufs: Override auto suspend tunables for ufs
` [PATCH v1 4/9] scsi: ufs: add option to change default UFS power management level

Bug report about KASLR and ZONE_MOVABLE
 2018-07-11 10:49 UTC  (5+ messages)

[PATCH] staging: gdm724x: redundant variables idProduct and idVendor
 2018-07-11 10:49 UTC 

[PATCH V4 3/5] mailbox: imx: add imx mu support
 2018-07-11 10:44 UTC  (6+ messages)

[PATCH] staging: gasket: remove redundant pointer bar_data
 2018-07-11 10:40 UTC 

[PATCH v3 15/20] kvm: arm/arm64: Allow tuning the physical address size for VM
 2018-07-11 10:38 UTC  (11+ messages)

[PATCH] staging: comedi: remove redundant variable segpos
 2018-07-11 10:32 UTC 

[PATCH 0/3] ARM: dts: qcom: msm8974-hammerhead: add support for mpu6515
 2018-07-11 10:31 UTC  (4+ messages)
` [PATCH 2/3] iio: imu: mpu6050: add support for regulator framework

[PATCH v2 00/12] KVM/X86: Introduce a new guest mapping interface
 2018-07-11 10:26 UTC  (4+ messages)

[PATCH 0/4] nvmem: patches for 4.19
 2018-07-11 10:20 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: nvmem: Add Spreadtrum SC27XX efuse controller documentation
` [PATCH 2/4] nvmem: Add Spreadtrum SC27XX efuse support
` [PATCH 3/4] dt-bindings: nvmem: imx-ocotp: add compatible string for imx6sll
` [PATCH 4/4] nvmem: imx-ocotp: add support "

[PATCH v6 0/7] fs/dcache: Track & limit # of negative dentries
 2018-07-11 10:21 UTC  (6+ messages)

[PATCH 1/2] [RESEND, net-next] xfrm: use time64_t for in-kernel timestamps
 2018-07-11 10:19 UTC  (2+ messages)
` [PATCH 2/2] [RESEND, net-next] ipv6: xfrm: use 64-bit timestamps

INFO: task hung in iterate_supers
 2018-07-11 10:19 UTC  (3+ messages)

[PATCH] clk: core: Potentially free connection id
 2018-07-11 10:17 UTC  (2+ messages)

Boot WARN with patch "regulator: core: Link consumer with regulator driver"
 2018-07-11 10:08 UTC 

KASAN: use-after-free Read in ipv6_gso_pull_exthdrs
 2018-07-11 10:07 UTC  (5+ messages)

[PATCH] power: supply: adp5061: Fix a couple off by ones
 2018-07-11 10:04 UTC  (2+ messages)

[PATCH] x86/efi: Access EFI MMIO data as unencrypted when SEV is active
 2018-07-11 10:00 UTC  (2+ messages)

[PATCH v3 0/2] powerpc: Detection and scheduler optimization for POWER9 bigcore
 2018-07-11  9:54 UTC  (4+ messages)
` [PATCH v3 1/2] powerpc: Detect the presence of big-cores via "ibm,thread-groups"
  ` [PATCH v3 1/2] powerpc: Detect the presence of big-cores via "ibm, thread-groups"

[PATCH v3 0/7] Introduce struct __kernel_timex
 2018-07-11  9:54 UTC  (3+ messages)
` [PATCH v3 5/7] time: Add "

[PATCH v5 00/10] Uprobes: Support SDT markers having reference count (semaphore)
 2018-07-11  9:52 UTC  (12+ messages)
` [PATCH v5 06/10] "

[PATCH V2 00/19] C-SKY(csky) Linux Kernel Port
 2018-07-11  9:51 UTC  (2+ messages)

[PATCH V5 2/2] scsi: ufs: Add configfs support for ufs provisioning
 2018-07-11  9:50 UTC  (3+ messages)

[PATCH net] net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite
 2018-07-11  9:47 UTC 

[PATCH 1/2] device core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMER
 2018-07-11  9:46 UTC  (4+ messages)
` [PATCH 2/2] device core: Add flag to autoremove device link on supplier unbind

[PATCH] staging: speakup: fix wraparound in uaccess length check
 2018-07-11  9:44 UTC  (4+ messages)

[PATCH v2] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-11  9:43 UTC  (2+ messages)
  ` [PATCH v3] "

[RESEND PATCH v2 0/9] Rewrite asm-generic/bitops/{atomic,lock}.h and use on arm64
 2018-07-11  9:43 UTC  (6+ messages)
` [RESEND PATCH v2 3/9] asm-generic: Move some macros from linux/bitops.h to a new bits.h file

[PATCH v2] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-11  9:43 UTC  (3+ messages)

[GIT PULL 0/8] EFI changes for v4.19
 2018-07-11  9:40 UTC  (2+ messages)
` [PATCH 2/8] efi/x86: Use non-blocking SetVariable() for efi_delete_dummy_variable()


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