All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-25 23:06:38 to 2018-06-26 00:34:43 UTC [more...]

[PATCH v2 net-next] net/sched: add skbprio scheduler
 2018-06-26  0:34 UTC  (7+ messages)

[PATCH tip/core/rcu 0/27] Post-gp_seq miscellaneous fixes for v4.19
 2018-06-26  0:35 UTC  (10+ messages)
` [PATCH tip/core/rcu 06/27] rcu: Mark task as .need_qs less aggressively
` [PATCH tip/core/rcu 08/27] rcu: Clarify and correct the rcu_preempt_qs() header comment
` [PATCH tip/core/rcu 09/27] rcu: Remove unused rcu_kick_nohz_cpu() function
` [PATCH tip/core/rcu 10/27] rcu: Remove unused local variable "cpu"
` [PATCH tip/core/rcu 14/27] rcu: Remove __maybe_unused from rcu_cpu_has_callbacks()
` [PATCH tip/core/rcu 16/27] rcu: Add comment documenting how rcu_seq_snap works
` [PATCH tip/core/rcu 20/27] rcu: Check the range of jiffies_till_{first,next}_fqs when setting them
` [PATCH tip/core/rcu 26/27] rculist: Improve documentation for list_for_each_entry_from_rcu()
` [PATCH tip/core/rcu 27/27] rcu: Assign higher prio to RCU threads if rcutorture is built-in

[PATCH] xfs: remove deprecated barrier/nobarrier mount options
 2018-06-26  0:34 UTC  (3+ messages)

[lustre-devel] [PATCH v3 00/26] staging: lustre: libcfs: SMP rework
 2018-06-26  0:33 UTC  (4+ messages)
` [lustre-devel] [PATCH v3 03/26] staging: lustre: libcfs: properly handle failure cases in SMP code

[PATCH v2] drm/i915: Fix assert_plane() warning on bootup with external display
 2018-06-26  0:33 UTC 

Linux kernel 4.9.110 released
 2018-06-26  0:30 UTC 

[lustre-devel] [PATCH v2 0/7] lustre: libcfs: tracefile cleanups
 2018-06-26  0:29 UTC  (3+ messages)
` [lustre-devel] [PATCH v2 4/7] lustre: libcfs: merge linux-tracefile.c into tracefile.c

[PATCH 0/3] Enable basic MMC support on Allwinner H6
 2018-06-26  0:28 UTC  (10+ messages)
` [PATCH 2/3] arm64: allwinner: h6: add device tree nodes for MMC controllers
  ` [linux-sunxi] "

[lustre-devel] [PATCH 00/24] lustre - more cleanups including module reduction
 2018-06-26  0:26 UTC  (15+ messages)
` [lustre-devel] [PATCH 08/24] lustre: use truncate_inode_page in place of truncate_complete_page
          ` [lustre-devel] [PATCH 1/3] lustre: use generic_error_remove_page()
            ` [lustre-devel] [PATCH 2/3] lustre: use delete_from_page_cache() for directory pages
              ` [lustre-devel] [PATCH 3/3] lustre: discard truncate_complete_page()

[PATCH] vfs: replace current_kernel_time64 with ktime equivalent
 2018-06-26  0:24 UTC  (4+ messages)

src/crypto/curve25519-x86_64.h:1319: Error: no such instruction while compiling in centos 6
 2018-06-26  0:28 UTC  (2+ messages)

[PATCH tip/core/rcu 0/22] Grace-period fixes for v4.19
 2018-06-26  0:20 UTC 

[PATCH tip/core/rcu 0/40] RCU ->gp_seq conversion for v4.19
 2018-06-26  0:08 UTC  (41+ messages)
` [PATCH tip/core/rcu 01/40] rcu: Introduce grace-period sequence numbers
` [PATCH tip/core/rcu 02/40] rcu: Move rcu_gp_slow() to ->gp_seq
` [PATCH tip/core/rcu 03/40] rcu: Make rcutorture's batches-completed API use ->gp_seq
` [PATCH tip/core/rcu 04/40] rcu: Convert rcu_check_gp_kthread_starvation() to GP sequence number
` [PATCH tip/core/rcu 05/40] rcu: Make quiescent-state reporting use ->gp_seq
` [PATCH tip/core/rcu 06/40] rcu: Convert conditional grace-period primitives to ->gp_seq
` [PATCH tip/core/rcu 07/40] rcu: Move RCU's grace-period-change code "
` [PATCH tip/core/rcu 08/40] rcu: Convert rcu_gpnum_ovf() "
` [PATCH tip/core/rcu 09/40] rcu: Move rcu_implicit_dynticks_qs() "
` [PATCH tip/core/rcu 10/40] rcu: Move rcu_try_advance_all_cbs() "
` [PATCH tip/core/rcu 11/40] rcu: Move rcu_nocb_gp_get() "
` [PATCH tip/core/rcu 12/40] rcu: Move rcu_gp_in_progress() "
` [PATCH tip/core/rcu 13/40] rcu: Convert ->rcu_iw_gpnum "
` [PATCH tip/core/rcu 14/40] rcu: Convert ->completedqs "
` [PATCH tip/core/rcu 15/40] rcu: Convert grace-period requests "
` [PATCH tip/core/rcu 16/40] rcu: Make RCU CPU stall warnings use ->gp_seq
` [PATCH tip/core/rcu 17/40] rcutorture: Convert rcutorture_get_gp_data() to ->gp_seq
` [PATCH tip/core/rcu 18/40] rcu: Move from ->need_future_gp[] to ->gp_seq_needed
` [PATCH tip/core/rcu 19/40] rcu: Make rcu_nocb_wait_gp() check if GP already requested
` [PATCH tip/core/rcu 20/40] rcu: Convert rcu_grace_period tracepoint to gp_seq
` [PATCH tip/core/rcu 21/40] rcu: Convert rcu_future_grace_period "
` [PATCH tip/core/rcu 22/40] rcu: Convert rcu_grace_period_init "
` [PATCH tip/core/rcu 23/40] rcu: Convert rcu_preempt_task tracepoint to ->gp_seq
` [PATCH tip/core/rcu 24/40] rcu: Convert rcu_unlock_preempted_task "
` [PATCH tip/core/rcu 25/40] rcu: Convert rcu_quiescent_state_report "
` [PATCH tip/core/rcu 26/40] rcu: Convert rcu_fqs "
` [PATCH tip/core/rcu 27/40] rcu: Remove ->gpnum and ->completed
` [PATCH tip/core/rcu 28/40] rcu: Make simple callback acceleration refer to rdp->gp_seq_needed
` [PATCH tip/core/rcu 29/40] doc: Update data-structure documentation for ->gp_seq
` [PATCH tip/core/rcu 30/40] doc: Update memory-ordering documentation for ->gp-seq
` [PATCH tip/core/rcu 31/40] doc: Update RCU CPU stall-warning documentation
` [PATCH tip/core/rcu 32/40] rcu: Don't funnel-lock above leaf node if GP in progress
` [PATCH tip/core/rcu 33/40] rcu: Produce last "CleanupMore" trace only if late-breaking request
` [PATCH tip/core/rcu 34/40] rcu: Fix cpustart tracepoint gp_seq number
` [PATCH tip/core/rcu 35/40] rcu: Make rcu_start_this_gp() check for grace period already started
` [PATCH tip/core/rcu 36/40] rcutorture: Correctly handle grace-period sequence wrap
` [PATCH tip/core/rcu 37/40] rcu: Regularize resetting of rcu_data wrap indicator
` [PATCH tip/core/rcu 38/40] rcu: Rename the grace-period-request variables and parameters
` [PATCH tip/core/rcu 39/40] rcu: Use better variable names in funnel locking loop
` [PATCH tip/core/rcu 40/40] rcu: Identify grace period is in progress as we advance up the tree

[RFC v2 PATCH 0/4] eBPF and struct scatterlist
 2018-06-26  0:14 UTC  (2+ messages)

Linux kernel 4.14.52 released
 2018-06-26  0:15 UTC 

[U-Boot] Logo for U-Boot
 2018-06-26  0:14 UTC  (15+ messages)

[seabios test] 124679: trouble: blocked/broken
 2018-06-26  0:12 UTC 

[PATCH 1/2] drm/i915/psr: Fix race in intel_psr_work()
 2018-06-26  0:10 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/psr: Warn for erroneous enabling of both PSR1 and PSR2

[PATCH 0/3] Fix blk_mq_end_request() and blk_end_request() for WRITE SAME
 2018-06-26  0:10 UTC  (4+ messages)
` [PATCH 1/3] block: Fix blk_rq_payload_bytes()
` [PATCH 2/3] sd: Remove the __data_len hack for WRITE SAME again
` [PATCH 3/3] block: Fix blk_end_request_all() for WRITE SAME requests

[PATCH net-next 0/6] Multipath tests for tunnel devices
 2018-06-26  0:08 UTC  (21+ messages)
` [PATCH net-next 1/6] selftests: forwarding: Move multipath_eval() to lib.sh
` [PATCH net-next 2/6] selftests: forwarding: multipath_eval(): Improve style
` [PATCH net-next 3/6] selftests: forwarding: tc_rule_stats_get: Parameterize direction
` [PATCH net-next 4/6] selftests: forwarding: lib: Extract interface-init functions
` [PATCH net-next 5/6] selftests: forwarding: Test multipath tunneling
` [PATCH net-next 6/6] selftests: forwarding: README: Require diagrams

[PATCH] trace: Reorder display of TGID to be after PID
 2018-06-26  0:08 UTC 

[PATCH v3 2/5] efi: Add embedded peripheral firmware support
 2018-06-26  0:08 UTC  (11+ messages)
      ` Do Qualcomm drivers use DMA buffers for request_firmware_into_buf()?

[RFC v2 0/2] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-06-26  0:06 UTC  (8+ messages)
` [RFC v2 PATCH 2/2] mm: mmap: zap pages with read mmap_sem "

[PATCH] xfsprogs: Remove barrier/nobarrier mount options from xfs.5
 2018-06-26  0:06 UTC 

[linux-4.9 test] 124658: trouble: blocked/broken/pass
 2018-06-26  0:05 UTC 

[PATCH v8 0/7] Enable Bluetooth functionality for WCN3990
 2018-06-26  0:05 UTC  (6+ messages)
` [PATCH v8 3/7] Bluetooth: btqca: Redefine qca_uart_setup() to generic function
` [PATCH v8 4/7] Bluetooth: hci_qca: Add wrapper functions for setting UART speed

Linux kernel 4.16.18 released
 2018-06-26  0:05 UTC 

[PATCH 0/4] x86/hyper-v: optimize PV IPIs
 2018-06-26  0:03 UTC  (5+ messages)
` [PATCH 2/4] x86/hyper-v: use 'fast' hypercall for HVCALL_SEND_IPI
` [PATCH 3/4] x86/hyper-v: use cheaper HVCALL_SEND_IPI hypercall when possible

[Buildroot] [PATCH v4] pamtester: new package
 2018-06-26  0:02 UTC 

[xen-4.11-testing baseline test] 124696: trouble: blocked/broken/pass
 2018-06-26  0:00 UTC 

Linux kernel 4.17.3 released
 2018-06-26  0:00 UTC 

[GIT PULL] clk-davinci-fixes-for-4.18
 2018-06-25 23:59 UTC 

[Buildroot] [PATCH] package/Config.in: fix alphabetical order
 2018-06-25 23:58 UTC  (3+ messages)

F_OFD_GETLK implemented wrong with CIFS protocol version 2.0+
 2018-06-25 23:58 UTC 

[PATCH] clk: davinci: cfgchip: testing the wrong variable
 2018-06-25 23:57 UTC  (8+ messages)

[PATCH 1/1] resource: Fixed iomem resource release failed on release_mem_region_adjustable() when memory node or cpu node hot-remove
 2018-06-25 23:55 UTC  (3+ messages)

[PATCH] ndctl, list: add controller temperature threshold
 2018-06-25 23:55 UTC  (3+ messages)

[PATCH v2] drm/i915/ddi: Get AUX power domain for DP main link too
 2018-06-25 23:55 UTC  (3+ messages)
` [PATCH v3] "

[PATCH net-next] net/tls: Remove VLA usage on nonce
 2018-06-25 23:55 UTC 

[PATCH v5 00/27] x86: PIE support and option to extend KASLR randomization
 2018-06-25 23:53 UTC  (9+ messages)
` [PATCH v5 15/27] compiler: Option to default to hidden symbols
` [PATCH v5 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v5 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-25 23:52 UTC  (4+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 11/24] midx: read pack names into array

[PATCH 4.17 00/70] 4.17.3-stable review
 2018-06-25 23:48 UTC  (3+ messages)

[PULL] First set of new device support, features and cleanup for IIO in the 4.19 cycle
 2018-06-25 23:48 UTC  (2+ messages)

[PULL] First set of IIO fixes for the 4.18 cycle
 2018-06-25 23:47 UTC  (2+ messages)

[PATCH linux dev-4.17] ARM: configs: aspeed: Enable BLK_DEV_LOOP
 2018-06-25 23:47 UTC 

patch "iio: mma8452: Fix ignoring MMA8452_INT_DRDY" added to staging-linus
 2018-06-25 23:47 UTC 

[PATCH v5 0/4] mfd/regulator/clk: bd71837: ROHM BD71837 PMIC driver
 2018-06-25 23:46 UTC  (10+ messages)
` [PATCH v5 4/4] clk: bd71837: Add driver for BD71837 PMIC clock

wireguard-tools: hard coded config paths in wg-quick
 2018-06-25 23:49 UTC  (2+ messages)

[PATCH v2 net-next 0/4] Updates for ipsec selftests
 2018-06-25 23:41 UTC  (15+ messages)
` [PATCH v2 net-next 1/4] selftests: rtnetlink: clear the return code at start of ipsec test
` [PATCH v2 net-next 2/4] selftests: rtnetlink: use dummydev as a test device
` [PATCH v2 net-next 3/4] netdevsim: add ipsec offload testing
` [PATCH v2 net-next 4/4] selftests: rtnetlink: add ipsec offload API test

[intel-sgx-kernel-dev] [PATCH v11 13/13] intel_sgx: in-kernel launch enclave
 2018-06-25 23:40 UTC  (15+ messages)

[PATCH] fib_rules: match rules based on suppress_* properties too
 2018-06-25 23:39 UTC  (2+ messages)
` [PATCH v2] "

[PATCH net 2/2] nfp: reject binding to shared blocks
 2018-06-25 23:37 UTC  (2+ messages)

ACPI support in common clock framework
 2018-06-25 23:37 UTC  (10+ messages)

[PATCH 0/4] lan78xx minor fixes
 2018-06-25 14:07 UTC  (2+ messages)
` [PATCH 3/4] net: lan78xx: Add support for VLAN tag stripping

[MODERATED] [PATCH v4 3/8] [PATCH v4 3/8] Linux Patch #3
 2018-06-25 23:33 UTC  (5+ messages)
` [MODERATED] "

[RFC 2/2] rcu: Remove ->dynticks_nmi_nesting from struct rcu_dynticks
 2018-06-25 23:32 UTC  (16+ messages)

[Buildroot] [PATCH] toolchain: Bump ARC tools to arc-2018.03 release
 2018-06-25 23:30 UTC  (3+ messages)
  ` [Buildroot] [arc-buildroot] "

Fwd: [Bug 199879] New: Very basic the Pci device is not resumed from suspend mode
 2018-06-25 23:26 UTC  (3+ messages)

[PATCH 1/2] soc: qcom: cmd-db: Fix incorrect errno checks
 2018-06-25 23:26 UTC  (7+ messages)
` [PATCH 2/2] soc: qcom: cmd-db: Fix compiler warnings

[Buildroot] Build failure due to the new "cset existence" check in the GIT downloader
 2018-06-25 23:26 UTC 

[PATCH net-next] selftests: forwarding: mirror_gre_vlan_bridge_1q: Unset rp_filter
 2018-06-25 23:20 UTC  (3+ messages)

INFO: rcu detected stall in vprintk_emit
 2018-06-25 23:19 UTC 

[PATCH v3] sg: mitigate read/write abuse
 2018-06-25 23:18 UTC  (2+ messages)

[PATCH] clk: davinci: fix a typo (which leads to build failures)
 2018-06-25 23:18 UTC  (2+ messages)

[PATCH 1/2] drm/i915/icp: Add Interrupt Support
 2018-06-25 23:17 UTC  (2+ messages)

[PATCH] add param that allows bootline control of hardened usercopy
 2018-06-25 23:17 UTC  (6+ messages)

[PATCH 00/14] ARM: davinci: step towards removing at24_platform_data
 2018-06-25 23:09 UTC  (5+ messages)
` [PATCH 07/14] net: davinci_emac: use nvmem to retrieve the mac address

[PATCH v2 00/11] crypto: Remove VLA usage
 2018-06-25 23:13 UTC  (7+ messages)
` [PATCH v2 01/11] crypto: xcbc: "
` [PATCH v2 10/11] crypto: ahash: Remove VLA usage for AHASH_REQUEST_ON_STACK
  ` [dm-devel] "

[PATCH net-next 0/4] Updates for ipsec selftests
 2018-06-25 23:09 UTC  (7+ messages)
` [PATCH net-next 3/4] netdevsim: add ipsec offload testing

[Bug 102322] System crashes after "[drm] IP block:gmc_v8_0 is hung!" / [drm] IP block:sdma_v3_0 is hung!
 2018-06-25 23:08 UTC  (2+ messages)

[PATCH tip/core/rcu 0/4] SRCU changes for v4.19
 2018-06-25 23:09 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/4] srcu: Fix typos in __call_srcu() header comment

[PATCH v7 0/2] Directed kmem charging
 2018-06-25 23:06 UTC  (3+ messages)
` [PATCH 1/2] fs: fsnotify: account fsnotify metadata to kmemcg
` [PATCH 2/2] fs, mm: account buffer_head "

[net-next PATCH v4 0/7] Symmetric queue selection using XPS for Rx queues
 2018-06-25 18:04 UTC  (2+ messages)
` [net-next PATCH v4 7/7] Documentation: Add explanation for XPS using Rx-queue(s) map


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.