All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-28 18:15:50 to 2018-03-28 19:09:52 UTC [more...]

[PATCH bpf-next]: add sock_ops R/W access to ipv4 tos
 2018-03-28 19:09 UTC  (4+ messages)

[PATCH net-next 0/2] phylink: API changes
 2018-03-28 19:09 UTC  (4+ messages)
` [PATCH net-next 1/2] net: phy: phylink: Provide PHY interface to mac_link_{up,down}
` [PATCH net-next 2/2] sfp/phylink: move module EEPROM ethtool access into netdev core ethtool

[Outreachy kernel] [PATCH] net: netfilter: Merge assignment with return
 2018-03-28 19:09 UTC 

[PATCH v2 1/2] libmultipath: don't reject maps with undefined prio
 2018-03-28 19:09 UTC  (4+ messages)

[PATCH v2 0/6] drm/msm: Switch to atomic helpers
 2018-03-28 19:06 UTC  (13+ messages)
` [PATCH v2 1/6] drm/msm: Use drm_private_obj/state instead of subclassing
` [PATCH v2 2/6] drm/msm: Refactor complete_commit() to look more the helpers
` [PATCH v2 3/6] drm/msm: Mark the crtc->state->event consumed
` [PATCH v2 4/6] drm/msm: Issue queued events when disabling crtc
` [PATCH v2 5/6] drm/msm: Remove msm_commit/worker, use atomic helper commit
` [PATCH v2 6/6] drm/msm: Switch to atomic_helper_commit()

[PATCH 5/5] submodule: fixup nested submodules after moving the submodule
 2018-03-28 19:08 UTC  (5+ messages)
` [PATCHv2 0/6] Moving submodules with nested submodules
  ` [PATCH 5/6] submodule: fixup nested submodules after moving the submodule

[PATCH v8 bpf-next 0/9] bpf, tracing: introduce bpf raw tracepoints
 2018-03-28 19:05 UTC  (20+ messages)
` [PATCH v8 bpf-next 1/9] treewide: remove large struct-pass-by-value from tracepoint arguments
` [PATCH v8 bpf-next 2/9] net/mediatek: disambiguate mt76 vs mt7601u trace events
` [PATCH v8 bpf-next 3/9] net/mac802154: disambiguate mac80215 vs mac802154 "
` [PATCH v8 bpf-next 4/9] net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepoint
` [PATCH v8 bpf-next 5/9] macro: introduce COUNT_ARGS() macro
` [PATCH v8 bpf-next 6/9] bpf: introduce BPF_RAW_TRACEPOINT
` [PATCH v8 bpf-next 7/9] libbpf: add bpf_raw_tracepoint_open helper
` [PATCH v8 bpf-next 8/9] samples/bpf: raw tracepoint test
` [PATCH v8 bpf-next 9/9] selftests/bpf: test for bpf_get_stackid() from raw tracepoints

[PATCH] mm: Use octal not symbolic permissions
 2018-03-28 19:07 UTC  (4+ messages)

[PATCH 4.15 000/105] 4.15.14-stable review
 2018-03-28 19:06 UTC  (3+ messages)

[PATCH v2] ALSA: core api: define offsets for TLV items
 2018-03-28 19:05 UTC  (2+ messages)

[PATCH 00/15] R-Car VSP1: Dynamically assign blend units to display pipelines
 2018-03-28 19:04 UTC  (8+ messages)
` [PATCH 02/15] v4l: vsp1: Remove outdated comment
` [PATCH 08/15] v4l: vsp1: Setup BRU at atomic commit time

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

WARNING in refcount_dec
 2018-03-28 19:03 UTC  (2+ messages)

[net-next PATCH v2 01/10] soc: ti: K2G: enhancement to support QMSS in NSS
 2018-03-28 19:01 UTC  (4+ messages)
` [net-next,v2,01/10] "
  ` [net-next, v2, 01/10] "

[PATCH 1/1] Drivers: hv: vmbus: Fix ring buffer signaling
 2018-03-28 19:01 UTC  (2+ messages)

[PATCH] drm/i915: Only warn for might_sleep() before a slow wait_for_register
 2018-03-28 19:01 UTC  (2+ messages)

[RFC PATCH 00/30] QMI rework
 2018-03-28 19:00 UTC  (31+ messages)
` [RFC PATCH 01/30] qmi: remove unused fields of service_send_data
` [RFC PATCH 02/30] qmi: remove headroom parameter from req_alloc
` [RFC PATCH 03/30] qmi: unify common request header setup
` [RFC PATCH 04/30] qmi: request_alloc has no meaningful failure path
` [RFC PATCH 05/30] qmi: push request_submit into request_alloc
` [RFC PATCH 06/30] qmi: rename request_alloc to request_submit
` [RFC PATCH 07/30] qmi: figure out request id without accessing header
` [RFC PATCH 08/30] qmi: make qmi_service_send return result
` [RFC PATCH 09/30] qmi: drop 'head' pointer from request_submit
` [RFC PATCH 10/30] qmi: remove unused qmi_service_cancel
` [RFC PATCH 11/30] qmi: remove unused qmi_service_unregister
` [RFC PATCH 12/30] qmi: replace GQueues for requests
` [RFC PATCH 13/30] qmi: assume version_list is up to date
` [RFC PATCH 14/30] qmi: absorb service_create_discover into service_create
` [RFC PATCH 15/30] qmi: drop discovery_queue
` [RFC PATCH 16/30] qmi: make services always shared
` [RFC PATCH 17/30] qmi: switch service_list to list_head type
` [RFC PATCH 18/30] qmi: switch notify_list "
` [RFC PATCH 19/30] qmi: drop unused struct field
` [RFC PATCH 20/30] qmi: reference version_info from device in services
` [RFC PATCH 21/30] qmi: make version_list private
` [RFC PATCH 22/30] qmi: move client_id to qmi_version
` [RFC PATCH 23/30] qmi: use standard endian macros
` [RFC PATCH 24/30] qmi: convert version_list to struct list head
` [RFC PATCH 25/30] qmi: move service device to service_info
` [RFC PATCH 26/30] qmi: make all services unique instances backed by common description
` [RFC PATCH 27/30] qmi: drop qmi_service_ref function
` [RFC PATCH 28/30] qmi: rename qmi_service_create/unref to open/close
` [RFC PATCH 29/30] qmi: pass service directly to request_submit
` [RFC PATCH 30/30] qmi: add requests to service queue

[PATCH] ref-manual: Update SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS
 2018-03-28 18:59 UTC  (4+ messages)

[PATCH 1/8] lib/scatterlist: add sg_set_dma_addr() helper
 2018-03-28 18:57 UTC  (10+ messages)
` [PATCH 2/8] PCI: Add pci_find_common_upstream_dev()

Null pointer dereference in git-submodule
 2018-03-28 18:57 UTC  (3+ messages)
` [PATCH] submodule: check for NULL return of get_submodule_ref_store()

[PATCH] test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment()
 2018-03-28 18:57 UTC  (4+ messages)

[Buildroot] Allow building a toolchain without (non-trivial) dependencies
 2018-03-28 18:57 UTC 

[PATCH 0/1] x86/platform/UV: UV Fix patches for Intel processors
 2018-03-28 18:29 UTC  (5+ messages)
` [PATCH 1/1] x86/platform/UV: Fix critical UV MMR address error
  ` [tip:x86/urgent] "

[RFC i-g-t] intel-gpu-top: Rewrite the tool to be safe to use
 2018-03-28 18:56 UTC  (6+ messages)
` [Intel-gfx] "
` [igt-dev] "

[bpf-next V6 PATCH 00/15] XDP redirect memory return API
 2018-03-28 18:56 UTC  (3+ messages)
` [bpf-next V6 PATCH 15/15] xdp: transition into using xdp_frame for ndo_xdp_xmit

[PATCH v6 1/2] dt-bindings: Add vendor prefix and docs for CR0014114
 2018-03-28 18:56 UTC  (3+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/2] leds: add LED driver for CR0014114 board

host kernel BUGs while building
 2018-03-28 18:55 UTC  (3+ messages)

[RFC v2 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-03-28 18:55 UTC  (3+ messages)
` [RFC v2 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION

[PATCH 14/19] powerpc/altivec: Add missing prototypes for altivec
 2018-03-28 18:55 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[Qemu-devel] [PATCH v4 0/9] enable numa configuration before machine_init() from QMP
 2018-03-28 18:55 UTC  (9+ messages)
` [Qemu-devel] [PATCH v4 2/9] numa: split out NumaOptions parsing into parse_NumaOptions()
` [Qemu-devel] [PATCH v4 4/9] hmp: disable monitor in preconfig state

[PATCH 0/9] GPU-bound energy efficiency improvements for the intel_pstate driver
 2018-03-28 18:55 UTC  (4+ messages)
` [PATCH 9/9] drm/i915/execlists: Report GPU rendering as IO activity to cpufreq

[PATCH v7 bpf-next 00/10] bpf, tracing: introduce bpf raw tracepoints
 2018-03-28 18:54 UTC  (11+ messages)
` [PATCH v7 bpf-next 06/10] tracepoint: compute num_args at build time

[Qemu-devel] [PATCH for-2.12 v2 0/2] i386/hyperv: fully control Hyper-V features in CPUID
 2018-03-28 18:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-2.12 v2 1/2] i386/hyperv: add hv-frequencies cpu property
` [Qemu-devel] [PATCH for-2.12 v2 2/2] i386/hyperv: error out if features requested but unsupported

[GIT PULL 0/8] perf/core improvements and fixes
 2018-03-28 18:49 UTC  (9+ messages)
` [PATCH 1/8] perf build: Fix check-headers.sh opts assignment
` [PATCH 2/8] perf mmap: Fix accessing unmapped mmap in perf_mmap__read_done()
` [PATCH 3/8] perf mmap: Be consistent when checking for an unmaped ring buffer
` [PATCH 4/8] perf vendor events s390: Add JSON files for IBM z10EC z10BC
` [PATCH 5/8] perf vendor events s390: Add JSON files for IBM z196
` [PATCH 6/8] perf vendor events s390: Add JSON files for IBM zEC12 zBC12
` [PATCH 7/8] perf vendor events s390: Add JSON files for IBM z13
` [PATCH 8/8] perf vendor events s390: Add JSON files for IBM z14

[igt-dev] [PATCH i-g-t 1/3] lib: Move common gpgpu/media functions to gpu_fill library
 2018-03-28 18:50 UTC  (4+ messages)

[PATCH] debugfs: Check return value of debugfs_real_fops() for NULL
 2018-03-28 18:50 UTC  (7+ messages)

[PATCH] memory: brcmstb: dpfe: Remove need for dpfe_dev
 2018-03-28 18:48 UTC  (3+ messages)

[RFC PATCH v2 0/2] Randomization of address chosen by mmap
 2018-03-28 18:48 UTC  (21+ messages)

98f929b1bd ("ipc/shm: Fix shmctl(..., IPC_STAT, ...) between .."): Oops: 0000 [#1]
 2018-03-28 18:47 UTC  (3+ messages)
` [PATCH] ipc/shm: Fix pid freeing

[PATCH v3 00/39] New VGIC(-v2) implementation
 2018-03-28 18:47 UTC  (3+ messages)
` [PATCH v3 32/39] ARM: new VGIC: Implement arch_move_irqs()

Apparent bug in credential tool running
 2018-03-28 18:46 UTC  (2+ messages)

[PATCH v5] staging: vt6655: Remove else after return
 2018-03-28 18:46 UTC  (2+ messages)

git complains packed-refs is not a directory when used with GIT_DIR and GIT_WORK_TREE envvars
 2018-03-28 18:45 UTC  (6+ messages)
` [PATCH 0/8] "
  ` [PATCH 6/8] environment.c: adjust env containing relpath when $CWD is moved

brcmfmac signal/interference issues
 2018-03-28 18:43 UTC  (8+ messages)

[PATCH] drm/nouveau/bios/init: fix spelling mistake: "CONDITON" -> "CONDITION"
 2018-03-28 18:42 UTC  (3+ messages)

[PATCH 00/12] Add r8a77470/iW-RainboW-G23S single board computer support
 2018-03-28 18:41 UTC  (6+ messages)
` [PATCH 06/12] clk: renesas: cpg-mssr: Add r8a77470 support

[PATCH 4.14 000/101] 4.14.31-stable review
 2018-03-28 18:41 UTC  (2+ messages)

[PATCH] f2fs: reserve bits for fs-verity
 2018-03-28 18:15 UTC 

[PATCH 1/2] Revert "x86/mce/AMD: Collect error info even if valid bits are not set"
 2018-03-28 18:39 UTC  (2+ messages)
` [tip:ras/core] "

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-03-28 18:39 UTC  (4+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

[PATCH v3 2/9] dt-bindings: ingenic: Add DT bindings for TCU clocks
 2018-03-28 18:35 UTC  (9+ messages)
` [PATCH v4 0/8] Ingenic JZ47xx Timer/Counter Unit drivers
  ` [PATCH v4 2/8] dt-bindings: ingenic: Add DT bindings for TCU clocks
      ` [PATCH v4 2/8] dt-bindings: ingenic: Add DT bindings for TCU clocks,

[RESEND][PATCH v4 0/3] Add SPIB Support for Intel Skylake platforms
 2018-03-28 18:35 UTC  (9+ messages)
` [RESEND][PATCH v4 1/3] ALSA: core: let low-level driver or userspace disable rewinds

linux-next: build failure after merge of the userns tree
 2018-03-28 18:32 UTC  (2+ messages)

[PATCH v3 1/5] staging: vt6655: Delete unused enum CARD_PKT_TYPE
 2018-03-28 18:31 UTC  (8+ messages)
` [PATCH v3 5/5] staging: vt6655: Remove else after return statement
      ` [Outreachy kernel] "

[PATCH] i386/kvm: add support for KVM_CAP_X86_DISABLE_EXITS
 2018-03-28 18:31 UTC  (6+ messages)
      ` [Qemu-devel] "

[PATCH 0/3] Improve latency of IR decoding
 2018-03-28 18:30 UTC  (3+ messages)

[PATCH 4.9 00/67] 4.9.91-stable review
 2018-03-28 18:28 UTC  (6+ messages)

[tpm2] Initialization fails with error 0xb000b
 2018-03-28 18:26 UTC 

[Qemu-devel] [PATCH] blockjob: use qapi enum helpers
 2018-03-28 18:25 UTC  (2+ messages)

[PATCH] drm/i915/execlists: Consistent seqno reporting in GEM_TRACE
 2018-03-28 18:24 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH bpf-next RFC 1/2] Organize MPLS headers
 2018-03-28 18:23 UTC  (4+ messages)
` [PATCH bpf-next RFC 2/2] Add MPLS label push/pop functions for EBPF

[Qemu-devel] [PATCH v2 0/1] blockjob: leak fix, remove from txn when failing early
 2018-03-28 18:20 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/1] "

[PATCHv3] gpio: Remove VLA from gpiolib
 2018-03-28 18:18 UTC 

[PATCH][next] ASoC: topology: fix memory leak on se when kstrdup fails
 2018-03-28 18:17 UTC  (2+ messages)

[PATCH net-next 0/2] Add ATU/VTU statistics
 2018-03-28 18:17 UTC  (3+ messages)
` [PATCH net-next 1/2] net: dsa: mv88e6xxx: Keep ATU/VTU violation statistics

[PATCH for v3.18 00/18] Backport CVE-2017-13166 fixes to Kernel 3.18
 2018-03-28 18:12 UTC  (5+ messages)
` [PATCH for v3.18 05/18] media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32
` [PATCH for v3.18 11/18] media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
` [PATCH for v3.18 15/18] media: v4l2-ctrls: fix sparse warning
` [PATCH for v3.18 17/18] media: v4l2-compat-ioctl32: use compat_u64 for video standard

[U-Boot] [PATCH v2 1/3] Move CONFIG_PHY_ADDR to Kconfig
 2018-03-28 18:17 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 18.0.0
 2018-03-28 18:16 UTC 


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.