All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-09 12:19:24 to 2016-01-09 15:20:21 UTC [more...]

[RFC PATCH 0/2] USB: let the USB device know device node
 2016-01-09 15:20 UTC  (6+ messages)
` [RFC PATCH 1/2] USB: core: let "

[GIT PULL] PCI fixes for v4.4
 2016-01-09 15:19 UTC  (2+ messages)

[RFC PATCH 00/27] IB/hfi1: Add rdmavt support to hfi1
 2016-01-09 15:19 UTC  (28+ messages)
  ` [RFC PATCH 01/27] IB/hfi1: Begin to use rdmavt for verbs
  ` [RFC PATCH 02/27] IB/hfi1: Add basic rdmavt capability flags for hfi1
  ` [RFC PATCH 03/27] IB/hfi1: Consolidate dma ops "
  ` [RFC PATCH 04/27] IB/hfi1: Use rdmavt protection domain
  ` [RFC PATCH 05/27] IB/hfi1: Remove MR data structures from hfi1
  ` [RFC PATCH 06/27] IB/hfi1: Remove driver specific members from hfi1 qp type
  ` [RFC PATCH 07/27] IB/hfi1: Add device specific info prints
  ` [RFC PATCH 08/27] IB/hfi1: Use correct rdmavt header files after move
  ` [RFC PATCH 09/27] IB/hfi1: Use address handle in rdmavt and remove from hfi1
  ` [RFC PATCH 10/27] IB/hfi1: Implement hfi1 support for AH notification
  ` [RFC PATCH 11/27] IB/hfi1: Remove hfi1 MR and hfi1 specific qp type
  ` [RFC PATCH 12/27] IB/hfi1: Remove srq from hfi1
  ` [RFC PATCH 13/27] IB/hfi1: Remove ibport and use rdmavt version
  ` [RFC PATCH 14/27] IB/hfi1: Remove mmap from hfi1
  ` [RFC PATCH 15/27] IB/hfi1: Use rdmavt pkey verbs function
  ` [RFC PATCH 16/27] IB/hfi1: Remove user context allocation and de-alloction functions
  ` [RFC PATCH 17/27] IB/hfi1: Use rdmavt send flags and recv flags
  ` [RFC PATCH 18/27] IB/hfi1: Remove qpdev and qpn table from hfi1
  ` [RFC PATCH 19/27] IB/hfi1: Remove create_qp functionality
  ` [RFC PATCH 20/27] IB/hfi1: Remove query_device function
  ` [RFC PATCH 21/27] IB/hfi1: Remove CQ data structures and functions from hfi1
  ` [RFC PATCH 22/27] IB/hfi1: Use rdmavt version of post_send
  ` [RFC PATCH 23/27] IB/hfi1: Remove modify queue pair from hfi1
  ` [RFC PATCH 24/27] IB/hfi1: Remove destroy qp verb
  ` [RFC PATCH 25/27] IB/hfi1: Remove post_recv and use rdmavt version
  ` [RFC PATCH 26/27] IB/hfi1: Remove multicast verbs functions
  ` [RFC PATCH 27/27] IB/hfi1: Clean up register device

[PATCH] gpiolib: rewrite gpiochip_add_to_list
 2016-01-09 15:16 UTC  (5+ messages)
    ` [Kernel] "

Nokia N900: musb is in wrong state after boot
 2016-01-09 15:16 UTC  (2+ messages)

[nightly] RT Core TISDK (fido/1.8) 2015.12 build 2016-01-09_05-00-33
 2016-01-09 15:11 UTC 

[PATCH net-next v4 00/10] net: break dependency of drivers on geneve and vxlan
 2016-01-09 15:07 UTC  (11+ messages)
` [PATCH net-next v4 01/10] qlcnic: protect qlcnic_82xx_io_slot_reset with rtnl lock
` [PATCH net-next v4 02/10] mlx4: add rtnl lock protection in mlx4_en_restart
` [PATCH net-next v4 03/10] ixgbe: add rtnl locking in service task around vxlan_get_rx_port
` [PATCH net-next v4 04/10] benet: add rtnl lock protection around be_open in be_resume
` [PATCH net-next v4 05/10] fm10k: add rtnl lock protection in fm10k_io_resume
` [PATCH net-next v4 06/10] netdev: add netdevice notifier type to trigger a reprogramming of offloads
` [PATCH net-next v4 07/10] vxlan: break dependency to network drivers
` [PATCH net-next v4 08/10] geneve: "
` [PATCH net-next v4 09/10] net: harmonize vxlan_get_rx_port and geneve_get_rx_port to netdev_refresh_offloads
` [PATCH net-next v4 10/10] netdev: update comments and explain idempotency and rtnl locking

[libdrm PATCH 2/2] configure.ac: don't detect disabled options dependencies
 2016-01-09 15:05 UTC 

[libdrm PATCH 1/2] tests: don't link to libcairo when it was disabled
 2016-01-09 15:04 UTC 

[PATCH 3/3] netfilter: nf_ct_helper: Use unidimensional helper array instead of bidimensional ones
 2016-01-09 15:04 UTC 

[PATCH 2/3] netfilter: nf_ct_helper: Add nf_conntrack_helpers_register()
 2016-01-09 15:03 UTC 

[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
 2016-01-09 15:03 UTC  (10+ messages)
` [PATCH v8 20/20] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH 1/3] netfilter: nf_ct_helper: Add new function nf_ct_helper_init()
 2016-01-09 15:03 UTC 

[PATCH 0/8] IB/rdmavt: Add functions for cq, qp, post send and recv
 2016-01-09 15:00 UTC  (9+ messages)
  ` [PATCH 1/8] IB/rdmavt: Add completion queue functions
  ` [PATCH 2/8] IB/rdmavt: Add post send to rdmavt
  ` [PATCH 3/8] IB/rdmavt: Add support for tracing events
  ` [PATCH 4/8] IB/rdmavt: Add modify qp
  ` [PATCH 5/8] IB/rdmavt: Add destroy qp verb
  ` [PATCH 6/8] IB/rdmavt: Add post receive to rdmavt
  ` [PATCH 7/8] IB/rdmavt: Add multicast functions
  ` [PATCH 8/8] IB/rdmavt: Add misc dev register functionality

[PATCH v4 0/5] Allow schedulers to be selectable through Kconfig
 2016-01-09 14:52 UTC  (3+ messages)
` [PATCH v4 2/5] build: Hook the schedulers into Kconfig

[dm-crypt] Alignment issue with 4K disk
 2016-01-09 14:47 UTC  (8+ messages)

[PATCH 6/6] scsi: bfa: bfa_cs: Remove struct timeval
 2016-01-09 14:36 UTC  (2+ messages)

[PATCH 1/2] build: introduce CONFIG_NR_CPUS in Kconfig
 2016-01-09 14:36 UTC  (4+ messages)
` [PATCH 2/2] build: convert NR_CPUS to Kconfig

[Buildroot] [autobuild.buildroot.net] Build results for 2015-12-07
 2016-01-09 14:35 UTC  (2+ messages)

[PATCH 5/6] scsi: bfa: bfa_port: Remove 'struct timeval'
 2016-01-09 14:35 UTC 

[PATCH] xen/spinlock: Use mnemonics for recursive spinlock sentinel values
 2016-01-09 14:33 UTC 

[PATCH 4/6] scsi: bfa: Remove use of time_t
 2016-01-09 14:33 UTC 

[PATCH 1/2] cantarell-fonts: Add recipe
 2016-01-09 14:32 UTC  (2+ messages)
` [PATCH 2/2] pango: make ${PN}-ptest RDEPENDS on cantarell-fonts

[PATCH 3/6] scsi: bfa: Use 'ktime_get_real_seconds()'
 2016-01-09 14:31 UTC 

[U-Boot] [PATCH v6 06/10] ns16550: add support for mips
 2016-01-09 14:30 UTC  (4+ messages)

[PATCH 2/6] scsi: bfa: bfa_svc: Remove 'struct timeval'
 2016-01-09 14:29 UTC  (2+ messages)

[PATCH 1/6] scsi: bfa: bfa_svc: Use ktime_get_real_seconds()
 2016-01-09 14:26 UTC 

[PATCH 0/6] scsi: bfa: Use y2038 safe timestamps
 2016-01-09 14:22 UTC  (2+ messages)

[meta-java][PATCH 0/2] openjdk-8-native: fix do_install and PROVIDES
 2016-01-09 14:22 UTC  (7+ messages)

[U-Boot] [PATCH v3 00/10] sf: Add flash_ids inside Core
 2016-01-09 14:21 UTC  (3+ messages)

[xen-4.6-testing test] 77441: tolerable FAIL - PUSHED
 2016-01-09 14:20 UTC 

[resend PATCH 0/3] fs, bdev: handle end of life
 2016-01-09 14:17 UTC  (5+ messages)
` [resend PATCH 1/3] block, fs: reliably communicate bdev end-of-life

8192 WiFi Realtek 8192E disconnects after a while and fails to reconnect
 2016-01-09 14:14 UTC 

[PATCH v4] power: bq27xxx_battery: Fix bq27541 AveragePower register address
 2016-01-09 14:10 UTC 

[U-Boot] [PATCH] common: cli_simple: use strncpy instead of strcpy
 2016-01-09 14:03 UTC  (2+ messages)

[PATCH] sparse: add support for static assert
 2016-01-09 13:54 UTC  (2+ messages)

[B.A.T.M.A.N.] B.A.T.M.A.N. V leaves the nest
 2016-01-09 13:43 UTC  (4+ messages)

[PATCH v2] lib+mm: fix few spelling mistakes
 2016-01-09 13:41 UTC  (2+ messages)

[B.A.T.M.A.N.] pull request: batman-adv 20160109
 2016-01-09 13:20 UTC  (33+ messages)
` [PATCH 01/16] batman-adv: Start new development cycle
` [B.A.T.M.A.N.] "
` [B.A.T.M.A.N.] [PATCH 02/16] batman-adv: Fix lockdep annotation of batadv_tlv_container_remove
`  "
` [PATCH 03/16] batman-adv: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flag
  ` [B.A.T.M.A.N.] "
` [PATCH 04/16] batman-adv: purge bridge loop avoidance when its disabled
  ` [B.A.T.M.A.N.] "
` [PATCH 05/16] batman-adv: increase BLA wait periods to 6
  ` [B.A.T.M.A.N.] "
` [PATCH 06/16] batman-adv: only call post function if something changed
  ` [B.A.T.M.A.N.] "
` [PATCH 07/16] batman-adv: Add function to convert string to batadv throughput
  ` [B.A.T.M.A.N.] "
` [PATCH 08/16] batman-adv: Delete unnecessary checks before the function call "kfree_skb"
  ` [B.A.T.M.A.N.] "
` [PATCH 09/16] batman-adv: Less checks in batadv_tvlv_unicast_send()
  ` [B.A.T.M.A.N.] "
` [PATCH 10/16] batman-adv: Delete an unnecessary check before the function call "batadv_softif_vlan_free_ref"
` [B.A.T.M.A.N.] "
` [PATCH 11/16] batman-adv: Split a condition check
  ` [B.A.T.M.A.N.] "
` [B.A.T.M.A.N.] [PATCH 12/16] batman-adv: Change ifconfig examples to iproute2
`  "
` [B.A.T.M.A.N.] [PATCH 13/16] batman-adv: Fix kernel-doc parsing of main structs
`  "
` [B.A.T.M.A.N.] [PATCH 14/16] batman-adv: Fix kerneldoc member names in for "
`  "
` [B.A.T.M.A.N.] [PATCH 15/16] batman-adv: Remove kerneldoc for missing struct members
`  "
` [PATCH 16/16] batman-adv: Add kerneldoc for batadv_neigh_node::refcount
` [B.A.T.M.A.N.] "

[PATCH 00/35 v2] separate operations from flags in the bio/request structs
 2016-01-09 13:39 UTC  (13+ messages)
` [PATCH 01/35] block/fs/drivers: remove rw argument from submit_bio
    ` [Ocfs2-devel] "
` [PATCH 02/35] block: add REQ_OP definitions and bi_op/op fields
    ` [Ocfs2-devel] "
` [PATCH 26/35] block: set op to REQ_OP
    ` [Ocfs2-devel] "

[PATCH 00/21] drm_event cleanup
 2016-01-09 13:32 UTC  (2+ messages)

[PATCH trivial] include/linux/dcache.h: Cleanup code and comments
 2016-01-09 13:27 UTC  (2+ messages)

[PATCH 09/21] drm: Clean up pending events in the core
 2016-01-09 13:28 UTC  (2+ messages)
` [PATCH] "

[PATCH 05/21] drm: Create drm_send_event helpers
 2016-01-09 13:28 UTC  (2+ messages)
` [PATCH] "

[PATCH 02/21] drm: Add functions to setup/tear down drm_events
 2016-01-09 13:27 UTC  (2+ messages)
` [PATCH] "

[U-Boot] [PATCH] nand: mxs: fix error handling for mxs_nand_init
 2016-01-09 13:23 UTC 

pull request: batman-adv 20160109
 2016-01-09 13:20 UTC 

[PATCH] soc_camera: cleanup control device on async_unbind
 2016-01-09 13:19 UTC  (6+ messages)

[PATCH v3 00/12] Add virtio support for arm/arm64
 2016-01-09 13:18 UTC  (7+ messages)
` [PATCH v3 03/12] linuxapp: eal: arm: Always return 0 for rte_eal_iopl_init()
` [PATCH v3 09/12] virtio: vfio: Enable RTE_PCI_DRV_NEED_MAPPING flag in driver

[Buildroot] [PATCH 1/2] openssl: remove binary install option
 2016-01-09 13:13 UTC  (3+ messages)

[Buildroot] ifupdown-0.8.2 / dhcp-4.1-ESV-R12 incompatibility
 2016-01-09 13:09 UTC  (7+ messages)

[PATCH V2 0/2] serial: bcm2835: add bcm2835 auxiliar uart driver
 2016-01-09 13:07 UTC  (6+ messages)
` [PATCH V2 1/2] dt/bindings: serial: bcm2835: add binding documentation for bcm2835-aux-uart
` [PATCH V2 2/2] serial: bcm2835: add driver "

[patch added to the 3.12 stable tree] efi: Disable interrupts around EFI calls, not in the epilog/prolog calls
 2016-01-09 13:05 UTC  (13+ messages)
` [patch added to the 3.12 stable tree] tools: Add a "make all" rule
` [patch added to the 3.12 stable tree] ALSA: hda - Fix noise problems on Thinkpad T440s
` [patch added to the 3.12 stable tree] dlm: make posix locks interruptible
` [patch added to the 3.12 stable tree] PCI: Drop "setting latency timer" messages
` [patch added to the 3.12 stable tree] ipv4: Don't increase PMTU with Datagram Too Big message
` [patch added to the 3.12 stable tree] route: Use ipv4_mtu instead of raw rt_pmtu
` [patch added to the 3.12 stable tree] SUNRPC: Fix oops when trace sunrpc_task events in nfs client
` [patch added to the 3.12 stable tree] ring-buffer: Always run per-cpu ring buffer resize with schedule_work_on()
` [patch added to the 3.12 stable tree] drm/i915: Fix SRC_COPY width on 830/845g
` [patch added to the 3.12 stable tree] lpfc: Fix null ndlp dereference in target_reset_handler
` [patch added to the 3.12 stable tree] block: Always check queue limits for cloned requests
` [patch added to the 3.12 stable tree] Input: aiptek - fix crash on detecting device without endpoints

[Qemu-devel] [PATCH] hmp: avoid redundant null termination of buffer
 2016-01-09 13:03 UTC  (9+ messages)

[U-Boot] [PATCH 1/4] arm: mvebu: Move SAR register defines into header
 2016-01-09 13:03 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4] arm: mvebu: Add runtime detection of UART (xmodem) boot-mode

Recent changes (master)
 2016-01-09 13:00 UTC 

Recent changes (master)
 2016-01-09 13:00 UTC  (2+ messages)

[PATCH trivial] include/linux/huge_mm.h: Cleanup code only
 2016-01-09 12:55 UTC 

[PATCH 0/2] Add support for wireless on Radxa Rock2
 2016-01-09 12:54 UTC  (6+ messages)
` [PATCH 1/2] ARM: dts: rockchip: Add the iodomains for the Rock2 SOM
` [PATCH 2/2] ARM: dts: rockchip: Add the SDIO wifi on Radxa Rock2 square

[PATCH v2 1/2] mmc: atmel-mci: restore dma on AVR32
 2016-01-09 12:45 UTC  (2+ messages)
` [PATCH v2 2/2] mmc: atmel: get rid of struct mci_dma_data

[Patch] hid: enhance hid-saitek for use with R.A.T.5 and similar
 2016-01-09 12:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/tremor: bump to revision 19427
 2016-01-09 12:43 UTC 

[RFC PATCH v3] clk: defer clk_gets on orphan clocks
 2016-01-09 12:40 UTC  (4+ messages)

[PATCH 1/1] R.A.T.5 also works with hid-saitek
 2016-01-09 12:36 UTC  (3+ messages)

[seabios test] 77427: tolerable FAIL - PUSHED
 2016-01-09 12:32 UTC 

[kvm-unit-tests PATCH 00/11] pci/arm: add PCI bus support
 2016-01-09 12:22 UTC  (4+ messages)
` [kvm-unit-tests PATCH 09/11] arm/pci: PCI host bridge info printing
` [kvm-unit-tests PATCH 10/11] arm/pci: PCI devices basic "
` [kvm-unit-tests PATCH 11/11] arm/pci: PCI testdev test flavour printing


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.