All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-01 23:43:00 to 2018-10-02 01:50:10 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 04/18] video/hdmi: Constify infoframe passed to the pack functions
 2018-10-01 19:10 UTC  (3+ messages)
` [PATCH v3 "

[Bridge] [PATCH 1/1] bridge: remove BR_GROUPFWD_RESTRICTED for arbitrary forwarding of reserved addresses
 2018-10-01 19:10 UTC  (10+ messages)
`  "

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

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

[PATCH ethtool] ethtool: support combinations of FEC modes
 2018-10-01 18:59 UTC  (3+ messages)
` [RFC PATCH ethtool] ethtool: better syntax for "

[PATCH] bitbake-worker: Add DryRun event
 2018-10-02  1:37 UTC 

[PATCH v4.14.y] serial: imx: restore handshaking irq for imx1
 2018-10-01 18:56 UTC  (3+ messages)
` [PATCH v4.14.y v2] "

FAILED: patch "[PATCH] serial: imx: restore handshaking irq for imx1" failed to apply to 4.4-stable tree
 2018-10-01 18:55 UTC  (3+ messages)
` [PATCH v4.4.y] serial: imx: restore handshaking irq for imx1

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

[PATCH 0/2] Fix community TSC ADJUST breakage causing TSC failure
 2018-10-02  1:22 UTC  (3+ messages)
` [PATCH 1/2] x86/platform/uv: Add is_early_uv_system check
` [PATCH 2/2] x86/tsc: Fix UV TSC initialization

[Bug 108118] AMDGPU sometimes hangs forever when running graphical applications
 2018-10-02  1:27 UTC 

[PATCH v2] net/ncsi: Add NCSI OEM command support
 2018-10-02  1:20 UTC  (3+ messages)

[Ksummit-discuss] [MAINTAINERS SUMMIT] Moving debugfs file systems into sysfs
 2018-10-02  1:26 UTC  (3+ messages)

[PATCH v6 1/2] iio: proximity: Add driver support for ST's VL53L0X ToF ranging sensor
 2018-10-01 18:44 UTC  (8+ messages)
` [PATCH v6 2/2] iio: proximity: vl53l0x: add interrupt support

Git Evolve
 2018-10-02  1:23 UTC  (2+ messages)

Raise maximum number of memory controllers
 2018-10-02  1:22 UTC  (13+ messages)
                  ` EDAC: Don't add devices under /sys/bus/edac
                    ` [PATCH] "

[PATCH net-next iptables] Rework the xt_quota module
 2018-10-02  1:23 UTC  (3+ messages)
` [PATCH iptables] extensions: libxt_quota: Allow setting the remaining quota
` [PATCH net-next] netfilter: xt_quota: fix the behavior of xt_quota module

[PATCH RFC 1/2] sched/core: Convert synchronize_rcu_mult to synchronize_rcu
 2018-10-02  1:20 UTC  (2+ messages)
` [PATCH RFC 2/2] rcu: Remove synchronize_rcu_mult since it has no more users

[PATCH security-next v4 00/32] LSM: Explict LSM ordering
 2018-10-02  1:18 UTC  (35+ 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] libosd: Remove ignored __weak attribute
 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  (9+ 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: "
` [RESEND PATCH v4 8/8] gpio: pcie-idio-24: "

patch "iio: ad5064: Fix regulator handling" added to staging-testing
 2018-10-02  1:16 UTC 

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)

[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 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 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  (3+ messages)
` [PATCH v9 1/2] dt-bindings: hwmon: Add ina3221 documentation
` [PATCH v9 2/2] hwmon: (ina3221) Read channel input source info from DT

[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] 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  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v3,1/6] "
` ✗ 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 

[RFC] V4L2_PIX_FMT_MJPEG vs V4L2_PIX_FMT_JPEG
 2018-10-01 17:19 UTC  (9+ 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

[PATCH AUTOSEL 4.18 01/65] netfilter: xt_cluster: add dependency on conntrack module
 2018-10-01 23:48 UTC  (4+ messages)
` [PATCH AUTOSEL 4.18 39/65] fs/cifs: suppress a string overflow warning

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

[PATCH 0/7] Neaten logging uses
 2018-10-01 23:46 UTC  (2+ 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  (8+ messages)
` [PATCH v8 13/13] nvmet: Optionally use PCI P2P memory


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.