All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-16 23:57:25 to 2018-11-17 02:29:32 UTC [more...]

[PATCH 00/10] Add support for usb on Hikey960
 2018-11-17  2:29 UTC  (5+ messages)
` [01/10] dt-bindings: usb: add support for dwc3 controller on HiSilicon SoCs
  ` [PATCH 01/10] "

[Patch v5 00/16] Provide task property based options to enable Spectre v2 userspace-userspace protection
 2018-11-17  1:53 UTC  (17+ messages)
` [Patch v5 01/16] x86/speculation: Clean up spectre_v2_parse_cmdline()
` [Patch v5 02/16] x86/speculation: Remove unnecessary ret variable in cpu_show_common()
` [Patch v5 03/16] x86/speculation: Reorganize cpu_show_common()
` [Patch v5 04/16] x86/speculation: Add X86_FEATURE_USE_IBRS_ENHANCED
` [Patch v5 05/16] x86/speculation: Disable STIBP when enhanced IBRS is in use
` [Patch v5 06/16] x86/speculation: Rename SSBD update functions
` [Patch v5 07/16] x86/speculation: Reorganize speculation control MSRs update
` [Patch v5 08/16] smt: Create cpu_smt_enabled static key for SMT specific code
` [Patch v5 09/16] x86/smt: Convert cpu_smt_control check to cpu_smt_enabled static key
` [Patch v5 10/16] x86/speculation: Turn on or off STIBP according to a task's TIF_STIBP
` [Patch v5 11/16] x86/speculation: Add Spectre v2 app to app protection modes
` [Patch v5 12/16] x86/speculation: Create PRCTL interface to restrict indirect branch speculation
` [Patch v5 13/16] security: Update speculation restriction of a process when modifying its dumpability
` [Patch v5 14/16] x86/speculation: Use STIBP to restrict speculation on non-dumpable task
` [Patch v5 15/16] x86/speculation: Update comment on TIF_SSBD
` [Patch v5 16/16] x86: Group thread info flags by functionality

[PATCH hwmon-next v1 1/1] hwmon: (mlxreg-fan) Fix macros for tacho fault reading
 2018-11-16 16:15 UTC  (3+ messages)

[PATCH 1/2] f2fs-tools: show versions if exist
 2018-11-17  2:27 UTC  (2+ messages)

[PATCH v2] arm64: sysreg: fix sparse warnings
 2018-11-17  2:27 UTC  (2+ messages)

[PATCH] f2fs: check memory boundary by insane namelen
 2018-11-17  2:27 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] arm64: Explicitly mark 64-bit constant as unsigned long
 2018-11-17  2:26 UTC  (4+ messages)

[PATCH V2 0/2] blk-mq: fix kobject lifetime issue
 2018-11-17  2:26 UTC  (4+ messages)
` [PATCH V2 for-4.21 1/2] blk-mq: not embed .mq_kobj and ctx->kobj into queue instance

[mmotm:master 47/137] htmldocs: mm/memblock.c:1261: warning: Function parameter or member 'out_spfn' not described in '__next_mem_pfn_range_in_zone'
 2018-11-17  2:26 UTC 

[PATCH v6 0/6] clk: Add functions to get optional clocks
 2018-11-16 16:11 UTC  (4+ messages)
` [PATCH v6 1/6] clk: Add of_clk_get_by_name_optional() function

[PATCH] mm, page_alloc: fix calculation of pgdat->nr_zones
 2018-11-17  2:20 UTC 

I AWAIT YOUR SWIFT RESPONSE !!!
 2018-11-16  4:40 UTC 

[PATCH 00/20] New ->fiemap infrastructure and ->bmap removal
 2018-11-16 16:07 UTC  (29+ messages)
` [PATCH 03/20] ecryptfs: drop direct calls to ->bmap
` [PATCH 04/20] iomap: Rename fiemap_ctx to fiemap_iomap_ctx
` [PATCH 05/20] fs: Introduce fiemap_ctx data structure
` [PATCH 06/20] iomap: Update iomap_fiemap to use new fiemap_ctx structure
` [PATCH 07/20] fiemap: Move fiemap flags to fiemap_ctx
` [PATCH 14/20] fiemap: Use fiemap_ctx as fiemap_fill_next_extent argument
` [PATCH 15/20] fiemap: Start using new callback from fiemap_ctx
` [PATCH 16/20] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 17/20] fiemap: Get rid of fiemap_extent_info
` [PATCH 18/20] Use FIEMAP for FIBMAP calls
` [PATCH 20/20] ext4: Get rid of ->bmap interface

[Qemu-devel] [PATCH] target/i386: kvm: add VMX and SVM migration blockers
 2018-11-17  2:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH] migration: savevm: consult "

[PATCH v6 0/2] pinctrl: Add RZ/A2 pin and gpio driver
 2018-11-16 16:00 UTC  (6+ messages)
` [PATCH v6 1/2] pinctrl: Add RZ/A2 pin and gpio controller

[PATCH net] ip_tunnel: don't force DF when MTU is locked
 2018-11-16 15:58 UTC 

[PATCH v4 00/14] crypto: Adiantum support
 2018-11-17  2:03 UTC  (20+ messages)
` [PATCH v4 01/14] crypto: chacha20-generic - add HChaCha20 library function
` [PATCH v4 02/14] crypto: chacha20-generic - don't unnecessarily use atomic walk
` [PATCH v4 03/14] crypto: chacha20-generic - add XChaCha20 support
` [PATCH v4 04/14] crypto: chacha20-generic - refactor to allow varying number of rounds
` [PATCH v4 05/14] crypto: chacha - add XChaCha12 support
` [PATCH v4 06/14] crypto: arm/chacha20 - limit the preemption-disabled section
` [PATCH v4 07/14] crypto: arm/chacha20 - add XChaCha20 support
` [PATCH v4 08/14] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [PATCH v4 09/14] crypto: arm/chacha - add XChaCha12 support
` [PATCH v4 10/14] crypto: poly1305 - use structures for key and accumulator
` [PATCH v4 11/14] crypto: poly1305 - add Poly1305 core API
` [PATCH v4 12/14] crypto: nhpoly1305 - add NHPoly1305 support
` [PATCH v4 13/14] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
` [PATCH v4 14/14] crypto: adiantum - add Adiantum support

[PATCH net-next 0/2] net: bcmgenet: fix aborted suspend
 2018-11-17  2:00 UTC  (3+ messages)
` [PATCH net-next 1/2] net: bcmgenet: code movement
` [PATCH net-next 2/2] net: bcmgenet: abort suspend on error

KASAN: use-after-free Read in sctp_epaddr_lookup_transport
 2018-11-17  1:59 UTC  (2+ messages)

[RFC PATCH 0/1] fs: fix race between llseek SEEK_END and write
 2018-11-16 15:44 UTC  (2+ messages)

[PATCH] pinctrl: zynq: Use define directive for PIN_CONFIG_IO_STANDARD
 2018-11-17  1:56 UTC  (12+ messages)

[PATCH net-next] net: align gnet_stats_basic_cpu struct
 2018-11-16 15:43 UTC 

[PATCH] bpf: Remove unused variable in nsim_bpf
 2018-11-17  1:52 UTC  (2+ messages)

[PATCH] hwmon (ina3221) Add single-shot mode support
 2018-11-17  1:51 UTC  (7+ messages)

[PATCH 0/2] drm/nouveau: Fix DP AUX RPM issues
 2018-11-17  1:50 UTC  (3+ messages)
` [PATCH 1/2] drm/dp: Add ->pre/post_transfer() hooks for drm_dp_aux
` [PATCH 2/2] drm/nouveau: Grab an rpm reference before/after DP AUX transactions

extending wait4(2) or waitid(2) linux syscall
 2018-11-17  1:50 UTC  (2+ messages)

[PATCH net-next v2] geneve: Use empty braces for addr6 initializer
 2018-11-17  1:36 UTC  (2+ messages)
` [PATCH net-next v3] geneve: Initialize addr6 with memset

932b985853 ("restore parsing LSM mount options for legacy fs .."): BUG: unable to handle kernel paging request at 1cc08000
 2018-11-17  1:39 UTC 

[PATCH net-next] net: align pcpu_sw_netstats and pcpu_lstats structs
 2018-11-16 15:24 UTC 

[PATCH] mm: use this_cpu_cmpxchg_double in put_cpu_partial
 2018-11-17  1:33 UTC 

Two M.2 NVMe drives with same NQN, one gets removed
 2018-11-17  1:33 UTC  (2+ messages)

[PATCH 00/24] xfsdump: code style change
 2018-11-16 15:19 UTC  (5+ messages)

[PATCH net-next 0/8] net: eth: altera: tse: Add PTP and mSGDMA prefetcher
 2018-11-16 15:20 UTC  (7+ messages)
` [PATCH net-next 6/8] net: eth: altera: tse: add support for ptp and timestamping
` [PATCH net-next 7/8] net: eth: altera: tse: add msgdma prefetcher

[linux-4.19 test] 130080: regressions - FAIL
 2018-11-17  1:30 UTC 

[PATCH 0/5] Misc cleanups in balance code
 2018-11-17  1:29 UTC  (7+ messages)
` [PATCH 2/5] btrfs: Refactor btrfs_can_relocate
` [PATCH 4/5] btrfs: Sink find_lock_delalloc_range's 'max_bytes' argument
` [PATCH 5/5] btrfs: Replace BUG_ON with ASSERT in find_lock_delalloc_range

[PATCH net] sctp: not allow to set asoc prsctp_enable by sockopt
 2018-11-16 15:12 UTC  (6+ messages)

[Bug 201685] New: ext4 file system corruption
 2018-11-16 15:09 UTC  (2+ messages)
` [Bug 201685] "

[Buildroot] [next] test_rust: use standard defconfig fragment style
 2018-11-17  1:19 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 1ac97a6f5e26a724f9a72a3cdc995a9ccd6edfef
 2018-11-17  1:17 UTC 

[Buildroot] [PATCH 4/5] support/testing/tests: CLANG compiler-rt runtime test
 2018-11-17  1:15 UTC  (3+ messages)

[PATCH 1/2] drm/i915: allow to load DMC firmware on next gen
 2018-11-17  1:15 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Downgrade unknown CSR firmware warnings
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: allow to load DMC firmware on next gen

[PATCH] arm64: defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE
 2018-11-16 14:57 UTC  (5+ messages)

[PATCH 0/5] Reset Intel BT controller if it gets stuck
 2018-11-17  1:07 UTC  (11+ messages)
` [PATCH 1/5] usb: split code locating ACPI companion into port and device
  ` [1/5] "
` [PATCH 2/5] usb: assign ACPI companions for embedded USB devices
  ` [2/5] "
` [PATCH 3/5] Bluetooth: Reset Bluetooth chip after multiple command timeouts
  ` [3/5] "
` [PATCH 4/5] Bluetooth: btusb: Collect the common Intel assignments together
  ` [4/5] "
` [PATCH 5/5] Bluetooth: btusb: Use the hw_reset method to allow resetting the BT chip
  ` [5/5] "

[PATCH net-next 0/2] net/sched: act_police: lockless data path
 2018-11-16 14:55 UTC  (10+ messages)
` [PATCH net-next 2/2] net/sched: act_police: don't use spinlock in the "

[PATCH v2 0/2] arm: renesas: Move SoC Kconfig symbols to drivers/soc/renesas/
 2018-11-16 14:55 UTC  (5+ messages)
` [PATCH v2 1/2] arm64: "
` [PATCH v2 2/2] ARM: shmobile: "

[v3, PATCH 1/2] net:stmmac: dwmac-mediatek: add support for mt2712
 2018-11-17  1:03 UTC  (6+ messages)
` [v3, PATCH 2/2] dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 DWMAC

[Buildroot] [PATCH 3/5] support/testing/infra/emulator.py: support aarch64
 2018-11-17  0:57 UTC  (3+ messages)

[PATCH] ARM: shmobile: Hide ARCH_RZN1 to improve consistency
 2018-11-16 14:43 UTC  (2+ messages)

KASAN poisoning for skb linear data
 2018-11-17  0:52 UTC  (3+ messages)

[PATCH 0/6] Remove all bad dp_mst_port uses and hide struct def
 2018-11-17  0:52 UTC  (8+ messages)
` [PATCH 1/6] drm/dp_mst: Add drm_dp_get_payload_info()
  ` [PATCH 2/6] drm/nouveau: Use drm_dp_get_payload_info() for getting payload/vcpi
  ` [PATCH 5/6] drm/dp_mst: Hide drm_dp_mst_port contents from drivers
` [PATCH 3/6] drm/nouveau: Stop reading port->mgr in nv50_mstc_get_modes()
` [PATCH 4/6] drm/nouveau: Stop reading port->mgr in nv50_mstc_detect()
` [PATCH 6/6] drm/i915: Start using struct drm_dp_mst_port again
` ✓ Fi.CI.BAT: success for Remove all bad dp_mst_port uses and hide struct def

Logitech QuickCam USB detected by Linux, but not user space applications
 2018-11-16 14:39 UTC  (3+ messages)

[PATCH] qca-swiss-army-knife: ath10k-fwencoder: add new 'single-chan-info-per-channel'
 2018-11-17  0:48 UTC  (4+ messages)

[PATCH 0/3] Intel SST fixes for Chromebooks/HDaudio platorms
 2018-11-17  0:47 UTC  (4+ messages)
` [PATCH 1/3] ASoC: acpi: fix: continue searching when machine is ignored
` [PATCH 2/3] ASoC: Intel: fix interface for Chromebook machine drivers
` [PATCH 3/3] ASoC: Intel: use platform_data for "

master - tests: prefer internal header
 2018-11-17  0:46 UTC 

[PATCH v2 1/3] compiler-gcc: hide COMPILER_HAS_GENERIC_BUILTIN_OVERFLOW from sparse
 2018-11-17  0:45 UTC  (4+ messages)
` [PATCH v2 2/3] kernel.h: hide __is_constexpr() "

[PATCH bpf] bpf: fix off-by-one error in adjust_subprog_starts
 2018-11-17  0:44 UTC  (2+ messages)

[Ksummit-discuss] [RFC PATCH 0/3] Maintainer Handbook: Subsystem Profile
 2018-11-17  0:38 UTC  (11+ messages)
` [Ksummit-discuss] [RFC PATCH 3/3] libnvdimm, MAINTAINERS: "

[PATCH v3 0/7] freezer for cgroup v2
 2018-11-17  0:38 UTC  (14+ messages)
` [PATCH v3 1/7] cgroup: rename freezer.c into legacy_freezer.c
` [PATCH v3 2/7] cgroup: implement __cgroup_task_count() helper
` [PATCH v3 3/7] cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
` [PATCH v3 4/7] cgroup: cgroup v2 freezer
` [PATCH v3 5/7] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
` [PATCH v3 6/7] kselftests: cgroup: add freezer controller self-tests
` [PATCH v3 7/7] cgroup: document cgroup v2 freezer interface

include/boilerplate/compiler.h breaks clang 3.9's arm_acle.h
 2018-11-17  0:38 UTC 

[PATCH v3 1/2] x86/fpu: track AVX-512 usage of tasks
 2018-11-17  0:36 UTC  (5+ messages)

[PATCH v2 1/2] build_bug.h: remove negative-array fallback for BUILD_BUG_ON()
 2018-11-17  0:31 UTC  (3+ messages)
` [PATCH v2 2/2] build_bug.h: remove all dummy BUILD_BUG_ON stubs for sparse

[RFC PATCH v3 00/15] crypto: Adiantum support
 2018-11-17  0:30 UTC  (7+ messages)
` [RFC PATCH v3 10/15] crypto: poly1305 - use structures for key and accumulator

[PATCH net-next 0/4] Introduce ENETC ethernet drivers
 2018-11-17  0:30 UTC  (3+ messages)
` [PATCH net-next 1/4] enetc: Introduce basic PF and VF "

[PATCH v3] media: vivid: Improve timestamping
 2018-11-16 14:12 UTC  (2+ messages)

[linux-lvm] lvcreate from a setuid-root binary
 2018-11-17  0:24 UTC  (4+ messages)

[Patch v4 1/3] CIFS: Add support for direct I/O read
 2018-11-17  0:20 UTC  (4+ messages)
` [Patch v4 2/3] CIFS: Add support for direct I/O write

[Intel-wired-lan] [next-queue PATCH v1 1/2] igb: Change RXPBSIZE size when setting Qav mode
 2018-11-17  0:19 UTC  (2+ messages)
` [Intel-wired-lan] [next-queue PATCH v1 2/2] Documentation: igb: Add a section about CBS

BTRFS on production: NVR 16+ IP Cameras
 2018-11-17  0:18 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] sandbox: README: use setenv ethrotate no
 2018-11-17  0:14 UTC  (2+ messages)

[U-Boot] [PATCH] fdt: Fix uncompress_blob() for U-Boot proper
 2018-11-17  0:14 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: fdt: Fix fdt address information after the movement
 2018-11-17  0:13 UTC  (2+ messages)

master - tests: correcting header file enclosure
 2018-11-17  0:12 UTC 

[PATCH] tls: fixed intentation in X509 definitions
 2018-11-17  0:12 UTC  (3+ messages)

[U-Boot] [PATCH v2] dm: spi: prevent setting a speed of 0 Hz
 2018-11-17  0:10 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] core: ofnode: Fix ofnode_get_addr_size_index function
 2018-11-17  0:09 UTC  (3+ messages)

master - tests: still more libs needs
 2018-11-17  0:02 UTC 

[PATCH 0/9] dt-bindings: Firmware node binding for ZynqMP core
 2018-11-16 23:56 UTC  (7+ messages)
` [PATCH 1/9] dt-bindings: power: Add ZynqMP power domain bindings
` [PATCH 4/9] dt-bindings: nvmem: Add bindings for ZynqMP nvmem driver
` [PATCH 5/9] dt-bindings: pinctrl: Add ZynqMP pin controller bindings
` [PATCH 6/9] dt-bindings: spi: zynqmp: Move SPI node under zynqmp firmware
` [PATCH 7/9] dt-bindings: phy: Add dt bindings for ZynqMP PHY
` [PATCH 8/9] dt-bindings: remoteproc: Add Xilinx R5 rproc binding


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.