LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
messages from 2018-05-07 04:10:11 to 2018-05-07 10:10:31 UTC [more...]
WARNING in kernfs_add_one
2018-05-07 10:10 UTC (8+ messages)
` [PATCH] driver core: Don't ignore class_dir_create_and_add() failure
[PATCH 0/7] gnss: add new GNSS subsystem
2018-05-07 10:07 UTC (16+ messages)
` [PATCH 4/7] dt-bindings: gnss: add u-blox binding
[PATCH v2] clk: x86: Add ST oscout platform clock
2018-05-07 10:06 UTC (3+ messages)
[PATCH BUGFIX] block, bfq: postpone rq preparation to insert or merge
2018-05-07 10:01 UTC (12+ messages)
[PATCH] tee: shm: fix use-after-free via temporarily dropped reference
2018-05-07 9:58 UTC
[PATCH 0/6] arm64: add instrumented atomics
2018-05-07 9:54 UTC (23+ messages)
` [PATCH 1/6] locking/atomic, asm-generic: instrument ordering variants
` [PATCH] locking/atomics: Clean up the atomic.h maze of #defines
` [PATCH] locking/atomics: Simplify the op definitions in atomic.h some more
` [RFC PATCH] locking/atomics/powerpc: Clarify why the cmpxchg_relaxed() family of APIs falls back to full cmpxchg()
` [PATCH] locking/atomics/powerpc: Move cmpxchg helpers to asm/cmpxchg.h and define the full set of cmpxchg APIs
` [RFC PATCH] locking/atomics/x86/64: Clean up and fix details of <asm/atomic64_64.h>
[PATCH 00/18] Fix some build warnings/errors with Sphinx
2018-05-07 9:46 UTC (20+ messages)
` [PATCH 01/18] docs: can.rst: fix a footnote reference
` [PATCH 02/18] docs: fix location of request_firmware & friends
` [PATCH 03/18] docs: */index.rst: Add newer documents to their respective index.rst
` [PATCH 04/18] docs: admin-guide: add bcache documentation
` [PATCH 05/18] docs: core-api: add cachetlb documentation
` [PATCH 06/18] docs: core-api: add cgroup-v2 documentation
` [PATCH 07/18] docs: core-api: add circular-buffers documentation
` [PATCH 08/18] docs: driver-api: add clk documentation
` [PATCH 09/18] net: mac80211.h: fix a bad comment line
` [PATCH 10/18] rcu: rcupdate.h: get rid of Sphinx warnings at rcu_pointer_handoff()
` [PATCH 11/18] docs: crypto_engine.rst: Fix two parse warnings
` [PATCH 12/18] time: timer.c: adjust a kernel-doc comment
` [PATCH 13/18] wait: wait.h: Get rid of a kernel-doc/Sphinx warnings
` [PATCH 14/18] fbdev: modedb.c: fix a kernel-doc markup
` [PATCH 15/18] iio: iio.h: use nested struct support on "
` [PATCH 16/18] mtd: rawnand.h: use nested union kernel-doc markups
` [PATCH 17/18] docs: uio-howto.rst: use a code block to solve a warning
` [PATCH 18/18] w1: w1_io.c: fix a kernel-doc warning
[PATCH V8 1/5] crypto: Multi-buffer encryption infrastructure support
2018-05-07 9:35 UTC (11+ messages)
[PATCH v1 03/13] drm/kms/mode/exynos-dsi: using helper func drm_display_mode_to_videomode for calculating timing parameters
2018-05-07 9:33 UTC (3+ messages)
` [PATCH v2 "
[PATCH 0/2] media: i2c: mt9t112: Add OF tree support
2018-05-07 9:32 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: media: i2c: Add mt9t111 image sensor
` [PATCH 2/2] media: i2c: mt9t112: Add device tree support
[PATCH 0/8] Assorted rhashtable fixes and cleanups
2018-05-07 9:30 UTC (15+ messages)
` [PATCH 2/8] rhashtable: remove nulls_base and related code
` [PATCH 6/8] rhashtable: further improve stability of rhashtable_walk
` [PATCH 8/8] rhashtable: don't hold lock on first table throughout insertion
[PATCH v3 1/2] MIPS: Convert read_persistent_clock() to read_persistent_clock64()
2018-05-07 9:28 UTC (2+ messages)
` [PATCH v3 2/2] MIPS: Convert update_persistent_clock() to update_persistent_clock64()
[PATCH] tty: implement a rx led trigger
2018-05-07 9:27 UTC (5+ messages)
` [PATCH v2] tty: implement led triggers
[PATCH] media: v4l2-dev.h: document VFL_TYPE_MAX
2018-05-07 9:25 UTC (2+ messages)
[PATCH-next] scsi: libsas: dynamically allocate and free ata host
2018-05-07 9:16 UTC (2+ messages)
[PATCH V1 3/5] backlight: qcom-wled: Add support for short circuit handling
2018-05-07 9:08 UTC (3+ messages)
[PATCH V2] clocksource/drivers/sprd: Fix Kconfig dependency
2018-05-07 9:04 UTC
[PATCH] media: zoran: move to dma-mapping interface
2018-05-07 9:05 UTC (9+ messages)
[PATCH] x86: Convert mce timer to hrtimer
2018-05-07 9:04 UTC (7+ messages)
` [PATCH] x86: UV: raw_spinlock conversion
[PATCH] nvmet,rxe: defer ip datagram sending to tasklet
2018-05-07 8:48 UTC (2+ messages)
[PATCH v2 00/35] overlayfs: stack file operations
2018-05-07 8:38 UTC (36+ messages)
` [PATCH v2 01/35] vfs: add path_open()
` [PATCH v2 02/35] vfs: optionally don't account file in nr_files
` [PATCH v2 03/35] vfs: add f_op->pre_mmap()
` [PATCH v2 04/35] vfs: export vfs_ioctl() to modules
` [PATCH v2 05/35] vfs: export vfs_dedupe_file_range_one() "
` [PATCH v2 06/35] ovl: copy up times
` [PATCH v2 07/35] ovl: copy up inode flags
` [PATCH v2 08/35] Revert "Revert "ovl: get_write_access() in truncate""
` [PATCH v2 09/35] ovl: copy up file size as well
` [PATCH v2 10/35] ovl: deal with overlay files in ovl_d_real()
` [PATCH v2 11/35] ovl: stack file ops
` [PATCH v2 12/35] ovl: add helper to return real file
` [PATCH v2 13/35] ovl: add ovl_read_iter()
` [PATCH v2 14/35] ovl: add ovl_write_iter()
` [PATCH v2 15/35] ovl: add ovl_fsync()
` [PATCH v2 16/35] ovl: add ovl_mmap()
` [PATCH v2 17/35] ovl: add ovl_fallocate()
` [PATCH v2 18/35] ovl: add lsattr/chattr support
` [PATCH v2 19/35] ovl: add ovl_fiemap()
` [PATCH v2 20/35] ovl: add O_DIRECT support
` [PATCH v2 21/35] ovl: add reflink/copyfile/dedup support
` [PATCH v2 22/35] vfs: don't open real
` [PATCH v2 23/35] ovl: copy-up on MAP_SHARED
` [PATCH v2 24/35] vfs: simplify dentry_open()
` [PATCH v2 25/35] Revert "ovl: fix may_write_real() for overlayfs directories"
` [PATCH v2 26/35] Revert "ovl: don't allow writing ioctl on lower layer"
` [PATCH v2 27/35] vfs: fix freeze protection in mnt_want_write_file() for overlayfs
` [PATCH v2 28/35] Revert "ovl: fix relatime for directories"
` [PATCH v2 29/35] Revert "vfs: update ovl inode before relatime check"
` [PATCH v2 30/35] Revert "vfs: add flags to d_real()"
` [PATCH v2 31/35] Revert "vfs: do get_write_access() on upper layer of overlayfs"
` [PATCH v2 32/35] Partially revert "locks: fix file locking on overlayfs"
` [PATCH v2 33/35] Revert "fsnotify: support overlayfs"
` [PATCH v2 34/35] vfs: remove open_flags from d_real()
` [PATCH v2 35/35] ovl: fix documentation of non-standard behavior
Dell docking station & Dell Embedded Controller & PS/2 devices
2018-05-07 8:44 UTC (4+ messages)
[PATCH v3 0/3] MIPS: Override barrier_before_unreachable() to fix microMIPS
2018-05-07 8:42 UTC (4+ messages)
` [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
[PATCH v2 00/14] Update for QCOM NAND driver
2018-05-07 8:40 UTC (10+ messages)
` [PATCH v2 01/14] mtd: rawnand: helper function for setting up ECC parameters
` [PATCH v2 03/14] dt-bindings: qcom_nandc: make nand-ecc-strength optional
` [PATCH v2 04/14] mtd: rawnand: qcom: use the ecc strength from device parameter
[PATCH] spi-nor: Add support for Atmel Dataflash memories
2018-05-07 8:34 UTC (4+ messages)
[PATCH] bpf: fix misaligned access for BPF_PROG_TYPE_PERF_EVENT program type on x86_32 platform
2018-05-07 8:25 UTC (6+ messages)
[PATCH] tee: check shm references are consistent in offset/size
2018-05-07 8:24 UTC (2+ messages)
[PATCH v3 0/9] trace_uprobe: Support SDT markers having reference count (semaphore)
2018-05-07 8:21 UTC (5+ messages)
` [PATCH v3 6/9] "
[PATCH 0/3] vfs: dedupe: cleanup API and implementation
2018-05-07 8:21 UTC (4+ messages)
` [PATCH 1/3] vfs: dedpue: return s64
` [PATCH 2/3] vfs: dedupe: rationalize args
` [PATCH 3/3] vfs: dedupe: extract helper for a single dedup
linux-next: manual merge of the tip tree with the bpf-next tree
2018-05-07 8:15 UTC (3+ messages)
[PATCH] clk: qcom: Add support for RCG to register for DFS
2018-05-07 8:14 UTC (2+ messages)
[GIT PULL 00/12] perf/urgent fixes
2018-05-07 8:12 UTC (10+ messages)
` [PATCH 05/12] perf pmu: Fix pmu events parsing rule
` [PATCH] perf tools: Fix parser for empty pmu terms case
[PATCH v7 00/16] tracing: probeevent: Improve fetcharg features
2018-05-07 8:11 UTC (8+ messages)
[PATCH] netfilter: nf_queue: Replace conntrack entry
2018-05-07 8:07 UTC (2+ messages)
[BUG] i2c-hid: ELAN Touchpad does not work on ASUS X580GD
2018-05-07 8:07 UTC (2+ messages)
[PATCH] clocksource/drivers/sprd: Fix Kconfig dependency
2018-05-07 8:06 UTC (5+ messages)
[PATCH v2 1/2] PCI ACPI: Avoid panic when PCI IO resource's size is not page aligned
2018-05-07 8:06 UTC (3+ messages)
[PATCH v1 0/4] Tegra GART fixes and improvements
2018-05-07 8:04 UTC (7+ messages)
` [PATCH v1 4/4] iommu/tegra: gart: Optimize map/unmap
[PATCH 2/2] dmaengine: sprd: Add Spreadtrum DMA configuration
2018-05-07 7:58 UTC (3+ messages)
[PATCH v2 1/2] MIPS: Convert read_persistent_clock() to read_persistent_clock64()
2018-05-07 7:57 UTC (4+ messages)
` [PATCH v2 2/2] MIPS: Convert update_persistent_clock() to update_persistent_clock64()
[rfc linux-next 3/3] [RFC] prctl: prctl_set_mm -- Bring back handling of PR_SET_MM_x
2018-05-07 7:52 UTC
[rfc linux-next 2/3] [RFC] prctl: prctl_set_mm -- Make prctl_set_mm_map to accept map as an argument
2018-05-07 7:52 UTC
[rfc linux-next 1/3] [RFC] prctl: prctl_set_mm -- Move PR_SET_MM_MAP_SIZE out of prctl_set_mm_map
2018-05-07 7:52 UTC
[rfc linux-next 0/3] prctl: prctl_set_mm -- Bring back handling of PR_SET_MM_x
2018-05-07 7:52 UTC
[PATCH] vfio: fix documentation
2018-05-07 7:53 UTC (2+ messages)
[linux-firmware] Version in WHENCE file
2018-05-07 7:47 UTC (3+ messages)
[PATCH] arm: berlin: remove non-necessary flush_cache_all()
2018-05-07 7:44 UTC
[PATCH] mtd: rawnand: marvell: pass ms delay to wait_op
2018-05-07 7:41 UTC (2+ messages)
[PATCH] arm: oxnas: remove non-necessary flush_cache_all()
2018-05-07 7:42 UTC
[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
2018-05-07 7:31 UTC (2+ messages)
[PATCH 7/7] ARM: dts: sun7i: Add dts file for the A20-linova1-7 HMI
2018-05-07 7:30 UTC (11+ messages)
[PATCH v3 00/20] Allow compile-testing NO_DMA (drivers)
2018-05-07 7:21 UTC (4+ messages)
` [PATCH v3 12/20] media: Remove depends on HAS_DMA in case of platform dependency
[PATCH v9 00/11] arm64: kexec: add kexec_file_load() support
2018-05-07 7:21 UTC (13+ messages)
` [PATCH v9 02/11] kexec_file: make kexec_image_post_load_cleanup_default() global
` [PATCH v9 03/11] arm64: kexec_file: invoke the kernel without purgatory
` [PATCH v9 04/11] arm64: kexec_file: allocate memory walking through memblock list
` [PATCH v9 06/11] arm64: kexec_file: allow for loading Image-format kernel
[PATCH] staging: greybus: Remove unused local variable
2018-05-07 7:20 UTC (3+ messages)
` [greybus-dev] "
[PATCH v2 0/2] usb: dwc2: fix isoc split in transfer issue
2018-05-07 7:19 UTC (6+ messages)
` [PATCH v2 1/2] usb: dwc2: alloc dma aligned buffer for isoc split in
[PATCH v3 1/3] drm/panel: Add RGB666 variant of Innolux AT070TN90
2018-05-07 7:19 UTC (4+ messages)
` [PATCH v3 3/3] ARM: dts: sun7i: Add support for the Ainol AW1 tablet
[PATCH v2] serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
2018-05-07 7:14 UTC (2+ messages)
drivers/gpu/drm/bridge/sil-sii8620.c:2229: undefined reference to `extcon_find_edev_by_node'
2018-05-07 7:09 UTC (3+ messages)
Moving unmaintained filesystems to staging
2018-05-07 7:08 UTC (11+ messages)
` moving affs + RDB partition support to staging? (was: Re: Moving unmaintained filesystems to staging)
` moving affs + RDB partition support to staging?
[PATCH 3/3] scsi: arcmsr: Update driver version to v1.40.00.06-20180504
2018-05-07 7:00 UTC
[RFCv2 PATCH 0/3] Salted build ids via linker sections
2018-05-07 6:58 UTC (8+ messages)
` [RFCv2 PATCH 2/3] kbuild: Link with generated build-salt header
` [RFCv2 PATCH 3/3] x86/vdso: Add build salt to the vDSO
NVMe Poll CQ on timeout
2018-05-07 6:57 UTC (2+ messages)
[PATCH 2/3] scsi: arcmsr: Add slave_configure callback function to set device command timeout value
2018-05-07 6:57 UTC
[PATCH] arm: dts: am437x-sk-evm: add wilink8 support
2018-05-07 6:55 UTC (7+ messages)
` [EXTERNAL] "
[PATCH 0/2] nds32:Renaming file and fixing the unaligned access handler
2018-05-07 6:45 UTC (3+ messages)
` [PATCH 1/2] nds32: Renaming the file for unaligned access
` [PATCH 2/2] nds32: Fix the unaligned access handler
[PATCH 1/3] scsi: arcmsr: Add driver parameter cmd_timeout, default value is ARCMSR_DEFAULT_TIMEOUT
2018-05-07 6:53 UTC
[PATCH v2 3/7] platform/mellanox: mlxreg-hotplug: add extra cycle for hotplug work queue
2018-05-07 6:48 UTC (5+ messages)
` [PATCH v2 4/7] platform: mellanox: add new ODM system types to mlx-platform
` [PATCH v2 5/7] platform/x86: mlx-platform: Add LED platform driver activation
` [PATCH v2 6/7] platform/mellanox: Introduce support for Mellanox register access driver
` [PATCH v2 7/7] platform/x86: mlx-platform: Add mlxreg-io platform driver activation
[PATCH V2 01/10] ASoC: amd: dma config parameters changes
2018-05-07 6:44 UTC (8+ messages)
` [PATCH V3 10/10] ASoC: amd: dma driver changes for bt i2s instance
[PATCH 0/3] scsi: arcmsr: Add driver parameter cmd_timeout for scsi command timeout setting
2018-05-07 6:43 UTC
[PATCH v6 00/17] Rockchip ISP1 Driver
2018-05-07 6:41 UTC (6+ messages)
` [PATCH v6 05/17] media: rkisp1: add Rockchip ISP1 subdev driver
[PATCH v3] ASoC: da7219: read fmw property to get mclk for non-dts systems
2018-05-07 6:39 UTC (4+ messages)
[PATCH] ARM: dts: imx: ba16: add "mfg" Q7 SPI-NOR partition
2018-05-07 6:33 UTC (2+ messages)
[PATCH v4 0/3] resource: Use list_head to link sibling resource
2018-05-07 6:32 UTC (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] resource: add walk_system_ram_res_rev()
` [PATCH v4 3/3] kexec_file: Load kernel at top of system RAM if required
[PATCH] HID: uhid: fix a missing-check bug
2018-05-07 6:27 UTC (2+ messages)
[PATCH v4 0/9] Add support for SAMA5D2 touchscreen
2018-05-07 6:18 UTC (5+ messages)
` [PATCH v4 5/9] iio: adc: at91-sama5d2_adc: add support for position and pressure channels
[PATCHv2] net/xfrm: Revert "[XFRM]: Do not add a state whose SPI is zero to the SPI hash."
2018-05-07 6:20 UTC (2+ messages)
[PATCH v4] PCI / PM: Always check PME wakeup capability for runtime wakeup support
2018-05-07 6:11 UTC
[PATCH 4.4 00/50] 4.4.130-stable review
2018-05-07 6:07 UTC (5+ messages)
` [PATCH 4.4 15/50] s390/alternative: use a copy of the facility bit mask
Use-after-scope Write in mem_cgroup_uncharge' bug.(Plain text)
2018-05-07 6:01 UTC (2+ messages)
[PATCH V2 0/5] backlight: qcom-wled: Support for QCOM wled driver
2018-05-07 5:56 UTC (4+ messages)
` [PATCH V2 1/5] backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c
[PATCH 1/3] staging: wilc1000: Remove unused variables
2018-05-07 5:55 UTC (6+ messages)
` [PATCH 2/3] staging: wilc1000: Remove useless function
` [PATCH 3/3] staging: wilc1000: Remove unnecessary array index check
linux-next: Tree for May 7
2018-05-07 5:31 UTC
[PATCH] scsi: sg: fix a missing-check bug
2018-05-07 5:13 UTC (2+ messages)
[PATCH 01/24] selftests: android: ion: return Kselftest Skip code for skipped tests
2018-05-07 5:01 UTC (3+ messages)
` [PATCH 04/24] selftests: cpufreq: "
Kernel build with gcc 8 a lot of warnings
2018-05-07 4:54 UTC (2+ messages)
Proof-of-concept: better(?) page-table manipulation API
2018-05-07 4:51 UTC (2+ messages)
page: next (older) | prev (newer) | latest
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).