All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-01 23:06:12 to 2018-10-02 01:16:14 UTC [more...]

[PATCH v14 00/19] Intel SGX1 support
 2018-10-02  0:31 UTC  (16+ messages)
` [PATCH v14 09/19] x86/mm: x86/sgx: Signal SEGV_SGXERR for #PFs w/ PF_SGX

[PULL] Second set of IIO new device support, cleanups etc for 4.20
 2018-10-02  1:14 UTC  (2+ messages)

patch "iio: adc: at91: fix acking DRDY irq on simple conversions" added to staging-testing
 2018-10-02  1:16 UTC 

patch "iio: adc: at91: fix wrong channel number in triggered buffer mode" added to staging-testing
 2018-10-02  1:16 UTC 

patch "iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()" added to staging-testing
 2018-10-02  1:16 UTC 

[PATCH] CIFS: Print message when attempting mount
 2018-10-02  1:16 UTC  (2+ messages)

[RESEND PATCH v4 0/8] Introduce the for_each_set_clump macro
 2018-10-02  1:16 UTC  (8+ messages)
` [RESEND PATCH v4 1/8] bitops: "
` [RESEND PATCH v4 2/8] lib/test_bitmap.c: Add for_each_set_clump test cases
` [RESEND PATCH v4 3/8] gpio: 104-dio-48e: Utilize for_each_set_clump macro
` [RESEND PATCH v4 4/8] gpio: 104-idi-48: "
` [RESEND PATCH v4 5/8] gpio: gpio-mm: "
` [RESEND PATCH v4 6/8] gpio: ws16c48: "
` [RESEND PATCH v4 7/8] gpio: pci-idio-16: "

[PATCH] driver core: device: add BUS_ATTR_WO macro
 2018-10-01 21:08 UTC  (2+ messages)

[PATCH v4 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-10-02  1:15 UTC  (2+ messages)
` [PATCH v4 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH 0/4] get_user_pages*() and RDMA: first steps
 2018-10-02  1:14 UTC  (9+ messages)

[Buildroot] [PATCH v6 1/1] docker-engine: split docker-{cli, engine}, bump to v18.06.1-ce
 2018-10-02  1:14 UTC 

[PATCH net-next] tls: Add support for inplace records encryption
 2018-10-01 18:33 UTC  (2+ messages)

[GIT PULL] Late arm64 fixes for 4.19
 2018-10-02  0:53 UTC  (3+ messages)

[GIT PULL] ARM: SoC fixes
 2018-10-02  0:53 UTC  (3+ messages)

[GIT PULL] pstore fix for v4.19-rc7
 2018-10-02  0:53 UTC  (2+ messages)

[GIT PULL] extcon next for v4.20
 2018-10-02  0:42 UTC  (2+ messages)

[GIT PULL] PHY: for 4.20
 2018-10-02  0:33 UTC  (2+ messages)

[PATCH 1/1] bridge: remove BR_GROUPFWD_RESTRICTED for arbitrary forwarding of reserved addresses
 2018-10-01 18:32 UTC  (6+ messages)

[PATCH net-next v6 00/23] WireGuard: Secure Network Tunnel
 2018-10-02  1:09 UTC  (7+ messages)
` [PATCH net-next v6 04/23] zinc: ChaCha20 x86_64 implementation

[PATCH security-next v4 00/32] LSM: Explict LSM ordering
 2018-10-02  1:06 UTC  (34+ messages)
` [PATCH security-next v4 01/32] LSM: Correctly announce start of LSM initialization
` [PATCH security-next v4 02/32] vmlinux.lds.h: Avoid copy/paste of security_init section
` [PATCH security-next v4 03/32] LSM: Rename .security_initcall section to .lsm_info
` [PATCH security-next v4 04/32] LSM: Remove initcall tracing
` [PATCH security-next v4 05/32] LSM: Convert from initcall to struct lsm_info
` [PATCH security-next v4 06/32] vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
` [PATCH security-next v4 07/32] LSM: Convert security_initcall() into DEFINE_LSM()
` [PATCH security-next v4 08/32] LSM: Record LSM name in struct lsm_info
` [PATCH security-next v4 09/32] LSM: Provide init debugging infrastructure
` [PATCH security-next v4 10/32] LSM: Don't ignore initialization failures
` [PATCH security-next v4 11/32] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH security-next v4 12/32] LSM: Provide separate ordered initialization
` [PATCH security-next v4 13/32] LoadPin: Rename "enable" to "enforce"
` [PATCH security-next v4 14/32] LSM: Plumb visibility into optional "enabled" state
` [PATCH security-next v4 15/32] LSM: Lift LSM selection out of individual LSMs
` [PATCH security-next v4 16/32] LSM: Prepare for arbitrary LSM enabling
` [PATCH security-next v4 17/32] LSM: Introduce CONFIG_LSM_ENABLE
` [PATCH security-next v4 18/32] LSM: Introduce lsm.enable= and lsm.disable=
` [PATCH security-next v4 19/32] LSM: Prepare for reorganizing "security=" logic
` [PATCH security-next v4 20/32] LSM: Refactor "security=" in terms of enable/disable
` [PATCH security-next v4 21/32] LSM: Finalize centralized LSM enabling logic
` [PATCH security-next v4 22/32] apparmor: Remove boot parameter
` [PATCH security-next v4 23/32] selinux: "
` [PATCH security-next v4 24/32] LSM: Build ordered list of ordered LSMs for init
` [PATCH security-next v4 25/32] LSM: Introduce CONFIG_LSM_ORDER
` [PATCH security-next v4 26/32] LSM: Introduce "lsm.order=" for boottime ordering
` [PATCH security-next v4 27/32] LoadPin: Initialize as ordered LSM
` [PATCH security-next v4 28/32] Yama: "
` [PATCH security-next v4 29/32] LSM: Introduce enum lsm_order
` [PATCH security-next v4 30/32] capability: Initialize as LSM_ORDER_FIRST
` [PATCH security-next v4 31/32] LSM: Separate idea of "major" LSM from "exclusive" LSM
` [PATCH security-next v4 32/32] LSM: Add all exclusive LSMs to ordered initialization

[PATCH v2 00/20] NFS/RDMA client patches for v4.20
 2018-10-01 18:26 UTC  (21+ messages)
` [PATCH v2 01/20] xprtrdma: xprt_release_rqst_cong is called outside of transport_lock
` [PATCH v2 02/20] xprtrdma: Reset credit grant properly after a disconnect
` [PATCH v2 03/20] xprtrdma: Create more MRs at a time
` [PATCH v2 04/20] xprtrdma: Explicitly resetting MRs is no longer necessary
` [PATCH v2 05/20] xprtrdma: Name MR trace events consistently
` [PATCH v2 06/20] sunrpc: Fix connect metrics
` [PATCH v2 07/20] sunrpc: Report connect_time in seconds
` [PATCH v2 08/20] xprtrdma: Rename rpcrdma_conn_upcall
` [PATCH v2 09/20] xprtrdma: Conventional variable names in rpcrdma_conn_upcall
` [PATCH v2 10/20] xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()
` [PATCH v2 11/20] xprtrdma: Re-organize the switch() in rpcrdma_conn_upcall
` [PATCH v2 12/20] xprtrdma: Simplify RPC wake-ups on connect
` [PATCH v2 13/20] xprtrdma: Rename rpcrdma_qp_async_error_upcall
` [PATCH v2 14/20] xprtrdma: Remove memory address of "ep" from an error message
` [PATCH v2 15/20] xprtrdma: Don't disable BH's in backchannel server
` [PATCH v2 16/20] xprtrdma: Move rb_flags initialization
` [PATCH v2 17/20] xprtrdma: Report when there were zero posted Receives
` [PATCH v2 18/20] xprtrdma: Add documenting comments
` [PATCH v2 19/20] xprtrdma: Clean up xprt_rdma_disconnect_inject
` [PATCH v2 20/20] xprtrdma: Squelch a sparse warning

[PATCH v9 0/2] Add an initial DT binding doc for ina3221
 2018-10-02  1:05 UTC 

WARNING in pcpu_alloc
 2018-10-01 18:23 UTC  (2+ messages)

[PATCH 0/4] support DV encap and decap actions
 2018-10-02  1:02 UTC  (3+ messages)
` [PATCH 1/4] net/mlx5: add flow action functions to glue

[PATCH v1 0/4] NFS/RDMA server patches for v4.20
 2018-10-01 18:16 UTC  (5+ messages)
` [PATCH v1 1/4] svcrdma: Reduce max_send_sges
` [PATCH v1 2/4] svcrdma: Remove ->release_rqst call in bc reply handler
` [PATCH v1 3/4] svcrdma: Remove try_module_get from backchannel
` [PATCH v1 4/4] svcrdma: Increase the default connection credit limit

INFO: task hung in ext4_fallocate
 2018-10-01 18:14 UTC 

[PATCH net-next v1 0/1] net/sched: Introduce the taprio scheduler
 2018-10-01 18:12 UTC  (2+ messages)

[PATCH v5 00/21] tpm: separate tpm 1.x and tpm 2.x commands
 2018-10-02  0:42 UTC  (3+ messages)
` [PATCH v5 06/21] tpm: move tpm1_pcr_extend to tpm1-cmd.c

[PATCH net] inet: frags: rework rhashtable dismantle
 2018-10-01 17:58 UTC 

[PATCH v6 0/6] Add Rockchip VPU JPEG encoder
 2018-10-01 17:54 UTC  (3+ messages)

[U-Boot] [ANN] U-Boot v2018.11-rc1 released
 2018-10-02  0:33 UTC 

[U-Boot] [PATCH v2] MAINTAINERS: at91: update entry for at91 boards
 2018-10-02  0:33 UTC  (2+ messages)

[PATCH v2 1/6] drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
 2018-10-02  0:30 UTC  (4+ messages)
` [PATCH v2 2/6] drm/i915/dp: Restrict link retrain workaround to external monitors

[PATCH 0/4] Address reader-writer concurrency in rte_hash
 2018-10-02  0:30 UTC  (8+ messages)
` [PATCH 4/4] hash: enable lock-free reader-writer concurrency

Other architectures we can work on?
 2018-10-01 17:51 UTC  (3+ messages)
` Fwd: "

Rapid Prototyping Services/Anby from China
 2018-10-01 17:41 UTC 

linux-next: build warnings after merge of the pci tree
 2018-10-02  0:26 UTC 

[RFC] i2c: reject transfers when adapter is suspended
 2018-10-01 17:44 UTC 

[PATCH v3 0/3] hash: add extendable bucket and partial key hashing
 2018-10-02  0:17 UTC  (5+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] hash: fix race condition in iterate

[PATCH] submodule.sh update --remote: default to oid instead of master
 2018-10-02  0:17 UTC  (2+ messages)
` [PATCH] submodule update --remote: introduce pinning

[pull request][net 0/3] Mellanox, mlx5 fixes 2018-10-01
 2018-10-01 17:37 UTC  (4+ messages)
` [net 1/3] net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rules
` [net 2/3] net/mlx5: E-Switch, Fix out of bound access when setting vport rate
` [net 3/3] net/mlx5e: Set vlan masks for all offloaded TC rules

[PATCH rfc 0/4] Support SQ flow control disabled mode (TP 8005)
 2018-10-02  0:14 UTC  (5+ messages)
` [PATCH rfc 1/4] nvmet: support fabrics sq flow control
` [PATCH rfc 2/4] nvmet: don't override treq upon modification
` [PATCH rfc 3/4] nvmet: expose support for fabrics SQ flow control disable in treq
` [PATCH rfc 4/4] nvme: Ask for fabrics SQ flow control disable by default

Hiking Enthusiasts List
 2018-10-01 16:39 UTC 

[PATCH v3 1/6] drm/i915/psr: Share PSR and PSR2 exit mask
 2018-10-02  0:08 UTC  (9+ messages)
` [PATCH v3 2/6] drm/i915/psr: Make MASK_DISP_REG_WRITE reserved in PSR_MASK for ICL
` [PATCH v3 3/6] drm/i915/psr: Remove PSR2 TODO error handling
` [PATCH v3 4/6] drm/i915/psr: Use WA to force HW tracking to exit PSR2
` [PATCH v3 5/6] drm/i915/psr: Don't tell sink that main link will be active while is active PSR2
` [PATCH v3 6/6] drm/i915/psr: Remove alpm from i915_psr
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/6] drm/i915/psr: Share PSR and PSR2 exit mask
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 1/2] powerpc/tm: Move tm_enable definition
 2018-10-02  0:05 UTC  (3+ messages)
` [PATCH 2/2] powerpc/tm: Avoid SPR flush if TM is disabled

[RFC PATCH 01/11] nios2: update_mmu_cache clear the old entry from the TLB
 2018-10-02  0:06 UTC  (3+ messages)

[PATCH 1/2] powerpc/64: Remove duplicated -mabi=elfv2 for little endian targets
 2018-10-02  0:03 UTC  (9+ messages)
` [PATCH 2/2] powerpc/64: Increase stack redzone for 64-bit kernel to 512 bytes

[xen-unstable-smoke test] 128296: tolerable all pass - PUSHED
 2018-10-02  0:04 UTC 

[PATCH 1/3] kbuild: add -Wno-pointer-sign flag unconditionally
 2018-10-01 17:24 UTC  (6+ messages)
` [PATCH 2/3] kbuild: add -Wdeclaration-after-statement "
` [PATCH 3/3] kbuild: add -Wno-unused-but-set-variable compiler "

[RFC] V4L2_PIX_FMT_MJPEG vs V4L2_PIX_FMT_JPEG
 2018-10-01 17:19 UTC  (10+ messages)

[PATCH security-next v3 00/29] LSM: Explict LSM ordering
 2018-10-01 23:57 UTC  (10+ messages)
` [PATCH security-next v3 18/29] LSM: Introduce lsm.enable= and lsm.disable=

[PATCH] powerpc: remove leftover code of old GCC version checks
 2018-10-01 23:51 UTC  (3+ messages)

[PATCH] drm/omap: Use after free in omap_connector_destroy()
 2018-10-01 23:50 UTC  (3+ messages)

[PATCH v9 0/8] Introduce on-chip interconnect API
 2018-10-01 23:49 UTC  (7+ messages)
` [PATCH v9 2/8] dt-bindings: Introduce interconnect binding

xfs_scrub_all warning
 2018-10-01 17:08 UTC  (3+ messages)

[PATCH 0/7] Neaten logging uses
 2018-10-01 23:46 UTC  (3+ messages)

[PATCH v3 0/8] xfsprogs-4.19: transaction cleanups
 2018-10-01 17:05 UTC  (9+ messages)
` [PATCH 1/8] libxfs: port kernel transaction code
` [PATCH 2/8] libxfs: fix libxfs_trans_alloc callsite problems
` [PATCH 3/8] xfs_repair: fix block reservation in mk_rsumino
` [PATCH 4/8] libxfs: fix xfs_trans_alloc reservation abuse
` [PATCH 5/8] libxfs: check libxfs_trans_commit return values
` [PATCH 6/8] libxfs: clean up IRELE/iput callsites
` [PATCH 7/8] libxfs: track transaction block reservation usage like the kernel
` [PATCH 8/8] xfs_scrub_all: fix systemd escaping again

[PATCH v8 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-10-01 23:43 UTC  (9+ messages)
` [PATCH v8 13/13] nvmet: Optionally use PCI P2P memory

[Qemu-devel] [Bug 1795527] [NEW] Malformed audio and video output stuttering after upgrade to QEMU 3.0
 2018-10-01 23:28 UTC 

Tracing Summit 2018 Schedule Released
 2018-09-28 22:28 UTC 

linux-next: Signed-off-by missing for commit in the net-next tree
 2018-10-01 23:34 UTC 

[PATCH RESEND] scsi: sg: Prevent potential double frees in sg driver
 2018-10-01 23:34 UTC  (2+ messages)

[PATCH alsa-lib] ioplug: Fix comment in struct snd_pcm_ioplug
 2018-10-01 23:33 UTC  (2+ messages)

snd_pcm_poll_descriptors() error return
 2018-10-01 23:32 UTC  (2+ messages)

[PATCH] ASoC: Convert a few more users to using %pOFn instead of device_node.name
 2018-10-01 23:29 UTC  (4+ messages)
` [PATCH] input: xilinx_ps2: Convert "

[PATCH] MAINTAINERS: Remove stale file entry for the Atmel ISI driver
 2018-10-01 16:51 UTC  (4+ messages)

[PATCH v3 0/1] perf: Sharing PMU counters across compatible events
 2018-10-01 23:25 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH] drm/amd/display: move the nonblocking commit helpers appropriately
 2018-10-01 23:26 UTC  (2+ messages)
  ` [PATCH v2] drm/amd/display: Signal hw_done() after waiting for flip_done()

[PATCH] migration/mm: Add WARN_ON to try_offline_node
 2018-10-01 23:23 UTC  (6+ messages)

[PATCH v2 4/6] drm/i915/dp: Do not grab crtc modeset lock in intel_dp_detect()
 2018-10-01 23:22 UTC  (6+ messages)
` [PATCH v3 "

[PATCH] powerpc/lib: fix book3s/32 boot failure due to code patching
 2018-10-01 23:19 UTC  (3+ messages)

[RFC 00/20] ns: Introduce Time Namespace
 2018-10-01 23:20 UTC  (12+ messages)

[PATCH 0/3] Add GPIO brownout detection support
 2018-10-01 16:35 UTC  (5+ messages)
` [PATCH 3/3] Input: add generic gpio brownout driver

[PATCH] media: cx18: Don't check for address of video_dev
 2018-10-01 23:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] kdb: print real address of pointers instead of hashed addresses
 2018-10-01 19:55 UTC  (2+ messages)

[PATCH 1/2] powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer
 2018-10-01 23:01 UTC  (2+ messages)
` [PATCH 2/2] powerpc/time: Add set_state_oneshot_stopped decrementer callback

[PATCH v1 0/2] Cleanup tests for test_cmp argument ordering and "|" placement
 2018-10-01 23:07 UTC  (7+ messages)
` [PATCH v3 0/5] Clean up tests for test_cmp arg ordering and pipe placement
  ` [PATCH v3 1/5] CodingGuidelines: add shell piping guidelines


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.