linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-14 20:09:52 to 2019-08-15 01:40:50 UTC [more...]

[PATCH v2 0/2] drm/mediatek: make imported PRIME buffers contiguous
 2019-08-15  1:40 UTC  (2+ messages)

[PATCH 5.2 000/144] 5.2.9-stable review
 2019-08-15  1:34 UTC  (3+ messages)

[PATCH 0/3] libnvdimm/security: Enumerate the frozen state and other cleanups
 2019-08-15  1:20 UTC  (4+ messages)
` [PATCH 1/3] libnvdimm/security: Introduce a 'frozen' attribute
` [PATCH 2/3] libnvdimm/security: Tighten scope of nvdimm->busy vs security operations
` [PATCH 3/3] libnvdimm/security: Consolidate 'security' operations

[PATCH v2 1/3] staging: erofs: introduce EFSCORRUPTED and more logs
 2019-08-15  1:31 UTC  (3+ messages)
` [PATCH v2 3/3] staging: erofs: correct all misused ENOTSUPP

[PATCH 4.19 00/91] 4.19.67-stable review
 2019-08-15  1:29 UTC  (3+ messages)

[PATCH] nbd: add a missed nbd_config_put() in nbd_xmit_timeout()
 2019-08-15  1:27 UTC  (2+ messages)

WARNING in cgroup_rstat_updated
 2019-08-15  1:26 UTC  (2+ messages)

[PATCH 4.14 00/69] 4.14.139-stable review
 2019-08-15  1:20 UTC  (3+ messages)

kexec on rk3399
 2019-08-15  1:15 UTC  (3+ messages)

[PATCH] sh: Drop -Werror from kernel Makefile
 2019-08-15  0:59 UTC  (4+ messages)

[PATCH v8 00/14] Rockchip ISP1 Driver
 2019-08-15  0:58 UTC  (4+ messages)
` [PATCH v8 05/14] media: rkisp1: add Rockchip ISP1 subdev driver

[PATCH 00/11] ARM: dts: qcom: msm8974: add support for external display
 2019-08-15  0:48 UTC  (12+ messages)
` [PATCH 01/11] dt-bindings: drm/bridge: analogix-anx78xx: add new variants
` [PATCH 02/11] "
` [PATCH 03/11] drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warnings
` [PATCH 04/11] drm/bridge: analogix-anx78xx: convert to i2c_new_dummy_device
` [PATCH 05/11] drm/bridge: analogix-anx78xx: correct value of TX_P0
` [PATCH RFC 06/11] drm/bridge: analogix-anx78xx: add support for avdd33 regulator
` [PATCH 07/11] ARM: qcom_defconfig: add CONFIG_DRM_ANALOGIX_ANX78XX
` [PATCH 08/11] drm/msm/hdmi: silence -EPROBE_DEFER warning
` [PATCH 09/11] ARM: dts: qcom: pm8941: add 5vs2 regulator node
` [PATCH RFC 10/11] ARM: dts: qcom: msm8974: add HDMI nodes
` [PATCH RFC 11/11] ARM: dts: qcom: msm8974-hammerhead: add support for external display

[PATCH] scsi: fnic: remove redundant assignment of variable rc
 2019-08-15  0:33 UTC  (2+ messages)

[PATCH v10 0/7] powerpc: implement machine check safe memcpy
 2019-08-15  0:39 UTC  (8+ messages)
` [PATCH v10 1/7] powerpc/mce: Schedule work from irq_work
` [PATCH v10 2/7] powerpc/mce: Fix MCE handling for huge pages
` [PATCH v10 3/7] powerpc/mce: Make machine_check_ue_event() static
` [PATCH v10 4/7] extable: Add function to search only kernel exception table
` [PATCH v10 5/7] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [PATCH v10 6/7] powerpc/mce: Handle UE event for memcpy_mcsafe
` [PATCH v10 7/7] powerpc: add machine check safe copy_to_user

[PATCH v6 0/8] Add basic SoC support for mt6765
 2019-08-15  0:27 UTC  (3+ messages)
` [PATCH v6 5/8] clk: mediatek: Add MT6765 clock support

[PATCH v4 0/7] x86: KVM: svm: get rid of hardcoded instructions lengths
 2019-08-15  0:19 UTC  (5+ messages)
` [PATCH v4 2/7] x86: kvm: svm: propagate errors from skip_emulated_instruction()

[PATCH v4 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-08-15  0:16 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v4 3/3] x86/kasan: support KASAN_VMALLOC

[PATCH v9 0/7] powerpc: implement machine check safe memcpy
 2019-08-15  0:15 UTC  (7+ messages)
` [PATCH v9 6/7] powerpc/mce: Handle UE event for memcpy_mcsafe
` [PATCH v9 7/7] powerpc: add machine check safe copy_to_user

[PATCH v3 hmm 00/11] Add mmu_notifier_get/put for managing mmu notifier registrations
 2019-08-15  0:13 UTC  (13+ messages)
` [PATCH v3 hmm 01/11] mm/mmu_notifiers: hoist do_mmu_notifier_register down_write to the caller
` [PATCH v3 hmm 02/11] mm/mmu_notifiers: do not speculatively allocate a mmu_notifier_mm
` [PATCH v3 hmm 03/11] mm/mmu_notifiers: add a get/put scheme for the registration
` [PATCH v3 hmm 05/11] hmm: use mmu_notifier_get/put for 'struct hmm'
` [PATCH v3 hmm 11/11] mm/mmu_notifiers: remove unregister_no_release

[PATCH 0/5] hmm & mmu_notifier debug/lockdep annotations
 2019-08-15  0:11 UTC  (14+ messages)
` [PATCH 1/5] mm: Check if mmu notifier callbacks are allowed to fail
` [PATCH 2/5] kernel.h: Add non_block_start/end()
` [PATCH 3/5] mm, notifier: Catch sleeping/blocking for !blockable
` [PATCH 4/5] mm, notifier: Add a lockdep map for invalidate_range_start
` [PATCH 5/5] mm/hmm: WARN on illegal ->sync_cpu_device_pagetables errors

[PATCH] ipvlan: set hw_enc_features like macvlan
 2019-08-15  0:10 UTC 

turn hmm migrate_vma upside down v3
 2019-08-15  0:09 UTC  (2+ messages)

Policy to keep USB ports powered in low-power states
 2019-08-15  0:08 UTC  (4+ messages)

[PATCH bpf-next] tools: libbpf: update extended attributes version of bpf_object__open()
 2019-08-15  0:03 UTC 

[RFC PATCH 0/2] mm/gup: introduce vaddr_pin_pages_remote(), FOLL_PIN
 2019-08-15  0:02 UTC  (9+ messages)
` [RFC PATCH 2/2] mm/gup: introduce vaddr_pin_pages_remote()

[PATCH v5 0/4] Hello,
 2019-08-15  0:03 UTC  (3+ messages)
` [PATCH v5 1/4] clk: core: link consumer with clock driver

[PATCH v2] coresight: tmc-etr: Fix perf_data check
 2019-08-14 23:50 UTC  (3+ messages)

[PATCH 1/2] of/platform: Fix fn definitons for of_link_is_valid() and of_link_property()
 2019-08-14 23:41 UTC  (6+ messages)
` [PATCH 2/2] of/platform: Disable generic device linking code for PowerPC

[PATCH] MAINTAINERS, x86/CPU: Tony Luck will maintain asm/intel-family.h
 2019-08-14 23:40 UTC 

[PATCH] x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h
 2019-08-14 23:38 UTC  (3+ messages)
` Non-random RDRAND "

[PATCH] selftests: net: tcp_fastopen_backup_key.sh: fix shellcheck issue
 2019-08-14 23:34 UTC  (2+ messages)

[PATCH 0/7] Adding a proper workaround for fixing RTD3 issues with Nouveau
 2019-08-14 23:34 UTC  (11+ messages)
` [PATCH 1/7] Revert "ACPI / OSI: Add OEM _OSI string to enable dGPU direct output"
  ` [Nouveau] "
` [PATCH 2/7] Revert "ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio"
` [PATCH 3/7] Revert "ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3"
` [PATCH 4/7] drm/nouveau/pci: enable pcie link changes for pascal
` [PATCH 5/7] drm/nouveau/pci: add nvkm_pcie_get_speed
` [PATCH 6/7] drm/nouveau/pci: save the boot pcie link speed and restore it on fini
` [PATCH 7/7] drm/nouveau: abort runtime suspend if we hit an error

[PATCH net-next v2 0/9] net: macsec: initial support for hardware offloading
 2019-08-14 23:28 UTC  (10+ messages)
` [PATCH net-next v2 5/9] net: phy: add MACsec ops in phy_device
` [PATCH net-next v2 6/9] net: macsec: hardware offloading infrastructure

[PATCH RFC memory-model 0/31] LKMM updates for review
 2019-08-14 23:24 UTC  (6+ messages)
` [PATCH RFC memory-model 27/31] tools/memory-model: Add data-race capabilities to judgelitmus.sh
      ` [PATCH 0/2] tools/memory-model: Update comment of jugdelitmus.sh

[PATCH 04/22] media: Move v4l2_fwnode_parse_link from v4l2 to driver base
 2019-08-14 23:15 UTC  (8+ messages)

[PATCH] PCI/IOV: Move sysfs SR-IOV functions to iov.c
 2019-08-14 23:14 UTC  (5+ messages)
` [PATCH v2 0/3] PCI: pci-sysfs.c cleanup
  ` [PATCH v2 1/3] PCI: sysfs: Define device attributes with DEVICE_ATTR*()
    ` [Linux-kernel-mentees] "

[PATCH 1/3] mm/migrate: clean up useless code in migrate_vma_collect_pmd()
 2019-08-14 23:11 UTC  (3+ messages)
` [PATCHv2] "

[PATCH] thermal: armada: Fix -Wshift-negative-value
 2019-08-14 23:06 UTC  (5+ messages)

[RFC 0/5] media: v4l2-ctrls: Add camera 'location' support
 2019-08-14 23:03 UTC  (10+ messages)
` [RFC 1/5] media: dt-bindings: Document 'location' property
` [RFC 2/5] media: v4l2-ctrl: Document V4L2_CID_LOCATION
` [RFC 3/5] media: v4l2-ctrls: Add support for V4L2_CID_LOCATION
` [RFC 4/5] media: i2c: ov5670: Report the camera location
` [RFC 5/5] media: i2c: ov13858: "

[PATCH v3 1/2] rcu/tree: Add basic support for kfree_rcu batching
 2019-08-14 23:02 UTC  (7+ messages)

[PATCH v4 1/2] rcu/tree: Add basic support for kfree_rcu() batching
 2019-08-14 22:58 UTC  (3+ messages)
` [PATCH v4 2/2] rcuperf: Add kfree_rcu() performance Tests

[patch] mm, page_alloc: move_freepages should not examine struct page of reserved memory
 2019-08-14 22:49 UTC  (4+ messages)

[PATCH 1/3] workqueue: Convert for_each_wq to use built-in list check (v2)
 2019-08-14 22:42 UTC  (3+ messages)

[PATCH 0/2] keys: ACLs
 2019-08-14 22:41 UTC  (7+ messages)
` [PATCH 1/2] KEYS: Replace uid/gid/perm permissions checking with an ACL

[GIT PULL] Wimplicit-fallthrough patches for 5.3-rc5
 2019-08-14 22:35 UTC  (2+ messages)

[GIT PULL] afs: Fixes
 2019-08-14 22:35 UTC  (2+ messages)

[PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga
 2019-08-14 22:33 UTC  (3+ messages)

[PATCH 0/4] Arm MHUv2 Mailbox Controller Driver
 2019-08-14 22:22 UTC  (13+ messages)
` [PATCH 1/4] mailbox: arm_mhuv2: add device tree binding documentation

[PATCH v4 0/2] [PATCH v2 0/6] sparsemem support for RISC-V
 2019-08-14 22:21 UTC  (20+ messages)
` [PATCH v4 2/2] RISC-V: Implement sparsemem

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-14 22:20 UTC  (6+ messages)
` [PATCH 12/16] arm64: prefer __section from compiler_attributes.h

[PATCH 1/6] arm64: export arch_sync_dma_for_*()
 2019-08-14 22:00 UTC  (6+ messages)
` [PATCH 2/6] mips: "
` [PATCH 3/6] powerpc: "
` [PATCH 4/6] arm: add arch_sync_dma_for_*()
` [PATCH 5/6] drm/msm: stop abusing DMA API
` [PATCH 6/6] drm/vgem: fix cache synchronization on arm/arm64 (take two)

[PATCH bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
 2019-08-14 22:18 UTC  (5+ messages)
` [PATCH v2 "

[PATCH v2 0/2] riscv: Correct the initialized flow of FP and __fstate_clean()
 2019-08-14 22:17 UTC  (7+ messages)
` [PATCH v2 1/2] riscv: Correct the initialized flow of FP register
` [PATCH v2 2/2] riscv: Make __fstate_clean() work correctly

[PATCH] ARM: vf610-zii-cfu1: Add node for switch watchdog
 2019-08-14 22:12 UTC  (2+ messages)

[PATCH v2 0/5] mm/memory_hotplug: online_pages() cleanups
 2019-08-14 22:10 UTC  (5+ messages)
` [PATCH v2 4/5] mm/memory_hotplug: Make sure the pfn is aligned to the order when onlining

[PATCH] Input: cros_ec_keyb: Add back missing mask for event_type
 2019-08-14 22:06 UTC  (3+ messages)

[PATCH tip/core/rcu 0/14] No-CBs bypass addition for v5.4
 2019-08-14 22:05 UTC  (8+ messages)
` [PATCH RFC tip/core/rcu 14/14] rcu/nohz: Make multi_cpu_stop() enable tick on all online CPUs

[PATCH 0/2] flush percpu vmstats
 2019-08-14 21:54 UTC  (4+ messages)
` [PATCH 2/2] mm: memcontrol: flush percpu slab vmstats on kmem offlining

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-14 21:56 UTC  (4+ messages)
` [RFC PATCH v2 02/19] fs/locks: Add Exclusive flag to user Layout lease

Parsing PXM from ACPI (DSDT)
 2019-08-14 21:44 UTC  (2+ messages)

[PATCH v2] regulator: twl: voltage lists for vdd1/2 on twl4030
 2019-08-14 21:43 UTC 

[PATCH v5 00/18] compat_ioctl.c removal, part 2/3
 2019-08-14 21:37 UTC  (20+ messages)
` [PATCH v5 01/18] xfs: compat_ioctl: use compat_ptr()
` [PATCH v5 02/18] xfs: compat_ioctl: add missing conversions
` [PATCH v5 03/18] gfs2: add compat_ioctl support
` [PATCH v5 04/18] fs: compat_ioctl: move FITRIM emulation into file systems
` [PATCH v5 05/18] watchdog: cpwd: use generic compat_ptr_ioctl
` [PATCH v5 06/18] compat_ioctl: move WDIOC handling into wdt drivers
` [PATCH v5 07/18] compat_ioctl: reimplement SG_IO handling
` [PATCH v5 08/18] af_unix: add compat_ioctl support
` [PATCH v5 09/18] compat_ioctl: handle SIOCOUTQNSD
` [PATCH v5 10/18] compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
` [PATCH v5 11/18] tty: handle compat PPP ioctls
` [PATCH v5 12/18] compat_ioctl: unify copy-in of ppp filters
` [PATCH v5 13/18] compat_ioctl: move PPPIOCSCOMPRESS to ppp_generic
` [PATCH v5 14/18] compat_ioctl: handle PPPIOCGIDLE for 64-bit time_t
` [PATCH v5 15/18] compat_ioctl: ppp: move simple commands into ppp_generic.c
` [PATCH v5 16/18] compat_ioctl: move SG_GET_REQUEST_TABLE handling
` [PATCH v5 17/18] pktcdvd: add compat_ioctl handler
` [PATCH v5 18/18] scsi: sd: enable compat ioctls for sed-opal

[PATCH] netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argument
 2019-08-14 21:37 UTC  (2+ messages)

[PATCH] net: usbnet: fix a memory leak bug
 2019-08-14 21:32 UTC  (2+ messages)

[PATCH 20/22] ARM: omap1: clk: use clk_init_data
 2019-08-14 21:10 UTC  (3+ messages)
  ` [PATCH 21/22] ARM: omap1: use common clk framework

[PATCH] efi/libstub/arm64: Report meaningful relocation errors
 2019-08-14 20:55 UTC 

[PATCH v3 0/1] waitid: process group enhancement
 2019-08-14 20:50 UTC  (4+ messages)
  ` [PATCH v3 1/1] waitid: Add support for waiting for the current process group

[PATCH] lsilogic mpt fusion: mptctl: Fixed race condition around mptctl_id variable using mutexes
 2019-08-14 20:48 UTC 

[PATCH] tools build: Fix clang detection with clang >= 8.0
 2019-08-14 20:47 UTC  (2+ messages)

[PATCH net-next, 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-14 20:41 UTC  (7+ messages)
` [PATCH net-next, 3/6] net/mlx5: Add wrappers for HyperV PCIe operations
` [PATCH net-next, 4/6] net/mlx5: Add HV VHCA infrastructure
` [PATCH net-next, 5/6] net/mlx5: Add HV VHCA control agent

[PATCH v2 2/6] perf/util/svghelper: Replace MAX_NR_CPUS with env->nr_cpus_online
 2019-08-14 20:38 UTC 

[PATCH v2 0/6] perf: Replace MAX_NR_CPUS with dynamic alternatives
 2019-08-14 20:38 UTC 

[PATCH v2 6/6] perf/util/header: Replace MAX_NR_CPUS with cpu__max_cpu
 2019-08-14 20:39 UTC 

[PATCH v2 5/6] perf/util/machine: Replace MAX_NR_CPUS with nr_cpus_online
 2019-08-14 20:39 UTC 

[PATCH v2 4/6] perf/util/session: Replace MAX_NR_CPUS with nr_cpus_online
 2019-08-14 20:38 UTC 

[PATCH v2 3/6] perf/util/stat: Replace MAX_NR_CPUS with cpu__max_cpu
 2019-08-14 20:38 UTC 

[PATCH v2 1/6] perf: Refactor svg_build_topology_map
 2019-08-14 20:38 UTC 

[PATCH v2] coresight: tmc-etr: Fix updating buffer in not-snapshot mode
 2019-08-14 20:38 UTC  (2+ messages)

[PATCH] hv_netvsc: Fix a memory leak bug
 2019-08-14 20:37 UTC  (3+ messages)

[PATCH v2] nvme: Add quirk for LiteON CL1 devices running FW 22301111
 2019-08-14 20:19 UTC  (5+ messages)

[PATCH v4 00/22] Shared virtual address IOMMU and VT-d support
 2019-08-14 20:17 UTC  (4+ messages)
` [PATCH v4 21/22] iommu/vt-d: Support flushing more translation cache types

[PATCH 1/2] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
 2019-08-14 20:10 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).