All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-01 08:57:52 to 2017-05-01 11:09:24 UTC [more...]

[PATCH v2 2/3] powerpc/mm/book(e)(3s)/32: Add page table accounting
 2017-05-01 11:09 UTC  (7+ messages)

[PATCH v6 00/13] basic channel IO passthrough infrastructure based on vfio
 2017-05-01 11:08 UTC  (9+ messages)
` [PATCH v6 06/13] s390x/css: device support for s390-ccw passthrough
  ` [Qemu-devel] "
` [PATCH v6 07/13] vfio/ccw: vfio based subchannel passthrough driver
  ` [Qemu-devel] "
` [PATCH v6 08/13] vfio/ccw: get io region info
  ` [Qemu-devel] "
` [PATCH v6 09/13] vfio/ccw: get irqs info and set the eventfd fd
  ` [Qemu-devel] "

OpenEmbedded 2017 General Meeting
 2017-05-01 11:07 UTC  (9+ messages)
  ` [oe] "
    ` [OE-core] "

[PATCH v2 0/9] The final building block for a faster rebase -i
 2017-05-01 11:06 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] rebase -i: generate the script via rebase--helper

[GIT PULL] x86/cpu changes for v4.12
 2017-05-01 11:06 UTC 

[GIT PULL] x86/boot changes for v4.12
 2017-05-01 11:01 UTC 

[PATCH] t7400: add BSLASHPSPEC prerequisite to 'add with \\ in path'
 2017-05-01 10:59 UTC  (8+ messages)

[PATCH nf] netfilter: nf_tables: check if same extensions are set when adding elements
 2017-05-01 10:58 UTC 

[GIT PULL] RAS changes for v4.12
 2017-05-01 10:55 UTC 

[PATCH 1/5] power: supply: bq27xxx: Pass of_node along to allow device-tree supply
 2017-05-01 10:55 UTC  (3+ messages)
` [PATCH 2/5] power: supply: bq27xxx: Register power supply with devm

[PATCH nf-next v2 1/4] netfilter: nf_tables: get rid of jump label to return
 2017-05-01 10:55 UTC  (5+ messages)
` [PATCH nf-next v2 2/4] netfilter: nf_tables: simplify nft_set_elem_destroy()
` [PATCH nf-next 3/4] netfilter: nf_tables: missing sanitization in data from userspace
` [PATCH nf-next v2 4/4] netfilter: nf_tables: revisit chain/object refcounting from elements

Running kexec, kernel gets stuck at "Starting new kernel"
 2017-05-01 10:53 UTC  (2+ messages)

[PATCH 00/53] Netfilter/IPVS updates for net-next
 2017-05-01 10:53 UTC  (55+ messages)
` [PATCH 01/53] netfilter: ipvs: don't check for presence of nat extension
` [PATCH 02/53] netfilter: ipvs: Replace kzalloc with kcalloc
` [PATCH 03/53] ipvs: remove unused variable
` [PATCH 04/53] netfilter: nf_tables: add nft_is_base_chain() helper
` [PATCH 05/53] netfilter: expect: Make sure the max_expected limit is effective
` [PATCH 06/53] netfilter: nf_ct_expect: Add nf_ct_remove_expect()
` [PATCH 07/53] netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns boolean
` [PATCH 08/53] netfilter: nat: avoid use of nf_conn_nat extension
` [PATCH 09/53] netfilter: ctnetlink: Expectations must have a conntrack helper area
` [PATCH 10/53] netfilter: Add nfnl_msg_type() helper function
` [PATCH 11/53] netfilter: Remove unnecessary cast on void pointer
` [PATCH 12/53] netfilter: Use seq_puts()/seq_putc() where possible
` [PATCH 13/53] net: netfilter: Use list_{next/prev}_entry instead of list_entry
` [PATCH 14/53] netfilter: Remove exceptional & on function name
` [PATCH 15/53] netfilter: ip6_tables: Remove unneccessary comments
` [PATCH 16/53] netfilter: udplite: Remove duplicated udplite4/6 declaration
` [PATCH 17/53] netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session
` [PATCH 18/53] netfilter: nf_tables: remove double return statement
` [PATCH 19/53] netfilter: nf_conntrack: remove double assignment
` [PATCH 20/53] ipset: remove unused function __ip_set_get_netlink
` [PATCH 21/53] netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setup
` [PATCH 22/53] netfilter: ecache: Refine the nf_ct_deliver_cached_events
` [PATCH 23/53] netfilter: kill the fake untracked conntrack objects
` [PATCH 24/53] netfilter: remove nf_ct_is_untracked
` [PATCH 25/53] netfilter: nft_ct: allow to set ctnetlink event types of a connection
` [PATCH 26/53] netfilter: conntrack: move helper struct to nf_conntrack_helper.h
` [PATCH 27/53] netfilter: helper: add build-time asserts for helper data size
` [PATCH 28/53] netfilter: nfnetlink_cthelper: reject too large userspace allocation requests
` [PATCH 29/53] netfilter: helpers: remove data_len usage for inkernel helpers
` [PATCH 30/53] netfilter: remove last traces of variable-sized extensions
` [PATCH 31/53] netfilter: conntrack: use u8 for extension sizes again
` [PATCH 32/53] netfilter: allow early drop of assured conntracks
` [PATCH 33/53] nefilter: eache: reduce struct size from 32 to 24 byte
` [PATCH 34/53] netfilter: ipvs: fix incorrect conflict resolution
` [PATCH 35/53] netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14
` [PATCH 36/53] netfilter: synproxy: only register hooks when needed
` [PATCH 37/53] ipvs: convert to use pernet nf_hook api
` [PATCH 38/53] netfilter: decnet: only register hooks in init namespace
` [PATCH 39/53] ebtables: remove nf_hook_register usage
` [PATCH 40/53] netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking
` [PATCH 41/53] netfilter: conntrack: remove prealloc support
` [PATCH 42/53] netfilter: conntrack: mark extension structs as const
` [PATCH 43/53] netfilter: conntrack: handle initial extension alloc via krealloc
` [PATCH 44/53] netfilter: masquerade: attach nat extension if not present
` [PATCH 45/53] netfilter: pptp: attach nat extension when needed
` [PATCH 46/53] netfilter: don't attach a nat extension by default
` [PATCH 47/53] ipvs: remove unused function ip_vs_set_state_timeout
` [PATCH 48/53] ipvs: change comparison on sync_refresh_period
` [PATCH 49/53] netfilter: batch synchronize_net calls during hook unregister
` [PATCH 50/53] netfilter: nf_log: don't call synchronize_rcu in nf_log_unset
` [PATCH 51/53] netfilter: nf_queue: only call synchronize_net twice if nf_queue is active
` [PATCH 52/53] netfilter: snmp: avoid stack size warning
` [PATCH 53/53] netfilter: nf_ct_ext: invoke destroy even when ext is not attached

(no subject)
 2017-05-01 10:51 UTC 

[PATCH net-next 0/4] xdp: use netlink extended ACK reporting
 2017-05-01 10:50 UTC  (10+ messages)
` [PATCH net-next 1/4] netlink: add NULL-friendly helper for setting extended ACK message
` [PATCH net-next 2/4] xdp: propagate extended ack to XDP setup
` [PATCH net-next 3/4] nfp: make use of extended ack message reporting
` [PATCH net-next 4/4] virtio_net: "
` [oss-drivers] [PATCH net-next 0/4] xdp: use netlink extended ACK reporting

[PATCH] staging: rtl8723bs: Fix coding style issues
 2017-05-01 10:49 UTC 

[GIT PULL] perf changes for v4.12
 2017-05-01 10:47 UTC 

[PATCH] mm, zone_device: replace {get, put}_zone_device_page() with a single reference
 2017-05-01 10:23 UTC  (18+ messages)
` [PATCH v2] "

[PATCH 1/5] power: supply: bq27xxx: Pass of_node along to allow device-tree supply
 2017-05-01 10:46 UTC  (6+ messages)
  ` [PATCH 5/5] power: supply: bq27xxx: Correct supply status with current draw
  ` [PATCH 4/5] power: supply: bq27xxx: Look for status change on external power change

[PATCH -mm -v10 0/3] THP swap: Delay splitting THP during swapping out
 2017-05-01 10:44 UTC  (8+ messages)
` [PATCH -mm -v10 1/3] mm, THP, swap: Delay splitting THP during swap out

[GIT pull] timer updates for 4.12
 2017-05-01 10:43 UTC 

[GIT pull] irq updates for 4.12
 2017-05-01 10:39 UTC 

[PATCH] [RFC] rc-core: report protocol information to userspace
 2017-05-01 10:38 UTC  (2+ messages)

[PATCH 0/7] twl4030-madc cleanup
 2017-05-01 10:38 UTC  (6+ messages)
` [PATCH 1/7] hwmon: twl4030-madc: drop driver

[PATCH/RFC net-next 0/4] net/sched: cls_flower: avoid false matching of truncated packets
 2017-05-01 10:36 UTC  (7+ messages)

[PATCH] rc-core: export the hardware type to sysfs
 2017-05-01 10:36 UTC  (2+ messages)

BUG: diff-{index,files,tree} (and git-gui) do not respect the diff.indentHeuristic config setting
 2017-05-01 10:34 UTC  (5+ messages)
` [PATCH 0/2] Make diff plumbing commands respect the indentHeuristic

[PATCH linux-next v2 0/1] improve imx spi performance
 2017-05-01 10:31 UTC  (4+ messages)
` [PATCH linux-next v2 1/1] spi: imx: dynamic burst length adjust for PIO mode

[GIT PULL] x86/process changes for v4.12
 2017-05-01 10:25 UTC 

[Buildroot] [PATCH v3 1/3] board: add stm32f429-disc1 config
 2017-05-01 10:24 UTC  (3+ messages)
` [Buildroot] [PATCH v3 2/3] toolchain: add 4.11.x choice for headers
` [Buildroot] [PATCH v3 3/3] linux-header: bump to 4.11 kernel version

[PATCH v3.1 0/7] Chunk level degradable check
 2017-05-01 10:21 UTC  (5+ messages)
` [PATCH v3.1 1/7] btrfs: Introduce a function to check if all chunks a OK for degraded rw mount

Can multiple processes bind an ISO-TP socket with the same (transfer ID, receive ID) pair?
 2017-05-01 10:21 UTC 

[Buildroot] [PATCH v2 1/2] board: add stm32f429-disc1 config
 2017-05-01 10:19 UTC  (5+ messages)
` [Buildroot] [PATCH v2 2/2] linux-header: bump default to version 4.11

[GIT PULL] locking changes for v4.12
 2017-05-01 10:15 UTC 

[PATCH linux-next v1 0/2] improve imx spi performance
 2017-05-01 10:15 UTC  (5+ messages)
` [PATCH 1/2] spi: imx: dynamic burst length adjust for PIO mode

[Buildroot] [PATCH 1/1] fdk-aac: bump to version 0.1.5
 2017-05-01 10:14 UTC 

[ANN] meson-tools v0.1 released
 2017-05-01 10:11 UTC  (2+ messages)
` [U-Boot] "

[GIT PULL] scheduler changes for v4.12
 2017-05-01 10:07 UTC 

I'd like to donate a MacBook Pro
 2017-05-01 10:06 UTC  (2+ messages)

[GIT PULL] EFI changes for v4.12
 2017-05-01 10:04 UTC  (2+ messages)

RFC: Pacing support in vcan?
 2017-05-01 10:04 UTC  (2+ messages)

Update Your Webmail Account Within 24 Hours
 2017-05-01  9:31 UTC  (2+ messages)

[meta-fsl-arm] Memory leak in graphic application (dora)
 2017-05-01 10:00 UTC  (3+ messages)

[PATCH] staging/ks7010: Fix type assignment for struct hostif_hdr
 2017-05-01  9:59 UTC  (2+ messages)

[GIT PULL] RCU changes for v4.12
 2017-05-01  9:59 UTC 

[Buildroot] [git commit] package/n*/Config.in: fix ordering of statements
 2017-05-01  9:59 UTC 

[PATCH net-next] samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnel
 2017-05-01  9:56 UTC  (9+ messages)
    ` [net-next PATCH 0/2] samples/bpf: two bug fixes to XDP_FLAGS_SKB_MODE attaching
      ` [net-next PATCH 1/2] samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned int
      ` [net-next PATCH 2/2] samples/bpf: fix XDP_FLAGS_SKB_MODE detach for xdp_tx_iptunnel

[Buildroot] [git commit] package/m*/Config.in: fix ordering of statements
 2017-05-01  9:56 UTC 

[Buildroot] [git commit] package/l*/Config.in: fix ordering of statements
 2017-05-01  9:51 UTC 

[PATCH nf-next] netfilter: nf_ct_ext: invoke destroy even when ext is not attached
 2017-05-01  9:49 UTC  (2+ messages)

[PATCH net] ipvs: SNAT packet replies only for NATed connections
 2017-05-01  9:48 UTC  (4+ messages)

endian patches
 2017-05-01  9:47 UTC  (3+ messages)

[GIT PULL 0/2] Third Round of IPVS Updates for v4.12
 2017-05-01  9:47 UTC  (2+ messages)

[PATCH nf-next] netfilter: snmp: avoid stack size warning
 2017-05-01  9:43 UTC  (2+ messages)

[GIT PULL] Security subsystem updates for v4.12
 2017-05-01  9:41 UTC  (2+ messages)

[PATCH 0/9] cfg80211/mac80211 patches from our internal tree 2017-04-26
 2017-05-01  9:40 UTC  (5+ messages)
` [PATCH 5/9] cfg80211/nl80211: add authorized flag to roaming event

[Buildroot] [git commit] package/k*/Config.in: fix ordering of statements
 2017-05-01  9:39 UTC 

[Buildroot] [git commit] package/j*/Config.in: fix ordering of statements
 2017-05-01  9:37 UTC 

[Buildroot] [git commit] package/i*/Config.in: fix ordering of statements
 2017-05-01  9:36 UTC 

[PATCH] net/qede: fix to increment Tx packets
 2017-05-01  9:35 UTC  (2+ messages)

[Buildroot] [git commit] packages/g*/Config.in: fix ordering of statements
 2017-05-01  9:32 UTC 

[pull-request] next-net 17.05 RC3
 2017-05-01  9:26 UTC  (2+ messages)

[Buildroot] [PATCH] nanomsg: new package
 2017-05-01  9:26 UTC  (2+ messages)

[Buildroot] [PATCHv5] mpir: fix build failure
 2017-05-01  9:25 UTC  (3+ messages)

[Buildroot] [git commit] nanomsg: new package
 2017-05-01  9:22 UTC 

[distros-debian-sid test] 71244: tolerable trouble: blocked/broken/fail/pass
 2017-05-01  9:22 UTC 

[PATCH nf-next 0/3] netfilter: speed up netns cleanup
 2017-05-01  9:20 UTC  (2+ messages)

[PATCH] i18n: remove i18n from tag reflog message
 2017-05-01  9:15 UTC  (2+ messages)

Your FedEx Parcel #111786243, Delivery Unsuccessful
 2017-05-01  9:15 UTC 

[conntrack-tools PATCH 1/4] conntrackd: factorice tx_queue functions
 2017-05-01  9:13 UTC  (7+ messages)
` [conntrack-tools PATCH 4/4] conntrackd: introduce RequestResync option

[PULL REQUEST] renesas/topic/sdhi-cmd23 for renesas drivers
 2017-05-01  9:12 UTC 

[PATCH v2 0/5] arm64: dts: renesas: Break out common board support
 2017-05-01  9:11 UTC  (3+ messages)

[Buildroot] [PATCH] config/raspberrypi3: use correct CPU
 2017-05-01  9:11 UTC 

[Buildroot] [PATCH 1/3] board: add stm32f429-disc1 config
 2017-05-01  9:10 UTC  (3+ messages)

3% Interest Rate Business / Personal Loan.. Apply now!
 2017-04-30 22:10 UTC 

[PATCH v5 0/9] Add sbs-manager with smbalert support
 2017-05-01  9:08 UTC  (2+ messages)

[Buildroot] [git commit] mpir: fix build failure on MIPS
 2017-05-01  9:08 UTC 

[PATCH 0/2] HSI: Fine-tuning for three function implementations
 2017-05-01  9:08 UTC  (3+ messages)

[PATCH 0/3] HSI: omap_ssi: Fine-tuning for two function implementations
 2017-05-01  9:07 UTC  (3+ messages)

[PATCH 0/3] HSI: nokia-modem: Fine-tuning for two function implementations
 2017-05-01  9:06 UTC  (3+ messages)

[RFC PATCH 0/6] tmio/sdhi: add cmd23 support
 2017-05-01  9:03 UTC  (7+ messages)
` [RFC PATCH 1/6] mmc: tmio: make tmio_mmc_request function more readable
` [RFC PATCH 2/6] mmc: tmio: refactor handling mrq
` [RFC PATCH 3/6] mmc: tmio: remove outdated comment
` [RFC PATCH 4/6] mmc: tmio: move finish_request function further down
` [RFC PATCH 5/6] mmc: tmio: add CMD23 support
` [RFC PATCH 6/6] mmc: sdhi: add CMD23 support to R-Car Gen2 & Gen3

[PATCH v2] sched/fair: update scale invariance of PELT
 2017-05-01  9:00 UTC  (3+ messages)

[Buildroot] [Patch v5 0/7] Add support for the Rust programming language
 2017-05-01  8:58 UTC  (3+ messages)
` [Buildroot] [Patch v5 1/7] pkg-virtual: fix host dependencies handling

brcmfmac: don't warn user if requested nvram fails
 2017-05-01  8:57 UTC  (8+ 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.