linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-06 18:59:52 to 2019-06-06 23:06:17 UTC [more...]

linux-next: manual merge of the sunxi tree with the imx-xms tree
 2019-06-06 23:06 UTC 

[RFC/RFT PATCH] Revert "ASoC: fsl_esai: ETDR and TX0~5 registers are non volatile"
 2019-06-06 23:01 UTC 

[PATCH 0/3] MSM8998 GPUCC Support
 2019-06-06 23:00 UTC  (3+ messages)
` [PATCH 2/3] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver

[PATCH v3 1/2] drm: bridge: dw-hdmi: Add hook for resume
 2019-06-06 22:58 UTC  (4+ messages)
` [PATCH v3 2/2] drm/rockchip: dw_hdmi: Handle suspend/resume

[PATCH] clk: mediatek: Remove MT8183 unused clock
 2019-06-06 22:58 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: mediatek: audsys: add support for MT8516
 2019-06-06 22:57 UTC  (4+ messages)
` [PATCH 2/2] clk: mediatek: add audsys clock driver "

[PATCH] clk: fix clock global name usage
 2019-06-06 22:54 UTC  (6+ messages)

Hello linux
 2019-06-06 19:21 UTC 

[RFC][PATCH 00/10] Mount, FS, Block and Keyrings notifications [ver #3]
 2019-06-06 22:52 UTC  (22+ messages)
  ` [PATCH 01/10] security: Override creds in __fput() with last fputter's creds "
  ` [PATCH 10/10] Add sample notification program "

[PATCH] ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw
 2019-06-06 22:51 UTC  (2+ messages)

[PATCH 00/15] x86 cleanups and static_call()
 2019-06-06 22:44 UTC  (5+ messages)
` [PATCH 10/15] static_call: Add basic static call infrastructure
` [PATCH 11/15] static_call: Add inline "

[PATCH] mm: Allow userland to request that the kernel clear memory on release
 2019-06-06 22:45 UTC  (4+ messages)
` [PATCH V4] "

repost: input: keyboard: gpio-keys-polled: use input name from pdata
 2019-06-06 22:43 UTC  (2+ messages)
` [PATCH] input: keyboard: gpio-keys-polled: use input name from pdata if available

[v3 PATCH] RISC-V: Add a PE/COFF compliant Image header
 2019-06-06 22:41 UTC  (3+ messages)

[PATCH 0/2] drm/vkms: Introduces writeback support
 2019-06-06 22:41 UTC  (3+ messages)
` [PATCH 1/2] drm/vkms: Use index instead of 0 in possible crtc
` [PATCH 2/2] drm/vkms: Add support for writeback

[PATCH bpf v2] bpf: preallocate a perf_sample_data per event fd
 2019-06-06 22:39 UTC  (4+ messages)
` [PATCH bpf] bpf: fix nested bpf tracepoints with per-cpu data

linux-next: manual merge of the arm64 tree with the arm64-fixes tree
 2019-06-06 22:38 UTC 

[PATCH] mtd: spi-nor: Add prep/unprep for spi_nor_resume
 2019-06-06 22:33 UTC  (3+ messages)
  ` [EXT] "

[PATCH 0/2] PCI: PM: Optimization and cleanup
 2019-06-06 22:32 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: PM: Avoid resuming devices in D3hot during system suspend
` [PATCH 2/2] PCI: PM: Replace pci_dev_keep_suspended() with two functions

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-06 22:28 UTC  (10+ messages)

[PATCH v4] ARM: dts: Introduce the NXP LS1021A-TSN board
 2019-06-06 22:28 UTC 

[PATCH v3] ARM: dts: Introduce the NXP LS1021A-TSN board
 2019-06-06 22:21 UTC 

KASAN: use-after-free Read in blk_mq_free_rqs
 2019-06-06 22:21 UTC  (2+ messages)

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-06 22:10 UTC  (32+ messages)
` [PATCH v7 01/27] Documentation/x86: Add CET description
` [PATCH v7 02/27] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v7 03/27] x86/fpu/xstate: Change names to separate XSAVES system and user states
` [PATCH v7 04/27] x86/fpu/xstate: Introduce XSAVES system states
` [PATCH v7 05/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [PATCH v7 06/27] x86/cet: Add control protection exception handler
` [PATCH v7 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [PATCH v7 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v7 09/27] mm/mmap: Prevent Shadow Stack VMA merges
` [PATCH v7 10/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v7 11/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [PATCH v7 12/27] drm/i915/gvt: Update _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v7 13/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [PATCH v7 14/27] x86/mm: Shadow stack page fault error checking
` [PATCH v7 15/27] mm: Handle shadow stack page fault
` [PATCH v7 16/27] mm: Handle THP/HugeTLB "
` [PATCH v7 17/27] mm: Update can_follow_write_pte/pmd for shadow stack
` [PATCH v7 18/27] mm: Introduce do_mmap_locked()
` [PATCH v7 19/27] x86/cet/shstk: User-mode shadow stack support
` [PATCH v7 20/27] x86/cet/shstk: Introduce WRUSS instruction
` [PATCH v7 21/27] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
` [PATCH v7 23/27] x86/cet/shstk: ELF header parsing of Shadow Stack
` [PATCH v7 24/27] x86/cet/shstk: Handle thread shadow stack
` [PATCH v7 25/27] mm/mmap: Add Shadow stack pages to memory accounting
` [PATCH v7 26/27] x86/cet/shstk: Add arch_prctl functions for Shadow Stack
` [PATCH v7 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-06-06 22:12 UTC  (11+ messages)
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

[PATCH RFC 0/2] x86/boot: Introduce the setup_header2
 2019-06-06 22:06 UTC  (3+ messages)
` [PATCH RFC 1/2] "

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-06 22:06 UTC  (4+ messages)
` [PATCH v9 11/12] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields

[PATCH] scsi: libsas, lldds: Use dev_is_expander()
 2019-06-06 22:02 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the sound-asoc-fixes tree
 2019-06-06 22:01 UTC 

[GIT] Networking
 2019-06-06 22:00 UTC 

[PATCH] scsi: lpfc: Avoid unused function warnings
 2019-06-06 21:55 UTC  (2+ messages)

[PATCH bpf-next] bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helper
 2019-06-06 21:51 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the clk tree
 2019-06-06 21:49 UTC 

linux-next: Fixes tag needs some work in the imx-mxs tree
 2019-06-06 21:46 UTC 

[PATCH v3 1/2] fork: add clone3
 2019-06-06 21:46 UTC  (2+ messages)

[PATCH] net: ipv4: fib_semantics: fix uninitialized variable
 2019-06-06 21:38 UTC  (3+ messages)

[PATCH v2 0/3] brcmfmac: sdio: Deal better w/ transmission errors waking from idle
 2019-06-06 21:37 UTC  (4+ messages)
` [PATCH v2 3/3] brcmfmac: sdio: Disable auto-tuning around commands expected to fail

[PATCH v19 1/3] proc: add /proc/<pid>/arch_status
 2019-06-06 21:34 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 18/25] MIPS: perf: ath79: Fix perfcount IRQ assignment
 2019-06-06 21:28 UTC  (2+ messages)

[PATCH] spi: mediatek: add SPI_LSB_FIRST support
 2019-06-06 21:27 UTC  (2+ messages)
` Applied "spi: mediatek: add SPI_LSB_FIRST support" to the spi tree

[PATCH] ASoC: rt1011: Mark format integer literals as unsigned
 2019-06-06 21:27 UTC  (4+ messages)
` Applied "ASoC: rt1011: Mark format integer literals as unsigned" to the asoc tree

KASAN: slab-out-of-bounds Read in corrupted (2)
 2019-06-06 21:26 UTC  (2+ messages)

[PATCH] watchdog: meson_wdt: update with SPDX Licence identifier
 2019-06-06 21:22 UTC  (2+ messages)

[PATCH 0/6] watchdog/hpwdt: cleanups and kdump accommodations
 2019-06-06 21:20 UTC  (13+ messages)
` [PATCH 1/6] watchdog/hpwdt: Stop hpwdt on unregister
` [PATCH 2/6] watchdog/hpwdt: Advertize max_hw_heartbeat_ms
` [PATCH 3/6] watchdog/hpwdt: Have core ping watchdog
` [PATCH 4/6] watchdog/hpwdt: Add module parameter kdumptimeout
` [PATCH 5/6] watchdog/hpwdt: Update documentation
` [PATCH 6/6] watchdog/hpwdt: Reflect changes

single copy atomicity for double load/stores on 32-bit systems
 2019-06-06 21:17 UTC  (8+ messages)

"locking/lockdep: Consolidate lock usage bit initialization" is buggy
 2019-06-06 21:14 UTC 

[BUG 4.4.178] x86_64 compat mode futexes broken
 2019-06-06 21:11 UTC 

[PATCH 03/10] mfd / platform: cros_ec: Miscellaneous character device to talk with the EC
 2019-06-06 21:11 UTC  (10+ messages)

[PATCH 0/5] mm/hmm: HMM documentation updates and code fixes
 2019-06-06 21:08 UTC  (10+ messages)
` [PATCH 1/5] mm/hmm: Update HMM documentation
` [PATCH 4/5] mm/hmm: hmm_vma_fault() doesn't always call hmm_range_unregister()

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-06-06 20:58 UTC  (11+ messages)

[PATCH] Revert "media: hfi_parser: don't trick gcc with a wrong expected size"
 2019-06-06 20:57 UTC  (2+ messages)

[PATCH V3 1/5] perf cpumap: Retrieve die id information
 2019-06-06 20:56 UTC  (7+ messages)
` [PATCH V3 2/5] perf header: Add die information in CPU topology

[PATCH v3 net-next 0/7] net: ethernet: ti: cpsw: Add XDP support
 2019-06-06 20:56 UTC  (4+ messages)

[PATCH] pinctrl: tb10x: Use flexible-array member and struct_size() helper
 2019-06-06 20:55 UTC  (2+ messages)

[RFC PATCH] kbuild: Add option to generate a Compilation Database
 2019-06-06 20:54 UTC  (2+ messages)

[PATCH V4] drivers: i2c: tegra: fix checkpatch defects
 2019-06-06 20:45 UTC  (2+ messages)

[PATCH] fs: gfs2: Use IS_ERR_OR_NULL
 2019-06-06 20:41 UTC  (5+ messages)
` [PATCH net-next] net: Drop unlikely before IS_ERR(_OR_NULL)

[PATCH 0/2] clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTB
 2019-06-06 20:36 UTC  (5+ messages)
` [PATCH 1/2] clk: bcm: Make BCM2835 clock drivers selectable
` [PATCH 2/2] clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTB

[PATCH][next] ixgbe: fix potential u32 overflow on shift
 2019-06-06 20:33 UTC  (2+ messages)

[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-06-06 20:28 UTC  (19+ messages)
` [PATCH v7 01/14] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [PATCH v7 02/14] x86/cet/ibt: User-mode indirect branch tracking support
` [PATCH v7 03/14] x86/cet/ibt: Add IBT legacy code bitmap setup function
` [PATCH v7 04/14] x86/cet/ibt: Handle signals for IBT
` [PATCH v7 05/14] mm/mmap: Add IBT bitmap size to address space limit check
` [PATCH v7 06/14] x86/cet/ibt: ELF header parsing for IBT
` [PATCH v7 07/14] x86/cet/ibt: Add arch_prctl functions "
` [PATCH v7 08/14] x86/cet/ibt: Add ENDBR to op-code-map
` [PATCH v7 09/14] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v7 10/14] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v7 11/14] x86/vsyscall/64: Add ENDBR64 to vsyscall entry points
` [PATCH v7 12/14] x86/vsyscall/64: Fixup shadow stack and branch tracking for vsyscall
` [PATCH v7 13/14] x86/cet: Add PTRACE interface for CET
` [PATCH v7 14/14] x86: Discard .note.gnu.property sections

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-06 20:29 UTC  (7+ messages)
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

Crypto Fixes for 4.17
 2019-06-06 20:20 UTC  (12+ messages)
` Crypto Fixes for 4.18
  ` Crypto Fixes for 4.19
    ` Crypto Fixes for 4.20
        ` Crypto Fixes for 5.0
            ` [GIT] "
              ` [GIT] Crypto Fixes for 5.1
                ` [GIT] Crypto Fixes for 5.2

[GIT PULL] parisc architecture fixes for kernel v5.2-rc4
 2019-06-06 20:20 UTC  (2+ messages)

[PATCH 00/20] drm: rcar-du: Add Color Management Module (CMM)
 2019-06-06 20:19 UTC  (6+ messages)
` [PATCH 01/20] dt-bindings: display: renesas,cmm: Add R-Car CMM documentation
` [PATCH 03/20] dt-bindings: display, renesas,du: Update 'vsps' in example

[PATCH] KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_extra
 2019-06-06 20:19 UTC  (4+ messages)

[PATCH] clk: fix a missing-free bug in clk_cpy_name()
 2019-06-06 20:16 UTC  (4+ messages)

[PATCH 1/4] zstd: pass pointer rathen than structure to functions
 2019-06-06 20:14 UTC  (8+ messages)
` [PATCH 0/4] zstd: reduce stack usage
            ` RE:(2) [PATCH 1/4] zstd: pass pointer rathen than structure to functions
              ` (2) "

[GIT PULL] Please pull RDMA subsystem changes
 2019-06-06 20:14 UTC 

[BISECTED REGRESSION] b43legacy broken on G4 PowerBook
 2019-06-06 20:11 UTC  (8+ messages)

[PATCH 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-06-06 20:11 UTC  (8+ messages)

[PATCH] perf tools: Properly set the value of 'old' and 'head' in snapshot mode
 2019-06-06 20:10 UTC  (2+ messages)

[PATCH 2/2] zstd: use U16 data type for rankPos
 2019-06-06 20:09 UTC  (2+ messages)

[PATCH] vhost: Don't use defined in VHOST_ARCH_CAN_ACCEL_UACCESS definition
 2019-06-06 20:06 UTC  (3+ messages)

[RFC PATCH 22/57] drivers: i2c: Use generic helper to match device by acpi_dev
 2019-06-06 20:03 UTC  (2+ messages)

[PATCH] x86/resctrl: Use _ASM_BX to avoid #ifdef CONFIG_X86_64
 2019-06-06 20:00 UTC 

[PATCH 00/10] arm64: meson-gx: misc fixes
 2019-06-06 20:00 UTC  (9+ messages)
` [PATCH 01/10] arm64: dts: meson-gxm-khadas-vim2: fix gpio-keys-polled node
` [PATCH 02/10] arm64: dts: meson-gxm-khadas-vim2: fix Bluetooth support

[PATCH bpf-next] bpf: allow CGROUP_SKB programs to use bpf_get_current_cgroup_id() helper
 2019-06-06 19:59 UTC  (5+ messages)

[PATCH 0/4] arm64: dts: meson-g12a: mmc updates
 2019-06-06 19:56 UTC  (7+ messages)
` [PATCH 2/4] arm64: dts: meson-g12a-x96-max: add support for sdcard and emmc
` [PATCH 3/4] arm64: dts: meson-g12a-x96-max: Enable Wifi SDIO Module
` [PATCH 4/4] arm64: dts: meson-g12a-sei510: Enable Wifi SDIO module

[RFC PATCH stable-4.4] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-06 19:55 UTC  (2+ messages)

[PATCH 0/4] arm64: dts: meson-g12a: bluetooth fixups
 2019-06-06 19:54 UTC  (9+ messages)
` [PATCH 1/4] arm64: dts: meson-g12a-sei510: add 32k clock to bluetooth node
` [PATCH 2/4] arm64: dts: meson-g12a-x96-max: "
` [PATCH 3/4] arm64: dts: meson-g12a-sei510: bump bluetooth bus speed to 2Mbaud/s
` [PATCH 4/4] arm64: dts: meson-g12a-x96-max: "

[PATCH v4 0/1] Use HMM for ODP v4
 2019-06-06 19:53 UTC  (12+ messages)
            ` RFC: Run a dedicated hmm.git for 5.3

[PATCH v3 00/15] tc358767 driver improvements
 2019-06-06 19:53 UTC  (10+ messages)
  ` [PATCH v3 03/15] drm/bridge: tc358767: Simplify polling in tc_link_training()
  ` [PATCH v3 05/15] drm/bridge: tc358767: Drop custom tc_write()/tc_read() accessors
  ` [PATCH v3 06/15] drm/bridge: tc358767: Simplify AUX data read

[GIT PULL] xfs: fixes for 5.2-rc4
 2019-06-06 19:45 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 5.2-rc4
 2019-06-06 19:45 UTC  (2+ messages)

[GIT PULL] fuse fixes for 5.2-rc4
 2019-06-06 19:45 UTC  (2+ messages)

[PATCH 0/3] Add support of New Amlogic temperature sensor for G12A SoCs
 2019-06-06 19:40 UTC  (5+ messages)
` [PATCH 1/3] Documentation: dt-bindings: add the Amlogic Meson Temperature Sensor
` [PATCH 3/3] iio: temperature: add a driver for the temperature sensor found in Amlogic Meson G12 SoCs

[PATCH] kernel: module: Use struct_size() helper
 2019-06-06 18:50 UTC  (3+ messages)

[PATCH] RISC-V: Break load reservations during switch_to
 2019-06-06 19:32 UTC  (4+ messages)

[PATCH v4] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernel
 2019-06-06 19:22 UTC  (2+ messages)
` [tip:x86/boot] x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernels

[PATCH v6 1/2] x86/kexec: Build identity mapping for EFI systab and ACPI tables
 2019-06-06 19:22 UTC  (2+ messages)
` [tip:x86/boot] x86/kexec: Add the EFI system tables and ACPI tables to the ident map

[PATCH 4.19 237/276] scsi: lpfc: avoid uninitialized variable warning
 2019-06-06 19:22 UTC  (3+ messages)
` [PATCH] scsi: lpfc: Fix backport of faf5a744f4f8 ("scsi: lpfc: avoid uninitialized variable warning")

[PATCH v6 1/2] x86/kexec: Build identity mapping for EFI systab and ACPI tables
 2019-06-06 19:20 UTC  (11+ messages)

[PATCH V2 00/12] LP0 entry and exit support for Tegra210
 2019-06-06 19:13 UTC  (4+ messages)
` [PATCH V2 07/12] clk: tegra: support for Tegra210 clocks suspend-resume

[PATCH v2 1/3] i3c: fix i2c and i3c scl rate by bus mode
 2019-06-06 19:04 UTC  (6+ messages)

[PATCH V4 00/12] misc: xilinx sd-fec drive
 2019-06-06 19:04 UTC  (5+ messages)
` [PATCH V4 02/12] misc: xilinx-sdfec: add core driver

[PATCH v2] Documentation: Add section about CPU vulnerabilities for Spectre
 2019-06-06 18:59 UTC  (2+ 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).