All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-30 10:34:34 to 2018-03-30 11:47:57 UTC [more...]

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2018-03-30 11:47 UTC 

[PATCH 40/47] netfilter: nf_tables: build-in filter chain type
 2018-03-30 11:46 UTC  (8+ messages)
` [PATCH 41/47] netfilter: nf_tables: enable conntrack if NAT chain is registered
` [PATCH 42/47] netfilter: nf_tables: rename to nft_set_lookup_global()
` [PATCH 43/47] netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()
` [PATCH 44/47] netfilter: Merge assignment with return
` [PATCH 45/47] netfilter: x_tables: Add note about how to free percpu counters
` [PATCH 46/47] Revert "netfilter: x_tables: ensure last rule in base chain matches underflow/policy"
` [PATCH 47/47] netfilter: ipset: Use is_zero_ether_addr instead of static and memcmp

Reset from within timeout for preemption Qos
 2018-03-30 11:45 UTC  (22+ messages)
` [PATCH 01/17] drm/i915/execlists: Track begin/end of execlists submission sequences
` [PATCH 02/17] drm/i915/execlists: Set queue priority from secondary port
` [PATCH 03/17] drm/i915/execlists: Refactor out complete_preempt_context()
` [PATCH 04/17] drm/i915: Move engine reset prepare/finish to backends
` [PATCH 05/17] drm/i915: Split execlists/guc reset prepartions
` [PATCH 06/17] drm/i915/execlists: Flush pending preemption events during reset
` [PATCH 07/17] drm/i915/selftests: Add basic sanitychecks for execlists
` [PATCH 08/17] drm/i915/breadcrumbs: Keep the fake irq armed across reset
` [PATCH 09/17] drm/i915: Combine tasklet_kill and tasklet_disable
` [PATCH 10/17] drm/i915: Stop parking the signaler around reset
` [PATCH 11/17] drm/i915: Be irqsafe inside reset
` [PATCH 12/17] drm/i915: Allow init_breadcrumbs to be used from irq context
` [PATCH 13/17] drm/i915/execlists: Force preemption via reset on timeout
` [PATCH 14/17] drm/i915/execlists: Try preempt-reset from softirq context
` [PATCH 15/17] drm/i915/preemption: Select timeout when scheduling
` [PATCH 16/17] drm/i915: Use a preemption timeout to enforce interactivity
` [PATCH 17/17] drm/i915: Allow user control over preempt timeout on their important context
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/17] drm/i915/execlists: Track begin/end of execlists submission sequences
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "

[PATCH 30/47] netfilter: Replace printk() with pr_*() and define pr_fmt()
 2018-03-30 11:45 UTC  (10+ messages)
` [PATCH 31/47] netfilter: ctnetlink: synproxy support
` [PATCH 32/47] netfilter: ebtables: add support for matching ICMP type and code
` [PATCH 33/47] netfilter: ebtables: add support for matching IGMP type
` [PATCH 34/47] netfilter: ebtables: Add support for specifying match revision
` [PATCH 35/47] netfilter: ebtables: Add string filter
` [PATCH 36/47] netfilter: add flowtable documentation
` [PATCH 37/47] netfilter: ebt_stp: Use generic functions for comparisons
` [PATCH 38/47] netfilter: nf_tables: rename struct nf_chain_type
` [PATCH 39/47] netfilter: nf_tables: nft_register_chain_type() returns void

[PATCH net-next 1/6] ipv6: frag: remove unused field
 2018-03-30 11:44 UTC  (3+ messages)
` [PATCH net-next 4/6] inet: frags: use rhashtables for reassembly units

[PATCH] PM / devfreq: use put_device() instead of kfree()
 2018-03-30 11:44 UTC 

adding other languages to yocto build
 2018-03-30 11:42 UTC 

[PATCH 20/47] netfilter: x_tables: fix build with CONFIG_COMPAT=n
 2018-03-30 11:43 UTC  (10+ messages)
` [PATCH 21/47] ipvs: use true and false for boolean values
` [PATCH 22/47] netfilter: Refactor nf_conncount
` [PATCH 23/47] netfilter: conncount: Support count only use case
` [PATCH 24/47] netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6}
` [PATCH 25/47] netfilter: cttimeout: remove VLA usage
` [PATCH 26/47] netfilter: nfnetlink_cthelper: Remove "
` [PATCH 27/47] netfilter: nf_tables: remove "
` [PATCH 28/47] netfilter: ebtables: use ADD_COUNTER macro
` [PATCH 29/47] netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets

[PATCH v6 0/6] adis16209 driver cleanup
 2018-03-30 11:40 UTC  (13+ messages)
` [PATCH v6 1/6] Staging: iio: adis16209: Indent the field definitions
` [PATCH v6 2/6] Staging: iio: adis16209: Prefer reverse christmas tree ordering
` [PATCH v6 3/6] Staging: iio: adis16209: Add a blank line after return statements
` [PATCH v6 4/6] Staging: iio: adis16209: Remove unused headers
` [PATCH v6 5/6] Staging: iio: adis16209: Use GENMASK

A question about inet_csk_bind_conflict
 2018-03-30 11:39 UTC 

[PATCH 10/47] netfilter: x_tables: enforce unique and ascending entry points
 2018-03-30 11:38 UTC  (10+ messages)
` [PATCH 11/47] netfilter: x_tables: cap allocations at 512 mbyte
` [PATCH 12/47] netfilter: x_tables: limit allocation requests for blob rule heads
` [PATCH 13/47] netfilter: x_tables: add counters allocation wrapper
` [PATCH 14/47] netfilter: compat: prepare xt_compat_init_offsets to return errors
` [PATCH 15/47] netfilter: compat: reject huge allocation requests
` [PATCH 16/47] netfilter: x_tables: make sure compat af mutex is held
` [PATCH 17/47] netfilter: x_tables: ensure last rule in base chain matches underflow/policy
` [PATCH 18/47] netfilter: make xt_rateest hash table per net
` [PATCH 19/47] netfilter: xt_limit: Spelling s/maxmum/maximum/

[PATCH 00/47] Netfilter/IPVS updates for net-next
 2018-03-30 11:36 UTC  (10+ messages)
` [PATCH 01/47] netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be static
` [PATCH 02/47] netfilter: nfnetlink_acct: remove useless parameter
` [PATCH 03/47] netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicast
` [PATCH 04/47] netfilter: nf_conntrack_broadcast: remove useless parameter
` [PATCH 05/47] netfilter: ipt_ah: return boolean instead of integer
` [PATCH 06/47] netfilter: unlock xt_table earlier in __do_replace
` [PATCH 07/47] netfilter: x_tables: check standard verdicts in core
` [PATCH 08/47] netfilter: x_tables: check error target size too
` [PATCH 09/47] netfilter: x_tables: move hook entry checks into core

[PATCH] libf2fs: reset wanted_total_sectors by new sector_size
 2018-03-30 11:34 UTC  (5+ messages)

[Buildroot] [PATCH v4 00/11] llvm for mesa3d
 2018-03-30 11:33 UTC  (4+ messages)
` [Buildroot] [PATCH v4 03/11] package/llvm: enable AMDGPU

[Question] Documentation/features: More automation/scripting help?
 2018-03-30 11:31 UTC  (3+ messages)

[PATCH net v3 1/3] ipv6: move ip6_dst_store() calls with flowi6 checks to a wrapper
 2018-03-30 11:36 UTC  (3+ messages)

[PATCH] hid: intel-ish-hid: use put_device() instead of kfree()
 2018-03-30 11:26 UTC 

[PATCH] uts_namespace: Move boot_id in uts namespace
 2018-03-30 11:17 UTC 

[RFC PATCH 1/2] fs/locks: add flock_setlk to help set flock
 2018-03-30 11:25 UTC  (3+ messages)

[PATCH v3 0/8] Decode IA32/X64 CPER
 2018-03-30 11:25 UTC  (5+ messages)
` [PATCH v3 3/8] efi: Decode IA32/X64 Processor Error Info Structure

[PATCH v10] x86/altp2m: support for setting restrictions for an array of pages
 2018-03-30 11:21 UTC  (3+ messages)

Why are the PAGE_SIZE and the physical page frame size different in x86_64 kernel?
 2018-03-30 11:21 UTC  (3+ messages)

[PATCH 1/4] mkfs.f2fs: update extension lists
 2018-03-30 11:19 UTC  (10+ messages)

[PATCH v4 0/2] locking/rwsem: Add DEBUG_RWSEMS
 2018-03-30 11:17 UTC  (3+ messages)
` [PATCH v4 2/2] locking/debug: Restructure the lock debugging menu

Set SO_TCP_NODELAY (disabling the Nagle Algorithm)
 2018-03-30 11:15 UTC 

[PATCH v2 00/16] Generic infrastructure for unloading initramfs
 2018-03-30 11:15 UTC  (7+ messages)
` [PATCH] Extract initrd free logic from arch-specific code
  ` [OpenRISC] "

[Buildroot] [PATCH 1/2] package/dovecot: bump version to 2.3.1
 2018-03-30 11:12 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/dovecot-pigeonhole: bump version to 0.5.1

[Buildroot] [git commit] package/dovecot-pigeonhole: bump version to 0.5.1
 2018-03-30 11:12 UTC 

[Buildroot] [git commit] package/dovecot: bump version to 2.3.1
 2018-03-30 11:12 UTC 

[Bug 100400] Game Valhalla Hills crash on startup
 2018-03-30 11:12 UTC  (2+ messages)
` [Bug 100400] [Solved] "

[Buildroot] bash: /dev/fd/62: No such file or directory
 2018-03-30 11:11 UTC  (4+ messages)

[RFC PATCH v2 0/2] Randomization of address chosen by mmap
 2018-03-30 11:10 UTC  (10+ messages)

[PATCH v3 00/14] Serialized Git Commit Graph
 2018-03-30 11:10 UTC  (3+ messages)
` [PATCH v4 00/13] "

[PATCH 0/3] iio: adc: meson-axg: add saradc driver support
 2018-03-30 11:09 UTC  (17+ messages)
` [PATCH 1/3] iio: adc: meson-saradc: squash and share the common adc platform data
` [PATCH 2/3] dt-bindings: iio: adc: document the Meson AXG support
` [PATCH 3/3] iio: adc: meson-axg: add saradc driver

[PATCH v1 0/3] add -p: select individual hunk lines
 2018-03-30 11:09 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v3 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-30 11:07 UTC  (4+ messages)

[LTP] [RFC PATCH v2 0/3] Rewritting network tests into new shell API
 2018-03-30 11:04 UTC  (2+ messages)

[PATCH 0/7] use struct pt_regs based syscall calling for x86-64
 2018-03-30 11:03 UTC  (4+ messages)

[PATCH] mk: fix kernel modules build dependency
 2018-03-30 11:03 UTC  (4+ messages)

[PATCH] ARM: dts: da850-evm: Enable usb_phy, usb0 and usb1
 2018-03-30 11:02 UTC  (4+ messages)

[PATCH v2] PM / wakeup: use seq_open() to show wakeup stats
 2018-03-30 11:00 UTC  (3+ messages)

[RFC PATCH 4/6] mm: provide generic compat_sys_readahead() implementation
 2018-03-30 10:58 UTC  (13+ messages)
  ` [RFC] new SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE wrappers

omap4-droid4: voice call support was Re: [PATCHv5,5/5] ARM: dts: omap4-droid4: add soundcard
 2018-03-30 10:57 UTC  (17+ messages)
                    ` omap4-droid4: voice call support was Re: [PATCHv5, 5/5] "

[LTP] [PATCH 1/3] syscalls/fchmod.h: Move common macros to fchmod.h
 2018-03-30 10:56 UTC  (3+ messages)
` [LTP] [PATCH 2/3] syscalls/fchmod01.c: Convert to new API && merge fchmod07 into fchmod01
` [LTP] [PATCH 3/3] syscalls/fchmod02.c: Cleanup && convert to new API

[U-Boot] [PATCH] configs: warp7: Fix CAAM on boot with tip-of-tree
 2018-03-30 10:55 UTC 

[PATCH] f2fs: remain written times to update inode during fsync
 2018-03-30 10:54 UTC  (3+ messages)

IT Help-Desk Support
 2018-03-30 10:54 UTC 

[PATCH v13 00/28] overlayfs: Delayed copy up of data
 2018-03-30 10:53 UTC  (3+ messages)
` [PATCH v13 27/28] ovl: Verify a data dentry has been found for metacopy inode

[PATCH net-next v2 0/2] kernel: add support to collect hardware logs in crash recovery kernel
 2018-03-30 10:51 UTC  (7+ messages)
` [PATCH net-next v2 1/2] fs/crashdd: add API to collect hardware dump in second kernel

[PATCH v2] leds: add LED driver for CR0014114 board
 2018-03-30 10:53 UTC  (8+ messages)
` [PATCH v3] "
        ` Standardized LED function names [was: Re: [PATCH v3] leds: add LED driver for CR0014114 board]

[ANNOUNCE] Git v2.17.0-rc2
 2018-03-30 10:48 UTC  (2+ messages)

[Bridge] [PATCH net-next 0/2] net: bridge: MTU handling changes
 2018-03-30 10:46 UTC  (6+ messages)
`  "
` [PATCH net-next 1/2] net: bridge: set min MTU on port events and allow user to set max
  ` [Bridge] "
` [PATCH net-next 2/2] net: bridge: disable bridge MTU auto tuning if it was set manually
  ` [Bridge] "

post-receive: pub/scm/linux/kernel/git/brodo/linux
 2018-03-30 10:47 UTC 

[PATCH v1] xen/arm: Add MVEBU UART driver for Armada 3700 SoC
 2018-03-30 10:45 UTC  (3+ messages)

[meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately
 2018-03-30 10:45 UTC  (11+ messages)

[PATCH v2 0/2] net: mvneta: improve suspend/resume
 2018-03-30 10:43 UTC  (7+ messages)
` [PATCH v2 1/2] net: mvneta: split rxq/txq init and txq deinit into SW and HW parts
` [PATCH v2 2/2] net: mvneta: improve suspend/resume

[PATCH 0/2] MCA support on Centaur CPU
 2018-03-30 10:41 UTC  (2+ messages)

[PATCH v2] maintainers: call out subtree committers
 2018-03-30 10:40 UTC  (2+ messages)

[PATCH] KVM: ARM: updtae the VMID generation logic
 2018-03-30 10:48 UTC  (7+ messages)

[PATCH] ethdev: fix port accessing after release
 2018-03-30 10:40 UTC  (3+ messages)

[PATCH v2 0/6] ethdev: port ownership
 2018-03-30 10:39 UTC  (10+ messages)
` [PATCH v3 0/7] Port ownership and syncronization
  ` [PATCH v3 1/7] ethdev: fix port data reset timing
    ` [dpdk-stable] "

[PATCH 1/5] net/qede: convert to new Rx/Tx offloads API
 2018-03-30 10:39 UTC  (2+ messages)

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-30 10:38 UTC  (16+ messages)
` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

[PATCH] net/bnxt: switch to the new offload API
 2018-03-30 10:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] net/mrvl: rename PMD driver as mvpp2
 2018-03-30 10:38 UTC  (3+ messages)

[PATCH v7 00/14] dax: fix dma vs truncate/hole-punch
 2018-03-30 10:37 UTC  (5+ messages)
` [PATCH v7 09/14] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS

[PATCH 0/4] NFP PF support based on new CPP interface
 2018-03-30 10:37 UTC  (5+ messages)
` [PATCH 1/4] net/nfp: add NFP CPP support
` [PATCH 3/4] doc: update NFP guide

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2018-03-30 10:37 UTC 

[PATCH v3] imu: inv_mpu6050: interpolate missing timestamps
 2018-03-30 10:36 UTC  (2+ messages)

[PATCH] net/bnxt: convert to SPDX license tag
 2018-03-30 10:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] bnxt patchset
 2018-03-30 10:35 UTC  (7+ messages)
` [PATCH 1/4] introduce Broadcom Stingray
` [PATCH 2/4] net/bnxt: add support for Stingray PF devices ids
` [PATCH 3/4] mk: allow kernel artifacts to be located in output directory

[PATCH] mm: Check for SIGKILL inside dup_mmap() loop
 2018-03-30 10:34 UTC  (3+ messages)

[RFC PATCH 0/1] bdl-lib.sh: add bash debug logger
 2018-03-30 10:34 UTC  (2+ messages)

[PATCH v3] igb_uio: bind error if pcie bridge
 2018-03-30 10:34 UTC  (2+ messages)


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.