All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-02 18:32:04 to 2016-11-02 20:19:51 UTC [more...]

[PATCH] linux-ti-staging: pull in prueth-fw for k2g
 2016-11-02 20:19 UTC 

[Bug 93649] [radeonsi] Graphics lockup while playing tf2
 2016-11-02 20:18 UTC  (2+ messages)

[PATCH net-next v6 00/10] dpaa_eth: Add the QorIQ DPAA Ethernet driver
 2016-11-02 20:17 UTC  (15+ messages)
` [PATCH net-next v6 01/10] devres: add devm_alloc_percpu()
` [PATCH net-next v6 02/10] dpaa_eth: add support for DPAA Ethernet
` [PATCH net-next v6 03/10] dpaa_eth: add option to use one buffer pool set
` [PATCH net-next v6 04/10] dpaa_eth: add ethtool functionality
` [PATCH net-next v6 05/10] dpaa_eth: add ethtool statistics
` [PATCH net-next v6 06/10] dpaa_eth: add sysfs exports
` [PATCH net-next v6 07/10] dpaa_eth: add trace points
` [PATCH net-next v6 08/10] arch/powerpc: Enable FSL_PAMU
` [PATCH net-next v6 09/10] arch/powerpc: Enable FSL_FMAN
` [PATCH net-next v6 10/10] arch/powerpc: Enable dpaa_eth

[PATCH linux v4 0/3] Seven segment display support
 2016-11-02 20:17 UTC  (4+ messages)
` [PATCH linux v4 1/3] drivers: misc: Character device driver for seven segment display
` [PATCH linux v4 2/3] drivers: misc: Platform driver for seven segment display support
` [PATCH linux v4 3/3] devicetree: Add devicetree changes to support seven segment display on zaius

how to copy a tar file to Root file system
 2016-11-02 20:17 UTC  (8+ messages)

net/dccp: null-ptr-deref in dccp_v4_rcv/selinux_socket_sock_rcv_skb
 2016-11-02 20:16 UTC  (4+ messages)

Issue with growing RAID10
 2016-11-02 20:16 UTC  (6+ messages)

[PATCH v3 1/2] x86/AMD: Fix cpu_llc_id for AMD Fam17h systems
 2016-11-02 20:15 UTC  (4+ messages)
` [PATCH v3 2/2] x86/AMD: Group cpu_llc_id assignment by topology feature and family

[PATCH v4 1/2] drm/i915/dp: BDW cdclk fix for DP audio
 2016-11-02 20:15 UTC  (7+ messages)
` [PATCH v4 2/2] drm/i915/dp: Extend BDW DP audio workaround to GEN9 platforms
        ` [Intel-gfx] "
    ` [PATCH v5 "

[PATCH net-next] net: remove unused argument in checksum unnecessary conversion
 2016-11-02 20:14 UTC 

[U-Boot] [PATCH] arm: rockchip: Fix typo in ROCKCHIP_RK3288 help
 2016-11-02 20:14 UTC  (2+ messages)

[U-Boot] [PATCH] arm: dts: Fix Rockchip sort order
 2016-11-02 20:14 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] drivers: timer: inroduce ARC timer driver
 2016-11-02 20:14 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] drivers: timer: Introduce "
` [U-Boot] [PATCH 2/2] arc: use timer driver instead of arch/arc/lib/timer.c

[PATCH] net: tcp: check skb is non-NULL for exact match on lookups
 2016-11-02 20:13 UTC  (2+ messages)

[PATCH net] ipv4: allow local fragmentation in ip_finish_output_gso()
 2016-11-02 20:10 UTC  (3+ messages)

[PATCH] poly1305: generic C can be faster on chips with slow unaligned access
 2016-11-02 20:09 UTC  (2+ messages)

[PATCH 0/3] firewire: net: IP-over-1394 link fragmentation fixes
 2016-11-02 20:09 UTC  (4+ messages)
` [PATCH 1/3] firewire: net: guard against rx buffer overflows
` [PATCH 2/3] firewire: net: fix fragmented datagram_size off-by-one
` [PATCH 3/3] firewire: net: max MTU off by one

Problem with setxattr on sockfs with Smack after 971df15bd54ad46e907046ff33750a137b2f0096
 2016-11-02 20:09 UTC  (4+ messages)
  ` [PATCH] "

ceph, XioMessenger issue
 2016-11-02 20:07 UTC 

[PATCH 00/33] userfaultfd tmpfs/hugetlbfs/non-cooperative
 2016-11-02 20:07 UTC  (35+ messages)
` [PATCH 01/33] userfaultfd: document _IOR/_IOW
` [PATCH 02/33] userfaultfd: correct comment about UFFD_FEATURE_PAGEFAULT_FLAG_WP
` [PATCH 03/33] userfaultfd: convert BUG() to WARN_ON_ONCE()
` [PATCH 04/33] userfaultfd: use vma_is_anonymous
` [PATCH 05/33] userfaultfd: non-cooperative: Split the find_userfault() routine
` [PATCH 06/33] userfaultfd: non-cooperative: Add ability to report non-PF events from uffd descriptor
` [PATCH 07/33] userfaultfd: non-cooperative: report all available features to userland
` [PATCH 08/33] userfaultfd: non-cooperative: Add fork() event
` [PATCH 09/33] userfaultfd: non-cooperative: Add fork() event, build warning fix
` [PATCH 10/33] userfaultfd: non-cooperative: dup_userfaultfd: use mm_count instead of mm_users
` [PATCH 11/33] userfaultfd: non-cooperative: Add mremap() event
` [PATCH 12/33] userfaultfd: non-cooperative: Add madvise() event for MADV_DONTNEED request
` [PATCH 13/33] userfaultfd: hugetlbfs: add copy_huge_page_from_user for hugetlb userfaultfd support
` [PATCH 14/33] userfaultfd: hugetlbfs: add hugetlb_mcopy_atomic_pte for "
` [PATCH 15/33] userfaultfd: hugetlbfs: add __mcopy_atomic_hugetlb for huge page UFFDIO_COPY
` [PATCH 16/33] userfaultfd: hugetlbfs: add userfaultfd hugetlb hook
` [PATCH 17/33] userfaultfd: hugetlbfs: allow registration of ranges containing huge pages
` [PATCH 18/33] userfaultfd: hugetlbfs: add userfaultfd_hugetlb test
` [PATCH 19/33] userfaultfd: hugetlbfs: userfaultfd_huge_must_wait for hugepmd ranges
` [PATCH 20/33] userfaultfd: introduce vma_can_userfault
` [PATCH 21/33] userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd support
` [PATCH 22/33] userfaultfd: shmem: introduce vma_is_shmem
` [PATCH 23/33] userfaultfd: shmem: add tlbflush.h header for microblaze
` [PATCH 24/33] userfaultfd: shmem: use shmem_mcopy_atomic_pte for shared memory
` [PATCH 25/33] userfaultfd: shmem: add userfaultfd hook for shared memory faults
` [PATCH 26/33] userfaultfd: shmem: allow registration of shared memory ranges
` [PATCH 27/33] userfaultfd: shmem: add userfaultfd_shmem test
` [PATCH 28/33] userfaultfd: shmem: lock the page before adding it to pagecache
` [PATCH 29/33] userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPY
` [PATCH 30/33] userfaultfd: non-cooperative: selftest: introduce userfaultfd_open
` [PATCH 31/33] userfaultfd: non-cooperative: selftest: add ufd parameter to copy_page
` [PATCH 32/33] userfaultfd: non-cooperative: selftest: add test for FORK, MADVDONTNEED and REMAP events
` [PATCH 33/33] mm: mprotect: use pmd_trans_unstable instead of taking the pmd_lock

[PATCH net v2] ipv4: allow local fragmentation in ip_finish_output_gso()
 2016-11-02 20:05 UTC 

[PATCH 0/3] Remove clocks dependency from SCM driver
 2016-11-02 20:04 UTC  (5+ messages)
` [PATCH 2/3] firmware: qcom: scm: Remove core, iface and bus clocks dependency

svn fetcher crashes
 2016-11-02 20:02 UTC  (6+ messages)

[Patch net] inet: fix sleeping inside inet_wait_for_connect()
 2016-11-02 20:01 UTC  (3+ messages)

[Qemu-devel] [PATCH] target-i386: fix typo
 2016-11-02 19:58 UTC 

[PATCH v3 0/6] Add support for IR transmitters
 2016-11-02 19:57 UTC  (2+ messages)

[PATCH] ubifs: Fix regression in ubifs_readdir()
 2016-11-02 19:56 UTC  (6+ messages)
      ` [Buildroot] "

[PATCH 0/5] disallow symlinks for .gitignore and .gitattributes
 2016-11-02 19:56 UTC  (3+ messages)

[PATCH 1/2] Documentation/HOWTO: Use a more recent gcc + binutils
 2016-11-02 19:55 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86: realmode: add FXSR tests
 2016-11-02 19:53 UTC 

[PATCH v5 0/7] add NS2 support to bgmac
 2016-11-02 19:52 UTC  (9+ messages)
` [PATCH v5 3/7] net: phy: broadcom: Add BCM54810 PHY entry
` [PATCH v5 4/7] Documentation: devicetree: net: add NS2 bindings to amac

[PATCH 0/2] pinctrl: sunxi: Support the interrupt debouncing
 2016-11-02 19:51 UTC  (5+ messages)
` [PATCH 1/2] pinctrl: sunxi: Add support for "

[Qemu-devel] [PATCH v2 0/3] atapi: classify read_cd as conditionally returning data
 2016-11-02 19:49 UTC  (3+ messages)

[PATCH] settings: Make getters const correct
 2016-11-02 19:49 UTC 

[Buildroot] [PATCH] core/download: remove support for special git refs
 2016-11-02 19:48 UTC  (3+ messages)

[PATCH 1/2] lttng-tools: do not install shared libraries in ptest package
 2016-11-02 19:43 UTC  (2+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu
 2016-11-02 19:42 UTC  (2+ messages)

BCM43602 firmware reports multiple BRCMF_E_DEAUTH
 2016-11-02 19:42 UTC  (4+ messages)

Adding new CAN driver
 2016-11-02 19:41 UTC  (5+ messages)
      ` termination?

[PATCH 1/2] [media] serial_ir: port lirc_serial to rc-core
 2016-11-02 19:39 UTC  (2+ messages)

[PATCH 0/1] toaster: set ALLOWED_HOSTS to *
 2016-11-02 19:39 UTC  (3+ messages)
` [PATCH 1/1] toaster: settings.py , "

[U-Boot] [PATCH 0/7] SF: Cadence QSPI driver fixes and clean up
 2016-11-02 19:39 UTC  (3+ messages)
` [U-Boot] [PATCH 2/7] spi: cadence_qspi: Fix baud rate calculation

[U-Boot] [PATCH] gpio: dwapb: Add support for port B
 2016-11-02 19:38 UTC  (2+ messages)

[PATCH v5 0/14] Fix race conditions related to stopping block layer queues
 2016-11-02 19:35 UTC  (6+ messages)

[PATCH net-next] mlxsw: switchib: Remove unused including <generated/utsrelease.h>
 2016-11-02 19:35 UTC  (3+ messages)
` [PATCH net-next v2] mlxsw: "

[PATCH 1/1] xen-netfront: cast grant table reference first to type int
 2016-11-02 19:33 UTC  (3+ messages)

[PATCH net-next] enic: set skb->hash type properly
 2016-11-02 19:33 UTC  (2+ messages)

[PATCH v4 net-next] lan78xx: Use irq_domain for phy interrupt from USB Int. EP
 2016-11-02 19:31 UTC  (3+ messages)

The sequence of the built in kernel module be probed
 2016-11-02 19:29 UTC 

[PATCH] net: 3com: typhoon: use new api ethtool_{get|set}_link_ksettings
 2016-11-02 19:27 UTC  (2+ messages)

[PATCH net-next] ila: Fix crash caused by rhashtable changes
 2016-11-02 19:27 UTC  (2+ messages)

[PATCH] coding-style: fix mismatch of jump label name
 2016-11-02 19:26 UTC  (2+ messages)

[PATCH] iommu: arm-smmu: Set SMTNMB_TLBEN in ACR to enable caching of bypass entries
 2016-11-02 19:26 UTC  (4+ messages)

[PATCH] net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect
 2016-11-02 19:25 UTC  (2+ messages)

[Bug 90666] Stacktrace / Warning during switch (ctrl+alt+f1) to console on zbook 14 (Radeon/intel)
 2016-11-02 19:24 UTC  (2+ messages)

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2016-11-02_15-00-47
 2016-11-02 19:24 UTC 

[PATCH net v3 1/2] ip6_tunnel: Clear IP6CB in ip6tunnel_xmit()
 2016-11-02 19:19 UTC  (4+ messages)
` [PATCH net v3 2/2] ip6_udp_tunnel: remove unused IPCB related codes

nvmet_rdma crash - DISCONNECT event with NULL queue
 2016-11-02 19:18 UTC  (11+ messages)

[PATCH 1/3] net: mii: add generic function to support ksetting support
 2016-11-02 19:17 UTC  (6+ messages)
` [PATCH 2/3] net: 3c59x: use new api ethtool_{get|set}_link_ksettings
` [PATCH 3/3] net: 3c509: "

[PATCH 0/6] (g_)NCR5380: Improve IRQ probing and some fixes
 2016-11-02 19:16 UTC  (4+ messages)
` [PATCH 2/6] g_NCR5380: Test the IRQ before accepting it

[PATCH] mm: only enable sys_pkey* when ARCH_HAS_PKEYS
 2016-11-02 19:15 UTC  (3+ messages)

[Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)
 2016-11-02 19:13 UTC 

[PATCH net-next 0/3] tools lib bpf: Synchronize implementations
 2016-11-02 19:12 UTC  (3+ messages)

[Buildroot] [PATCH] libglob: new package
 2016-11-02 19:10 UTC  (3+ messages)

[PATCH V4] pinctrl: qcom: Add msm8994 pinctrl driver
 2016-11-02 19:10 UTC  (5+ messages)

[PATCH] MAINTAINERS: Update MELLANOX MLX5 core VPI driver maintainers
 2016-11-02 19:10 UTC  (2+ messages)

[PATCH net-next V3 0/3] mlx4 XDP TX refactor
 2016-11-02 19:07 UTC  (2+ messages)

[PATCH net-next] sctp: clean up sctp_packet_transmit
 2016-11-02 19:03 UTC  (3+ messages)

[PATCH] cxl: Fix error handling
 2016-11-02 19:01 UTC  (6+ messages)

pci bar 0 assignment issue when device hotplugged
 2016-11-02 19:01 UTC  (2+ messages)
` Fwd: "

[PATCH net-next 0/2] misc TC/flower changes
 2016-11-02 19:01 UTC  (2+ messages)

Softlockup during memory allocation
 2016-11-02 19:00 UTC  (2+ messages)

[PATCH 00/12] Netfilter updates for net-next
 2016-11-02 18:59 UTC  (2+ messages)

[PATCH v1] ARM:dmaengine:sun6i:fix the uninitialized value for v_lli
 2016-11-02 18:58 UTC  (3+ messages)

[PATCH v2 1/1] remoteproc: Add support for xo clock
 2016-11-02 18:58 UTC  (3+ messages)

[dm-crypt] misprint in "cryptsetup.c"
 2016-11-02 18:57 UTC  (2+ messages)

[PATCH] drm/sun4i: Add a few formats
 2016-11-02 18:55 UTC  (8+ messages)

[PATCH 0/5] staging: wlan-ng: Fix several style issues
 2016-11-02 18:47 UTC  (6+ messages)
` [PATCH 1/5] staging: wlan-ng: add spaces around or operator : HOSTWEP_DEFAULTKEY_MASK
` [PATCH 2/5] staging: wlan-ng: remove two unnecessary blank lines
` [PATCH 3/5] staging: wlan-ng: change comparison to NULL to preferred style
` [PATCH 4/5] staging: wlan-ng: remove unnecessary parentheses
` [PATCH 5/5] staging: wlan-ng: remove unnecessary blank line

[lustre-devel] [PATCH v2] staging: lustre: mdc: manage number of modify RPCs in flight
 2016-11-02 18:46 UTC  (2+ messages)
`  "

[PATCH 00/10] scripts/basic: Fine-tuning for seven function implementations
 2016-11-02 18:46 UTC  (7+ messages)
` [PATCH 01/10] scripts/basic/bin2c: Complete error handling in main()
    `  "

[PATCH] If _BIX fails, retry with _BIF
 2016-11-02 18:37 UTC  (3+ messages)
` [PATCH v2] Lenovo Yoga 300 battery support
  ` [PATCH v2] If _BIX fails, retry with _BIF

[PATCH v2 0/4] KVM: x86: emulate FXSAVE and FXRSTOR
 2016-11-02 18:45 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86: add Align16 instruction flag
` [PATCH v2 2/4] KVM: x86: save one bit in ctxt->d
` [PATCH v2 3/4] KVM: x86: add asm_safe wrapper
` [PATCH v2 4/4] KVM: x86: emulate FXSAVE and FXRSTOR

Trivial priority scheduler
 2016-11-02 18:45 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [01/12] drm/i915: Split request submit/execute phase into two

[PATCH net] r8152: Fix broken RX checksums
 2016-11-02 18:29 UTC  (6+ messages)

[PATCH] classes/license: copy licenses even if there are no checksummed files
 2016-11-02 18:37 UTC  (2+ messages)

Is it possible to prevent a binary executable file from being read via SELinux?
 2016-11-02 18:42 UTC  (9+ messages)

[Qemu-trivial] [PATCH] hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()
 2016-11-02 18:39 UTC  (3+ messages)
`  "
  ` [Qemu-devel] "

net/tcp: null-ptr-deref in __inet_lookup_listener/inet_exact_dif_match
 2016-11-02 18:36 UTC  (4+ messages)

[PATCH v2 0/4] Support H3 SPI controller
 2016-11-02 18:36 UTC  (5+ messages)
` [PATCH v2 2/4] ARM: dts: sun8i: Add SPI controller node in H3

[PATCH v2 1/2] ARM: imx: mmdc perf function support i.MX6QP
 2016-11-02 18:00 UTC  (2+ messages)
` [PATCH V2 2/2] ARM: dts: add new compatible stream for i.MX6QP mmdc


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.