linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-03 15:17:29 to 2019-06-03 17:12:44 UTC [more...]

[PATCH] platform/chrome: wilco_ec: Add version sysfs entries
 2019-06-03 17:12 UTC  (2+ messages)

next/master boot bisection: next-20190603 on jetson-tk1
 2019-06-03 17:11 UTC 

[PATCH v8 RESEND 0/5] support a new rk80x pmic-variants (rk817 and rk809)
 2019-06-03 17:09 UTC  (6+ messages)
` [PATCH RESEND v8 1/5] mfd: rk808: Add RK817 and RK809 support
` [PATCH v8 RESEND 2/5] regulator: rk808: add RK809 and RK817 support
` [PATCH v8 RESEND 3/5] dt-bindings: mfd: rk808: Add binding information for RK809 and RK817
` [PATCH v8 RESEND 4/5] rtc: rk808: add RK809 and RK817 support
` [PATCH v8 RESEND 5/5] clk: RK808: "

[PATCH] net: dsa: mv88e6xxx: make mv88e6xxx_g1_stats_wait static
 2019-06-03 17:09 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: fix comments and macro names in mv88e6390_g1_mgmt_rsvd2cpu
 2019-06-03 17:07 UTC  (2+ messages)

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-03 17:07 UTC  (5+ messages)
` [PATCH v6 17/19] mips: Add support for generic vDSO

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-03 17:06 UTC  (19+ messages)
` [PATCH v16 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v16 03/16] lib, arm64: untag user pointers in strn*_user
` [PATCH v16 04/16] mm: untag user pointers in do_pages_move
` [PATCH v16 05/16] arm64: untag user pointers passed to memory syscalls
` [PATCH v16 06/16] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v16 07/16] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v16 08/16] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v16 09/16] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v16 10/16] drm/amdgpu, arm64: untag user pointers
` [PATCH v16 11/16] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v16 12/16] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v16 13/16] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v16 14/16] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v16 15/16] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v16 16/16] selftests, arm64: add a selftest for passing tagged pointers to kernel

[RFC 1/3] kbuild: add support for ensuring headers are self-contained
 2019-06-03 17:05 UTC  (3+ messages)

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-03 17:04 UTC  (4+ messages)
` [RFC][Patch v10 1/2] mm: page_hinting: core infrastructure
` [RFC][Patch v10 2/2] virtio-balloon: page_hinting: reporting to the host
` [QEMU PATCH] KVM: Support for page hinting

[RFC PATCH 01/57] drivers: s390/cio: Use driver_for_each_device
 2019-06-03 17:03 UTC  (68+ messages)
` [RFC PATCH 02/57] drivers: ipmi: Drop device reference
` [RFC PATCH 03/57] drivers: coresight: Drop device references found via bus_find_device
` [RFC PATCH 04/57] drivers: Add generic match helper to match the device of_node
` [RFC PATCH 05/57] drm: mipi_dsi: Use bus_find_device_by_of_node() helper
` [RFC PATCH 06/57] drivers: i2c: i2c-core: Use bus_find_device_by_of_node helper
` [RFC PATCH 07/57] drivers: nvmem: "
` [RFC PATCH 08/57] drivers: spi: "
` [RFC PATCH 09/57] drivers: sound: rockchip: rk3399: "
` [RFC PATCH 10/57] drivers: coresight: "
` [RFC PATCH 11/57] of: mdio: "
` [RFC PATCH 12/57] of: platform: "
` [RFC PATCH 13/57] drivers: Add generic helper for matching device by fwnode
` [RFC PATCH 14/57] drivers: devcon: Use bus_find_device_by_fwnode helper
` [RFC PATCH 15/57] net: hisilicon: hnfs:Use "
` [RFC PATCH 16/57] net: hns_roce: Use "
` [RFC PATCH 17/57] drivers: Add generic match by device type helper
` [RFC PATCH 18/57] drivers: intel_th: Use bus_find_device_by_devt helper
` [RFC PATCH 19/57] drivers: usb: core: "
` [RFC PATCH 20/57] platform: Add a helper to find device by driver
` [RFC PATCH 21/57] drivers: Add generic match helper by ACPI_COMPANION device
` [RFC PATCH 22/57] drivers: i2c: Use generic helper to match device by acpi_dev
` [RFC PATCH 23/57] drivers: spi: Use bus_find_device_by_acpi_dev match helper
` [RFC PATCH 24/57] drivers: staging: most-core: Use bus_find_device_by_name
` [RFC PATCH 25/57] drivers: Add generic match by name helper
` [RFC PATCH 26/57] drivers: acpi: Clean up acpi_dev_match_cb
` [RFC PATCH 27/57] drivers: Unify the match prototype for bus_find_device with class_find_device
` [RFC PATCH 28/57] drivers: class: Add variants of class_find_device()
` [RFC PATCH 29/57] drivers: stm: Use class_find_device_by_name() helper
` [RFC PATCH 30/57] drivers: leds: "
` [RFC PATCH 31/57] drivers: rtc: "
` [RFC PATCH 32/57] drivers: s390-crypto: Use class_device_find_by_name() helper
` [RFC PATCH 33/57] drivers: usb: Use class_find_device_by_name() helper
` [RFC PATCH 34/57] drivers: ieee802154: "
` [RFC PATCH 35/57] drivers: core: Reuse generic match by device type helper
` [RFC PATCH 36/57] drivers: mei: Use class_find_device_by_devt match helper
` [RFC PATCH 37/57] drivers: s390: zcrypt: Use class_find_device_by_devt helper
` [RFC PATCH 38/57] drivers: fpga: Use generic helpers to match by of_node
` [RFC PATCH 39/57] drivers: mux: Use class_find_device_by_of_node helper
` [RFC PATCH 40/57] drivers: spi: "
` [RFC PATCH 41/57] drivers: net: phy: "
` [RFC PATCH 42/57] drivers: regulator: "
` [RFC PATCH 43/57] drivers: tty : "
` [RFC PATCH 44/57] drivers: usb : Use class_find_device_by_fwnode() helper
` [RFC PATCH 45/57] drivers: driver_find_device: Unify the match function
` [RFC PATCH 46/57] driver: Add variants of driver_find_device()
` [RFC PATCH 47/57] drivers: mfd: Use driver_find_device_by_name helper
` [RFC PATCH 48/57] drivers: s390: cio: Use driver_find_by_name() helper
` [RFC PATCH 49/57] drivers: mfd: altera: Use driver_find_device_by_of_node() helper
` [RFC PATCH 50/57] drivers: iommu: arm-smmu: Use driver_find_device_by_fwnode() helper
` [RFC PATCH 51/57] drivers: Add generic helper to match all devices
` [RFC PATCH 52/57] drivers: tegra: Use driver_find_device_by_of_node() helper
` [RFC PATCH 53/57] drivers: Introduce bus_find_next_device() helper
` [RFC PATCH 54/57] drivers: pci: Use "
` [RFC PATCH 55/57] drivers: scsi: "
` [RFC PATCH 56/57] drivers: Introduce driver_find_next_device() helper
` [RFC PATCH 57/57] drivers: i2c-amd: Use "

[PATCH][next] bpf: remove redundant assignment to err
 2019-06-03 17:02 UTC 

RFC: switch the remaining architectures to use generic GUP v2
 2019-06-03 17:02 UTC  (8+ messages)
` [PATCH 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH 03/16] mm: simplify gup_fast_permitted

[PATCH v4 5/8] mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdevice
 2019-06-03 17:01 UTC  (12+ messages)
` [PATCH v5] "

[PATCH V2 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-06-03 16:56 UTC  (6+ messages)
` [PATCH V2 1/2] DT: mailbox: add binding doc for the ARM SMC mailbox
` [PATCH V2 2/2] mailbox: introduce ARM SMC based mailbox

[PATCH v4 0/5] drm: Fix fb changes for async updates
 2019-06-03 16:56 UTC  (6+ messages)
` [PATCH v4 1/5] drm/rockchip: fix fb references in async update
` [PATCH v4 2/5] drm/amd: "
` [PATCH v4 3/5] drm/msm: "
` [PATCH v4 4/5] drm/vc4: "
` [PATCH v4 5/5] drm: don't block fb changes for async plane updates

[RESEND PATCH v3] KVM: x86: Add Intel CPUID.1F cpuid emulation support
 2019-06-03 16:56 UTC  (2+ messages)

[PATCH v3 0/5] drm: Fix fb changes for async updates
 2019-06-03 16:53 UTC  (4+ messages)
` [PATCH v3 5/5] drm: don't block fb changes for async plane updates

remove unneeded #ifdef MODULE
 2019-06-03 16:46 UTC  (3+ messages)
` [PATCH 2/3] drivers: scsi: remove unnecessary "

[PATCH v4 00/16] NVIDIA Tegra devfreq improvements and Tegra20/30 support
 2019-06-03 16:52 UTC  (4+ messages)

[PATCH] jffs2: do not use C++ style comments in uapi header
 2019-06-03 16:50 UTC 

[PATCH] RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERS
 2019-06-03 16:44 UTC  (2+ messages)

[PATCH] powerpc: Enable kernel XZ compression option on PPC_85xx
 2019-06-03 16:41 UTC 

[PATCH v3 0/6] Prerequisites for NXP LS104xA SMMU enablement
 2019-06-03 16:42 UTC  (6+ messages)

[PATCHv2 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-03 16:42 UTC  (2+ messages)

[PATCH] ARC: build: Try to guess CROSS_COMPILE with cc-cross-prefix
 2019-06-03 16:40 UTC  (4+ messages)

[PATCH 00/25] clk: sunxi-ng: clk parent rewrite part 1
 2019-06-03 16:38 UTC  (3+ messages)

[PATCH 0/7] media: cedrus: Improvements/cleanup
 2019-06-03 16:37 UTC  (13+ messages)
` [PATCH 2/7] media: cedrus: Fix H264 default reference index count
` [PATCH 3/7] media: cedrus: Fix decoding for some H264 videos
` [PATCH 6/7] media: cedrus: Add infra for extra buffers connected to capture buffers
` [PATCH 7/7] media: cedrus: Improve H264 memory efficiency

[PATCH V2 1/5] perf cpumap: Retrieve die id information
 2019-06-03 16:36 UTC  (3+ messages)
` [PATCH V2 3/5] perf stat: Support per-die aggregation

[PATCH v6] platform/chrome: Add Wilco EC keyboard backlight LEDs support
 2019-06-03 16:35 UTC  (3+ messages)

possible deadlock in process_measurement
 2019-06-03 16:35 UTC  (2+ messages)

PROBLEM: oops spew with Linux 5.1.5 (NFS regression?)
 2019-06-03 16:34 UTC  (4+ messages)

[RESEND PATCH 0/6] Perf uncore support for Snow Ridge server
 2019-06-03 16:34 UTC  (2+ messages)

[PATCH 1/3] x86/CPU: Add more Icelake model number
 2019-06-03 16:30 UTC  (5+ messages)
` [PATCH 2/3] perf/x86/intel: Add more Icelake CPUIDs

[PATCH 3/7] vfs: Add a mount-notification facility
 2019-06-03 16:30 UTC  (8+ messages)
  ` [RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications

[PATCH v5 0/3] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-06-03 16:25 UTC  (3+ messages)
` [PATCH v5 3/3] "

[PATCH v9 1/2] power_supply: wilco_ec: Add charging config driver
 2019-06-03 16:24 UTC  (2+ messages)

[PATCH v6 1/1] f2fs: ioctl for removing a range from F2FS
 2019-06-03 16:23 UTC  (4+ messages)

[PATCH] block: fix a crash in do_task_dead()
 2019-06-03 16:23 UTC  (8+ messages)

[PATCH] USB: usb-storage: Add new ID to ums-realtek
 2019-06-03 16:20 UTC 

[PATCH v2 00/17] net: introduce Qualcomm IPA driver
 2019-06-03 16:18 UTC  (8+ messages)

[PATCH v4] x86/power: Fix 'nosmt' vs. hibernation triple fault during resume
 2019-06-03 16:18 UTC  (13+ messages)

[PATCH] hwmon: pmbus: protect read-modify-write with lock
 2019-06-03 16:18 UTC  (3+ messages)

BUG solos-pci /sys parameters can't be accessed
 2019-06-03 15:53 UTC 

[rcu] kernel BUG at include/linux/pagemap.h:149!
 2019-06-03 16:07 UTC  (19+ messages)
          ` rcu_read_lock lost its compiler barrier

[PATCH] arm64: dts: marvell: add ESPRESSObin variants
 2019-06-03 16:01 UTC  (3+ messages)

[PATCH ghak90 V6] fixup! audit: add containerid filtering
 2019-06-03 16:01 UTC  (2+ messages)

[PATCH][next] drm/bridge: sii902x: fix comparision of u32 with less than zero
 2019-06-03 16:00 UTC  (2+ messages)

[PATCH] arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitions
 2019-06-03 16:00 UTC  (2+ messages)

[PATCH] arm64/hugetlb: Use macros for contiguous huge page sizes
 2019-06-03 15:59 UTC  (2+ messages)

[PATCH -next] pwm: pca9685: Remove set but not used variable 'pwm'
 2019-06-03 15:58 UTC  (7+ messages)

[PATCH] spi: spidev: Fix for reverting spi max speed value only on failure
 2019-06-03 15:57 UTC  (2+ messages)

O_CLOFORK use case
 2019-06-03 15:56 UTC  (2+ messages)

[PATCH v2 0/5] Introduce OPP bandwidth bindings
 2019-06-03 15:56 UTC  (3+ messages)

[RFC/PATCH 0/5] Read-only memremap() proposal
 2019-06-03 15:56 UTC  (3+ messages)
` [RFC/PATCH 4/5] arm64: Add support for arch_memremap_ro()

[PATCH V3 0/3] mmc: mmci: add busy detect for stm32 sdmmc variant
 2019-06-03 15:55 UTC  (4+ messages)
` [PATCH V3 1/3] mmc: mmci: fix read status for busy detect
` [PATCH V3 2/3] mmc: mmci: add hardware busy timeout feature
` [PATCH V3 3/3] mmc: mmci: add busy detect for stm32 sdmmc variant

[PATCH v2] arm64: dts: marvell: add ESPRESSObin variants
 2019-06-03 15:53 UTC 

[RFC PATCH 0/9] security: x86/sgx: SGX vs. LSM
 2019-06-03 15:50 UTC  (4+ messages)
` [RFC PATCH 9/9] security/selinux: Add enclave_load() implementation

[PATCHv4 0/4] add Intel Stratix10 remote system update driver
 2019-06-03 15:57 UTC  (5+ messages)
` [PATCHv4 2/4] firmware: "
      ` A potential broken at platform driver?

[RFCv2 0/6] introduce memory hinting API for external process
 2019-06-03 15:43 UTC  (8+ messages)
` [RFCv2 1/6] mm: introduce MADV_COLD

Testing the recent RISC-V DT patchsets
 2019-06-03 15:40 UTC  (9+ messages)

[PATCH v8 0/4] Qualcomm AOSS QMP driver
 2019-06-03 15:34 UTC  (3+ messages)
` [PATCH v8 2/4] soc: qcom: Add "

[PATCH net-next v3 00/10] net: dsa: mv88e6xxx: support for mv88e6250
 2019-06-03 15:37 UTC  (5+ messages)
` [PATCH net-next v3 01/10] net: dsa: mv88e6xxx: add mv88e6250_g1_ieee_pri_map
` [PATCH net-next v3 10/10] net: dsa: mv88e6xxx: refactor mv88e6352_g1_reset

[PATCH v4 1/3] dt-bindings: display: Add GiantPlus GPM940B0 panel documentation
 2019-06-03 15:35 UTC  (3+ messages)
` [PATCH v4 2/3] media: uapi: Add RGB bus format for the GiantPlus GPM940B0 panel
` [PATCH v4 3/3] drm/panel: simple: Add GiantPlus GPM940B0 panel support

[RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-03 15:33 UTC  (3+ messages)

[PATCH v4 1/3] dt-bindings: display: Add Sharp LS020B1DD01D panel documentation
 2019-06-03 15:31 UTC  (3+ messages)
` [PATCH v4 2/3] drm: Add bus flag for Sharp-specific signals
` [PATCH v4 3/3] drm/panel: simple: Add Sharp LS020B1DD01D panel support

[PATCH] arm: fix using smp_processor_id() in preemptible context
 2019-06-03 15:30 UTC  (2+ messages)

[PATCH v3 0/2] Implement wake event support on Tegra186 and later
 2019-06-03 15:28 UTC  (7+ messages)
` [PATCH v3 1/2] gpio: Add support for hierarchical IRQ domains

[PATCH v2] Revert "ASoC: core: use component driver name as component name"
 2019-06-03 15:27 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: display: Add King Display KD035G6-54NT panel documentation
 2019-06-03 15:25 UTC  (2+ messages)
` [PATCH v2 2/2] drm/panel: Add Novatek NT39016 panel support

[PATCH v5 1/2] dt-bindings: Add doc for the Ingenic JZ47xx LCD controller driver
 2019-06-03 15:23 UTC  (2+ messages)
` [PATCH v5 2/2] DRM: Add KMS driver for the Ingenic JZ47xx SoCs

[PATCH] phy: rockchip-dp: Avoid power leak by leaving the PHY power on
 2019-06-03 15:23 UTC  (5+ messages)

[PATCH] arm64: dts: allwinner: a64: Add lradc node
 2019-06-03 15:20 UTC  (4+ 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).